I trying to connect a remote TCP/IP port to the serial COM port (COM7 of my PC) so that the data coming from TCP/IP port would be available at COM7. I tried some of the options like,
com2tcp-rfc2217 COM7 10.201.49.158:6868
Or
I created a virtual com port pair CNCA0 and CNCB0. Then, I route the data from TCP/IP port to CNCA0 port and CNCB0 to COM7.
i. com2tcp \.\CNCA0 10.201.49.158:6868 (route data CNCA0 <--> TCP/IP)
ii. hub4com --route=1:All \.\COM7 \.\CNCB0 (route data CNCB0 --> COM7)
But, I can't see any data on COM7. It would be nice if somebody could shed some light on this problem.
Thank you very much.
Best regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I trying to connect a remote TCP/IP port to the serial COM port (COM7 of my PC) so that the data coming from TCP/IP port would be available at COM7. I tried some of the options like,
Or
I created a virtual com port pair CNCA0 and CNCB0. Then, I route the data from TCP/IP port to CNCA0 port and CNCB0 to COM7.
i. com2tcp \.\CNCA0 10.201.49.158:6868 (route data CNCA0 <--> TCP/IP)
ii. hub4com --route=1:All \.\COM7 \.\CNCB0 (route data CNCB0 --> COM7)
But, I can't see any data on COM7. It would be nice if somebody could shed some light on this problem.
Thank you very much.
Best regards.