Skip to content

Instantly share code, notes, and snippets.

@floitsch
Created June 20, 2024 19:37
Show Gist options
  • Save floitsch/308688f77cb268879dc2f43901c23e3a to your computer and use it in GitHub Desktop.
Save floitsch/308688f77cb268879dc2f43901c23e3a to your computer and use it in GitHub Desktop.
Listen to ttyACM0 as soon as it appears.
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