Difference between revisions of "WorkMan HVS - COM Port"

From WorkManSoft Wiki
Jump to navigationJump to search
(Created page with "== About == Even though COM- == Usage == Category:WorkMan HVS")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== About ==
 
== About ==
  
Even though COM-
+
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.
  
== Usage ==
+
== Using com2tcp ==
 +
 
 +
From a command line run the following command:
 +
 
 +
  com2tcp --telnet \\.\COM4 25000
 +
 
 +
Replace COM4 and the serverport 25000 with suitable values.
 +
 
 +
 
 +
== Nullmodem ==
 +
 
 +
When connecting two serial COM-ports the cable is of type nullmodem.
  
  
 
[[Category:WorkMan HVS]]
 
[[Category:WorkMan HVS]]

Latest revision as of 18:39, 13 May 2014

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.


Nullmodem

When connecting two serial COM-ports the cable is of type nullmodem.