cleanup duplicate serial docs

old-commit-hash: d7f4fbc1c26a5fb23e2303b4fbf5ddb22fe852d6
This commit is contained in:
Adeeb Shihadeh
2024-08-28 11:53:31 -07:00
parent 333ceca8f6
commit 4c8547cfe4
3 changed files with 1 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ A comma 3/3X is a normal [Linux](https://github.com/commaai/agnos-builder) compu
On both the comma three and 3X, the serial console is accessible from the main OBD-C port.
Connect the comma 3/3X to your computer with a normal USB C cable, or use a [comma serial](https://comma.ai/shop/comma-serial) for steady 12V power.
On the comma three, the serial console is exposed through a UART-to-USB chip, and `tools/serial/connect.sh` can be used to connect.
On the comma three, the serial console is exposed through a UART-to-USB chip, and `tools/scripts/serial.sh` can be used to connect.
On the comma 3X, the serial console is accessible through the [panda](https://github.com/commaai/panda) using the `panda/tests/som_debug.sh` script.

View File

@@ -1,21 +0,0 @@
# comma serial
The comma serial gets you access to a low level serial console on your comma three, while providing a stable 12V to power the device.
The serial is available on the [comma shop](https://comma.ai/shop/products/comma-serial).
## setup
* Connect all three cables to the serial
* Connect the USB A to your computer
* Connect the USB-C to the OBD-C port on your comma three
## usage
```
sudo screen /dev/ttyUSB0 115200
```
or use `connect.sh` to run the previous command in a loop.
The username and password are both `comma`.