Difference between revisions of "WorkMan HVS - COM Port"
From WorkManSoft Wiki
Jump to navigationJump to searchLine 5: | Line 5: | ||
== Using com2tcp == | == Using com2tcp == | ||
+ | |||
+ | From a command line run the following command: | ||
+ | |||
+ | com2tcp --telnet \\.\COM4 25000 | ||
+ | |||
+ | Replace COM4 and the serverport 25000 with suitable values. | ||
[[Category:WorkMan HVS]] | [[Category:WorkMan HVS]] |
Revision as of 14:31, 25 August 2013
About
Even though COM-ports are less used today we might still need to send data using serial RS232 protocol. Here are instructions to transfer socket traffic to COM-port traffic.
Using com2tcp
From a command line run the following command:
com2tcp --telnet \\.\COM4 25000
Replace COM4 and the serverport 25000 with suitable values.