Main page
Recent changes
Ser2Net
B
I
U
S
link
image
code
list
Show page
Syntax
!!Command line * connect with hardware COM port on client side * hard with 64bit - may not work... Download file com2tcp from https://sourceforge.net/projects/com0com/files/?source=navbar Move to folder, and run in cmd: {{com2tcp.exe --ignore-dsr --baud 57600 \.\COM6 192.168.11.80 11001 }} * where COM6 is destination client port * IP and port Server side After connect: {{C:\Users\honza\Desktop\com2tcp-1.3.0.0-386>com2tcp.exe --ignore-dsr --baud 57600 \.\COM6 192.168.11.80 11001 OpenC0C("\.\COM6", baud=57600, data=8, parity=no, stop=1) - OK Connect("192.168.11.80", "11001") - OK InOut() START DSR is OFF }}
Password
Summary of changes