You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The firmware communicates with the host computer over USB serial at 115200 baud using the SimpleRPC protocol.
97
+
The firmware communicates with the host computer over USB serial using the SimpleRPC protocol.
89
98
90
99
### Available Functions
91
100
92
-
See the code for their documentations
101
+
See the code for their documentations or run:
102
+
```sh
103
+
simple_rpc list /dev/ttyACM0
104
+
```
93
105
94
106
### SimpleRPC
95
107
96
-
SimpleRPC is a simple RPC (Remote Procedure Call) protocol for Arduino that allows Python programs to call Arduino functions over serial. The protocol is documented at: https://simplerpc.readthedocs.io/
108
+
SimpleRPC is a simple RPC (Remote Procedure Call) protocol for Arduino
109
+
that allows Python programs to call Arduino functions over serial.
0 commit comments