Various notes about embedded programming:
Misc snippets:
socat PTY,link=$HOME/fakemodem,raw,echo=0 EXEC:'ssh user@remote_host socat - /dev/ttyUSB0'
scp -o "ProxyCommand ssh -W %h:%p user1@jumphost1" user2@desthost:file ./file