wiki:UsefulTools

Version 7 (modified by Marek Kurdej, 10 years ago) ( diff )

Added: PE Viewer

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).

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.