wiki:UsefulTools

Useful tools

Checking library dependencies

Windows

Linux

Debugging COM port connection

Windows

Linux

Writing to a COM port using terminal (supposing that we use port ttyS0/COM1):

cat /dev/ttyS0

Reading from a COM port using terminal (supposing that we use port ttyS0/COM1):

echo "message" > /dev/ttyS0

Note: on Linux, ttyS0 corresponds to COM1, ttyS1 to COM2, etc. (0-based counting).

Last modified 11 years ago Last modified on Feb 28, 2014, 4:05:47 PM

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.