Skip to content

Instantly share code, notes, and snippets.

@bertrandom
Created January 13, 2011 04:45
Show Gist options
  • Save bertrandom/777410 to your computer and use it in GitHub Desktop.
Save bertrandom/777410 to your computer and use it in GitHub Desktop.
Set RFID reader to communicate at 9600 baud, No Parity, One stop bit, and No Flow Control
stty -F /dev/ttyUSB0 9600 -parenb -cstopb -ixon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment