Created
January 13, 2011 04:45
-
-
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
This file contains 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
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