Answers for "linux log serial to binary file"

0

linux log serial to binary file

(stty raw; cat > received.log) < /dev/<your_serial_port>
Posted by: Guest on March-24-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language