You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-24Lines changed: 28 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ To use the script, run it from the command line with various options:
51
51
### Options
52
52
53
53
- `-p`, `--port`<port>: Specify the serial port to use (e.g., COM5, /dev/ttyUSB0).
54
-
- `-b`, `--baudrate`<baudrate>: Set the baud rate for serial communication (default is 230400).
54
+
- `-b`, `--baudrate`<baudrate>: Set the baud rate for serial communication. The script will first attempt to use 230400, and if that fails, it will automatically fallback to 115200.
55
55
- `--csv`: Enable CSV logging. Data will be saved to a timestamped file.
56
56
- `--lsl`: Enable LSL streaming. Sends data to an LSL outlet.
57
57
- `-v`, `--verbose`: Enable verbose output with detailed statistics and error reporting.
@@ -74,30 +74,8 @@ To use the script, run it from the command line with various options:
0 commit comments