How to pipe the output of the serial port to a file in Windows
Posted
by Necip
on Stack Overflow
See other posts from Stack Overflow
or by Necip
Published on 2010-04-09T13:17:39Z
Indexed on
2010/04/09
13:23 UTC
Read the original article
Hit count: 209
Windows
|serial-port
Hello guys,
can somebody tell me how to pipe the output of the serial port to a file in Windows?
In Linux the command would be:
cat /dev/ttyS0 > /opt/logs/Serial.log
Thanks in advance
© Stack Overflow or respective owner