simpleRPC icon indicating copy to clipboard operation
simpleRPC copied to clipboard

Simple RPC implementation for Arduino.

Results 5 simpleRPC issues
Sort by recently updated
recently updated
newest added

as above. No code changes involved

## Pull Request Details Provide details about your pull request and what it adds, fixes, or changes. Remove the size from the Array signature because the Python code can't parse...

## Pull Request Details Provide details about your pull request and what it adds, fixes, or changes. Use the underlying io.write(buf, len) methods when there are multiple items to be...

As discussed before. Here the implementation of the rolling buffer. Sending data to the stream is handeled exactly like vectors. Important note. This construct is highly thread sensitive. A MCU...

Hello, First thank you for the library and please excuse me but the behavior is driving me nuts and I don't know how to debug it by myself. I am...