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

documentation clean up on how to use the comma serial #33373

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion opendbc_repo
10 changes: 7 additions & 3 deletions tools/serial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ The serial is available on the [comma shop](https://comma.ai/shop/products/comma

## usage

On the comma three, the serial console is exposed through a UART-to-USB chip, and

```
sudo screen /dev/ttyUSB0 115200
tools/serial/connect.sh can be used to connect.
```
or use `connect.sh` to run the previous command in a loop.

On the comma 3X, the serial console is accessible through the `panda` use the script

The username and password are both `comma`.
```
panda/tests/som_debug.sh
```
Loading