Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md Serial Port Fix #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nucleus_driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The nucleus device supports both serial and TCP connection. For serial connectio
thus only the serial port is required to establish a connection with the driver

```python
SERIAL_PORT = "dev/ttyUSB0"
SERIAL_PORT = "/dev/ttyUSB0"

driver.set_serial_configuration(port=SERIAL_PORT)
driver.connect(connection_type='serial')
Expand Down Expand Up @@ -263,4 +263,4 @@ To run the console script, execute the command
nucleus_driver
```

![Console script](docs/nucleus_driver_shell.png)
![Console script](docs/nucleus_driver_shell.png)