Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabekole authored Sep 28, 2024
1 parent 8334c7c commit d422c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Create features in branches created from dev branch. When feature is complete, m
1. Xbee is currently (9/28/2024) configured to act as a termainl which only outputs values when there is a newline character.
2. Use stty to configure. Use `stty -F /dev/ttyS0` to view the current configuration (`/dev/ttyS0` may change per device)
3. To disable or enable settings, use `stty -F /dev/ttyS0 -settingToDisable settingToEnable` the minus sign is what indicates that the setting should be disabled and the lack of a minus sign indicates that the setting should be enabled.
4. Configure the device such that the result is:
4. Configure the device such that the result of `stty -F /dev/ttyS0` is:
`speed 9600 buad; line = 0;
-echo` (baud may change from 9600 if you reconfigure)

Expand Down

0 comments on commit d422c5e

Please sign in to comment.