Posts Tagged ‘Debugging’

Serial Port Redirector 2.5

Monday, June 14th, 2010


Serial Port Redirector v. 2.5
Serial Port Redirector is used to connect a serial application to a remote TCP socket. This allows you to utilize modern hardware COM servers without changing your software or exchange data between a TCP/IP application and an old-fashioned program that can only connect to a serial port.

Serial Port Redirector creates a two-way bridge between a serial application and a specific TCP port at a specified IP address. This is done by creating virtual COM ports. When a serial application connects to one of these COM ports, a connection is established to a specified host and all the data from the COM port gets redirected via the Internet or a Local Area Network. The program receives data from network and redirects them to virtual COM port. It works transparently for serial apps. They use virtual COM ports as if they were connected directly to your hardware devices. With Serial Port Redirector, you can easily control remote hardware COM servers via a TCP/IP network from your serial application designed to work with locally connected devices only. Now you can access a router console, work with sales terminals and barcode scanners and more.

Modern electronic instruments may not support COM ports. They are plugged into USB or network adapters and can only send/receive data via TCP/IP networks. If you wish to use your old serial applications to analyze the data or control the devices, you will need a tool like Serial Port Redirector. Serial Port Redirector is compatible with the vast majority of hardware COM servers. Moreover, it can actually enhance their functionality. Normally, hardware COM servers are equipped with some basic software applications. For example, they are usually supplied with a terminal program that uses the Telnet protocol. While this works OK in a simple interactive mode, raw data transfers get scrambled due to an incomplete protocol implementation. Serial Port Redirector solves this problem.

Version: 2.5

Download Serial Port Redirector now

Serial Port Redirector 2.5

Thursday, June 10th, 2010


Serial Port Redirector v. 2.5
Serial Port Redirector is used to connect a serial application to a remote TCP socket. This allows you to utilize modern hardware COM servers without changing your software or exchange data between a TCP/IP application and an old-fashioned program that can only connect to a serial port.

Serial Port Redirector creates a two-way bridge between a serial application and a specific TCP port at a specified IP address. This is done by creating virtual COM ports. When a serial application connects to one of these COM ports, a connection is established to a specified host and all the data from the COM port gets redirected via the Internet or a Local Area Network. The program receives data from network and redirects them to virtual COM port. It works transparently for serial apps. They use virtual COM ports as if they were connected directly to your hardware devices. With Serial Port Redirector, you can easily control remote hardware COM servers via a TCP/IP network from your serial application designed to work with locally connected devices only. Now you can access a router console, work with sales terminals and barcode scanners and more.

Modern electronic instruments may not support COM ports. They are plugged into USB or network adapters and can only send/receive data via TCP/IP networks. If you wish to use your old serial applications to analyze the data or control the devices, you will need a tool like Serial Port Redirector. Serial Port Redirector is compatible with the vast majority of hardware COM servers. Moreover, it can actually enhance their functionality. Normally, hardware COM servers are equipped with some basic software applications. For example, they are usually supplied with a terminal program that uses the Telnet protocol. While this works OK in a simple interactive mode, raw data transfers get scrambled due to an incomplete protocol implementation. Serial Port Redirector solves this problem.

Version: 2.5

Download Serial Port Redirector now

Serial Port Redirector 2.4

Sunday, May 16th, 2010


Serial Port Redirector v. 2.4
Serial Port Redirector is used to connect a serial application to a remote TCP socket. This allows you to utilize modern hardware COM servers without changing your software or exchange data between a TCP/IP application and an old-fashioned program that can only connect to a serial port.

Serial Port Redirector creates a two-way bridge between a serial application and a specific TCP port at a specified IP address. This is done by creating virtual COM ports. When a serial application connects to one of these COM ports, a connection is established to a specified host and all the data from the COM port gets redirected via the Internet or a Local Area Network. The program receives data from network and redirects them to virtual COM port. It works transparently for serial apps. They use virtual COM ports as if they were connected directly to your hardware devices. With Serial Port Redirector, you can easily control remote hardware COM servers via a TCP/IP network from your serial application designed to work with locally connected devices only. Now you can access a router console, work with sales terminals and barcode scanners and more.

Modern electronic instruments may not support COM ports. They are plugged into USB or network adapters and can only send/receive data via TCP/IP networks. If you wish to use your old serial applications to analyze the data or control the devices, you will need a tool like Serial Port Redirector. Serial Port Redirector is compatible with the vast majority of hardware COM servers. Moreover, it can actually enhance their functionality. Normally, hardware COM servers are equipped with some basic software applications. For example, they are usually supplied with a terminal program that uses the Telnet protocol. While this works OK in a simple interactive mode, raw data transfers get scrambled due to an incomplete protocol implementation. Serial Port Redirector solves this problem.

Version: 2.4

Download Serial Port Redirector now

Serial Port Redirector 2.4

Friday, May 14th, 2010


Serial Port Redirector v. 2.4
Serial Port Redirector is used to connect a serial application to a remote TCP socket. This allows you to utilize modern hardware COM servers without changing your software or exchange data between a TCP/IP application and an old-fashioned program that can only connect to a serial port.

Serial Port Redirector creates a two-way bridge between a serial application and a specific TCP port at a specified IP address. This is done by creating virtual COM ports. When a serial application connects to one of these COM ports, a connection is established to a specified host and all the data from the COM port gets redirected via the Internet or a Local Area Network. The program receives data from network and redirects them to virtual COM port. It works transparently for serial apps. They use virtual COM ports as if they were connected directly to your hardware devices. With Serial Port Redirector, you can easily control remote hardware COM servers via a TCP/IP network from your serial application designed to work with locally connected devices only. Now you can access a router console, work with sales terminals and barcode scanners and more.

Modern electronic instruments may not support COM ports. They are plugged into USB or network adapters and can only send/receive data via TCP/IP networks. If you wish to use your old serial applications to analyze the data or control the devices, you will need a tool like Serial Port Redirector. Serial Port Redirector is compatible with the vast majority of hardware COM servers. Moreover, it can actually enhance their functionality. Normally, hardware COM servers are equipped with some basic software applications. For example, they are usually supplied with a terminal program that uses the Telnet protocol. While this works OK in a simple interactive mode, raw data transfers get scrambled due to an incomplete protocol implementation. Serial Port Redirector solves this problem.

Version: 2.4

Download Serial Port Redirector now

VbsEdit 4.0

Wednesday, February 10th, 2010


VbsEdit v. 4.0
Vbsedit (www.vbsedit.com) is an award-winning VBScript editor that dramatically reduces the time you spend writing .VBS scripts. VbsEdit has an integrated debugger that make troubleshooting a seamless experience.The editor displays the values assigned to variables during debugging. VbsEdit lets you set breakpoints and step through the code one line at a time. Vbsedit provides the ability to run your scripts directly from within the editor in either console (cscript) or window (wscript) mode. VbsEdit has the Microsoft VBScript 5.6 help file integrated into its editor, so all you need to do is press F1 to open the Help file and jump to the word under the cursor.VbsEdit integrates the hundred of samples from the Microsoft Script repository. After the name of a class or object, type a . (period) for an object instance : VbsEdit displays a list of valid member variables or functions for the appropriate object or class. After the name of a function, type an open parenthesis : Vbsedit displays the complete declaration for the function in a pop-up window just under the insertion point. The Object Browser allows you to examine and discover WMI classes and objects used in the current script and their members. Vbsedit generates WMI scripts for you (like Scriptomatic). Vbsedit support syntax coloring and can display line numbers. Code snippets are one of the coolest new features in VbsEdit. Code snippets are customizable code fragments intended to accomplish simple to intermediate tasks quickly; they can be inserted into your code with just a few keystrokes. What really makes code snippets so convenient to use is the replacement fields, highlighted areas that identify the values you may commonly want to replace to fit the snippet to your specific task. You can use F4 to move through replacement fields (ex: Type “select” and press F4).

Version: 4.0

Download VbsEdit now