update picocalc_helloworld/README.md
This commit is contained in:
parent
95d5840c5f
commit
7ef918887f
|
@ -46,3 +46,16 @@ So here is the standard running procedures:
|
||||||
- Plug the pico via USB Type-C
|
- Plug the pico via USB Type-C
|
||||||
- Press Power On on Top of the PicoCalc
|
- Press Power On on Top of the PicoCalc
|
||||||
|
|
||||||
|
|
||||||
|
If your firmware includes serial output, you can monitor it using **minicom** or **screen**:
|
||||||
|
```bash
|
||||||
|
screen /dev/ttyACM0 115200
|
||||||
|
```
|
||||||
|
|
||||||
|
(Replace /dev/ttyACM0 with the correct serial port for your Pico.)
|
||||||
|
|
||||||
|
The serial monitor of **Arduino IDE** is another great choice for PicoCalc serial output on both Linux and Windows.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue