A very simple software that bidirectionally forwards COM (serial) communication through a TCP/IP connection.
Typical application: you want to use 2 devices (that are connected to each other using RS232 protocol), remotely. With this software you'll be able to operate them in different locations.
Act as TCP server / TCP Client.
Supports multiple clients.
LICENSE: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/
Features
- Forward physical RS232 COM via TCP/IP and viceversa
- Supports multiple clients on 1 server
License
Creative Commons Attribution License, Public DomainFollow COM by TCP
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Thanks s-novelli for the amazing work! I tested 3 or 4 programs to try to conect a program im my computer to a COM port in another computer. Some corrupted data and COM by TCP was the only one that worked as intended. As someone asked, I also wanted the last configurations to be saved for the next time I open the program, and the minimize to tray option. So I forked it to github (martinbra) and it is already working.
-
Good afternoon! WinXPproSP3 error: Application failed to initialize (0xc0000135). To exit the application, click "OK". Installation NET Framework 2.0 solved the problem.
-
Looks good. I'll be able to test this on Monday once I get access to the PC that the machine is on, lol. My laptop doesn't have COM ports (lol, of course), so this app will generate an error trying to set "SelectedIndex" to a default of 0 for the list of COM ports detected (which prevented populating other sections). I also have it saving ALL settings now to the config file (thanks for the existing settings framework already setup ;) ). I may convert this to C# and post on GitHub sometime soon if you don't mind (and link to here from there). ;) Thanks.
-
This is the first program that I found that do this job without changing PIN status of the port on connect! Can you just make it save the connection data to INI file and minimize it to system try at start up?