fixed some typo in readme

This commit is contained in:
Theiremi 2023-11-14 13:23:59 +01:00
parent 487171070a
commit 1608006860
1 changed files with 2 additions and 2 deletions

View File

@ -70,9 +70,9 @@ First of all, you need the `can-utils` package
$ sudo apt install can-utils
```
Then, use the commands below to start the slcan daemon
Then use the commands below to start the slcan daemon
```
sudo slcand -S 115200 -s 6 -o /dev/ttyUSB0 can0
$ sudo slcand -S 115200 -s 6 -o /dev/ttyUSB0 can0
```
- `-S` : Serial baud rate. Put the same value as `SERIAL_SPEED`
- `-s` : CAN speed. Check the [Lawicel documentation](https://www.canusb.com/docs/can232_v3.pdf) to choose the speed you want