This page (revision-4) was last changed on 2021-05-14 08:09 by Murray Altheim

This page was created on 2021-05-07 09:34 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 2021-05-14 08:09 1 KB Murray Altheim to previous
3 2021-05-14 08:09 990 bytes Murray Altheim to previous | to last
2 2021-05-07 11:40 643 bytes Murray Altheim to previous | to last
1 2021-05-07 09:34 535 bytes Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 6 added 9 lines
!! Connecting to the Board
Install {{minicom}}. Then after connecting the microcontroller board to the Raspberry Pi via USB (you should see {{/dev/ttyACM0}} appear) type:
{{{
minicom -o -D /dev/ttyACM0
}}}
and you'll be connected to the board in ''read-evaluate-print loop'' or __REPL__ mode. You can then get Python help with "help()", or minicom help with "Ctrl-a z".