-
Hi,
It would be great if you could provide samples that are compatible with those in [@https://github.com/thijse/Arduino-CmdMessenger/tree/master/examples](url)
-
Encountered the following error when attempting to compile a sketch using CmdMessenger:
```
Arduino-CmdMessenger/CmdMessenger.cpp:492:9: error: invalid conversion from 'char' to 'char*' [-fpermiss…
-
Hello,
as written above - CmdMessenger.h seems to be missing in arduino_busylight folder.
I'm new to this but would like to create such a kind of busylight with my arduino uno r3 package...
whe…
-
Hey all,
is this library compatible with the D1? My goal is to use it as interface between an Arduino Uno and the D1 over Serial. However I can't seem to compile any of the example files for the D1…
-
I built a project that uses the CmdMessenger library from http://playground.arduino.cc/Code/CmdMessenger. This library uses the Streaming library from http://arduiniana.org/libraries/streaming/. I'v…
-
```
[Fri Jun 16 11:09:17 2017] Processing mega (platform: atmelavr, lib_deps: SdFat, Thread, https://github.com/FastLED/FastLED.git, https://github.com/thijse/Arduino-CmdMessenger.git, upload_speed: …
-
Test code needs to be cleaned up and add first version of a menued test interface, or probably a cli style interface. CLI with menus.
-
I want to use CmdMessenger with Digispark attiny85.
They have their own Stream class, Print classes.. .
1. First of all I add some functions to Stream class.
```
int timedRead()
virtual si…
-
the first exchange "who_are_you" works fine, however for the sequence
c.send("sum_two_ints",4,1)
msg = c.receive()
python 3.6 throws this error on the receive line:
struct.error: unpack requir…
ghost updated
4 months ago
-
how to print the recieved serial command and value ?
is there a callback function?