How can I 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
|
How can I pipe the output of the serial port to a file in Windows? In Linux the command would be:
| ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I guess:
There is also | |||
|
feedback
|
|
I find more usefull this one:
The main advantages versus a | |||
|
feedback
|