M
M
Mikhail Lyalin2016-05-19 23:41:50
Data transfer
Mikhail Lyalin, 2016-05-19 23:41:50

Data from com-port over the Internet?

Is there software for transferring data from a local com-port over the Internet to specialized software?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2016-05-20
@z3apa3a

for example
, from the physical port side
nc -l 8888 > /dev/ttyS0 < /dev/ttyS0
from the software side create a virtual port
socat pty,link=/dev/virtualcom0,raw tcp:1.2.3.4:8888

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question