Skip to content

Commit

Permalink
Merge pull request lasp#13 from merkmat/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dinkelk authored Dec 4, 2023
2 parents 6c71484 + edb3893 commit 06c456a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/assembly/pico/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,11 @@ Hydra will connect to the serial port on your host machine. You can tell Hydra t
<hwSerial name="serialPort" port="/dev/tty.usbmodem22402" baud="115200" parity="NONE" stopbits="1"/>
```

to the USB serial port from the Pico on your PC.
to the USB serial port from the Pico on your PC. To find the device file for your USB port, use the following command:

```
$ ls /dev/tty*
```

Next, open Hydra on your host machine and select your project directory as `src/assembly/pico/main/hydra`.
Hydra will start up and you should see events being received every two seconds from the Pico over the UART in the main panel.
Expand Down

0 comments on commit 06c456a

Please sign in to comment.