Skip to content

Commit e5537b8

Browse files
committed
Updated README
1 parent cc70419 commit e5537b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ python bioamp_tool.py [options]
3535

3636
### Options
3737

38-
- `-p`, `--port` <port>: Specify the serial port to use (e.g., COM3, /dev/ttyUSB0).
38+
- `-p`, `--port` <port>: Specify the serial port to use (e.g., COM5, /dev/ttyUSB0).
3939
- `-b`, `--baudrate` <baudrate>: Set the baud rate for serial communication (default is 57600).
4040
- `--csv`: Enable CSV logging. Data will be saved to a file with a timestamped name.
4141
- `--lsl`: Enable LSL streaming. Sends data to an LSL outlet.

bioamptool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2727
# SOFTWARE.
2828

29+
2930
from pylsl import StreamInfo, StreamOutlet # Import necessary classes for LSL streaming
3031
import argparse # Import for parsing command-line arguments
3132
import serial # Import for serial communication

0 commit comments

Comments
 (0)