This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
|
alias sports='dmesg | egrep --color "serial|tty"'
|
|
alias connewest='screen $(ls -tw 1 /dev/tty* | head -1) 115200'
|
|
alias conacm0='screen /dev/ttyACM0 115200'
|