Skip to content

Instantly share code, notes, and snippets.

@jeanthom
Created October 19, 2021 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeanthom/4e9621367e4e8230294b5196d5ebc9f5 to your computer and use it in GitHub Desktop.
Save jeanthom/4e9621367e4e8230294b5196d5ebc9f5 to your computer and use it in GitHub Desktop.

Decoding UART to plaintext

sigrok-cli -i my-sigrok-capture.srzip -P uart:baudrate=115200:rx=D0 -A uart=rx_data  | cut -d ' ' -f 2 | xxd -r -p > my-decoded-capture.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment