Page 1 of 1

Sending to Remote TCP Port

Posted: Thu Feb 23, 2012 3:30 am
by smartloxs
I want to use Coolterm to communicate to a serial device connected to a remote serial server (MOXA) Is it possible to enter network address and port number ?
Like 192.168.127.254:4001 ?
I am using the MAC version of Coolterm.

Thanks for any help on this.

Re: Sending to Remote TCP Port

Posted: Thu Feb 23, 2012 10:23 pm
by roger
No, CoolTerm can not do this. What you need is a Serial-TCP/IP bridge. I wrote an application several years ago that is exactly that. It's only a development release, but it may do what you need it to do.
I added you to the "Beta Testers" group, i.e. when you log on to the forums, you should have access to the "Beta Testers" topics where you can find information on how to access beta releases of my freeware. The Serial2TCPBridge app can be downloaded from there as well.

Re: Sending to Remote TCP Port

Posted: Sat Dec 03, 2016 8:30 pm
by dougy
I too would like to try accessing a serial device over a network. Could you please add me to your beta testers?
thanks

Re: Sending to Remote TCP Port

Posted: Sat Dec 03, 2016 10:00 pm
by roger
dougy wrote:I too would like to try accessing a serial device over a network. Could you please add me to your beta testers?
thanks
Done.

Re: Sending to Remote TCP Port

Posted: Tue Mar 06, 2018 3:56 pm
by nbd
roger wrote:No, CoolTerm can not do this. What you need is a Serial-TCP/IP bridge. I wrote an application several years ago that is exactly that. It's only a development release, but it may do what you need it to do.
I added you to the "Beta Testers" group, i.e. when you log on to the forums, you should have access to the "Beta Testers" topics where you can find information on how to access beta releases of my freeware. The Serial2TCPBridge app can be downloaded from there as well.
Hi Roger:

Is your Serial2TCPBridge app still available? I just started using a new instrument that requires connecting to a TCP/IP address rather than a COM port. I'd be interested to see if your app will work; I'd like to request access to download it if it's still available.

Thanks,
Nic

Re: Sending to Remote TCP Port

Posted: Tue Mar 06, 2018 4:30 pm
by roger
nbd wrote:
roger wrote:No, CoolTerm can not do this. What you need is a Serial-TCP/IP bridge. I wrote an application several years ago that is exactly that. It's only a development release, but it may do what you need it to do.
I added you to the "Beta Testers" group, i.e. when you log on to the forums, you should have access to the "Beta Testers" topics where you can find information on how to access beta releases of my freeware. The Serial2TCPBridge app can be downloaded from there as well.
Hi Roger:

Is your Serial2TCPBridge app still available? I just started using a new instrument that requires connecting to a TCP/IP address rather than a COM port. I'd be interested to see if your app will work; I'd like to request access to download it if it's still available.

Thanks,
Nic
Hi Nic,

I added you to the beta testers group, and you should now have access to the "Beta Testers" topic.

Re: Sending to Remote TCP Port

Posted: Sun Nov 22, 2020 1:45 am
by ornea
Hello Roger. CoolTerm is way cool. It ticks many of my long awaited, sort after features.

If Serial2TCPBridge is still a thing i would like to be added to the group of beta testers.

Some random unsolicited notes/feedback

1. The ability to easily toggle RTS which reboots an esp8266 (as I often work remote from my work bench) is for me a very valuable feature. In the past i have had to recompile/re-upload the code to get it to reboot. CoolTerm even has a keyboard shortcut. Nice

2. Timestamps, so handy for tracking down crashes

3. The built in HTTP server seems so close to providing the functionality of mapping serial port to http port aka Serial2TCPBridge. i.e. it allows you to send and receive terminal text just not in real time. Ever considered just mirroring text to a browser window with websockets or is that way harder than it sounds

Thanks for a great program

Re: Sending to Remote TCP Port

Posted: Fri Nov 27, 2020 4:32 pm
by roger
Hi,

you sign sign up to the betas list using this link: http://the-meiers.org/mailman/listinfo/ ... meiers.org

You will get the betas URL with login credentials in the registration e-mail.
ornea wrote:3. The built in HTTP server seems so close to providing the functionality of mapping serial port to http port aka Serial2TCPBridge. i.e. it allows you to send and receive terminal text just not in real time. Ever considered just mirroring text to a browser window with websockets or is that way harder than it sounds
Yeah, that is way harder than it sounds :)
The built-in HTTP server is extremely simple (and therefore very limited). All it does is listen to POST requests that contain a terminal ID, an OP code, and an optional argument. There isn't a good way to make this interactive.

Writing a custom Python script would be the better way to go. The CoolTerm module included with the CoolTerm download interfaces with the Remote Control Socket, and you can use it to connect to CoolTerm running on a remote machine and access all of the CoolTerm functions, including toggling RTS, etc. And you can program your script to be as interactive as you like.

Re: Sending to Remote TCP Port

Posted: Sat Sep 17, 2022 4:08 pm
by roger
I just released CoolTerm 2.0.0 today. It supports TCP connections now. I.e. you can open a connection to an IP address at any port and exchange data via the terminal.