com2tcp can be used on Windows to redirect UART port to TCP port. Here is an example command to do that:
com2tcp --baud 9600 --ignore-dsr \\.\com1 8888
Note that "--ignore-dsr" is needed most of the times, otherwise com2tcp may close tcp ports when it detects DSR off.
No comments:
Post a Comment