Created
June 20, 2024 19:37
-
-
Save floitsch/308688f77cb268879dc2f43901c23e3a to your computer and use it in GitHub Desktop.
Listen to ttyACM0 as soon as it appears.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inotifywait -e create --include ttyACM0 /dev && \ | |
ls -l /dev/ttyACM0 && \ | |
inotifywait -e attrib /dev --include ttyACM0 && \ | |
jag monitor --port /dev/ttyACM0 -a --envelope esp32s3-cdc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment