[fpc-pascal] Serial connection via TCP/IP sockets on RPi?

Wayne Sherman wsherman at gmail.com
Fri Nov 3 14:47:30 CET 2023


On Fri, Nov 3, 2023 at 12:56 AM Bo Berglund wrote:
> I am wondering if there is already available what I am needing?

Yes, there is software that bridges a serial connection over a
network.  On Windows it is often called a "virtual com port" or
"virtual serial port" or "com port redirector".

Open Source Linux:
ser2net
https://github.com/cminyard/ser2net
(ser2net is available in many distro package managers)

Open Source Windows
hub0hub and com0com
https://sourceforge.net/projects/com0com/

Freeware (Windows):
https://www.hw-group.com/software/hw-vsp3-virtual-serial-port

Commercial Software (Windows and Linux):
https://www.eltima.com/products/serial-over-ethernet/

Commercial Software (Windows):
https://www.fabulatech.com/serial-port-redirector.html
https://www.taltech.com/tcp-com/

See also:
https://forums.raspberrypi.com/viewtopic.php?t=192755
https://novamostra.com/2020/04/16/serial-over-ip/


More information about the fpc-pascal mailing list