Arduino-SerialCommand icon indicating copy to clipboard operation
Arduino-SerialCommand copied to clipboard

A Wiring/Arduino library to tokenize and parse commands received over a serial port.

Results 14 Arduino-SerialCommand issues
Sort by recently updated
recently updated
newest added

The original https://github.com/scogswell/ArduinoSerialCommand/ is licensed under GNU LGPLv2.1, though it's not very prominent. (I have submitted a Pull Request to fix this...) The LGPLv2.1 requires that modifications be distributed under...

This PR adds Serial as the default stream for the library, allowing users of the original library to leave their old firmware alone, while allowing them to use the hardware...

I want use like: sc.addCommand(&MPU::start, this); // why not ?

I cannot pass long parameter like "set_MLT_sensor 5E72631403A4FFFF" because a buffer size is short I think to change from line 151 in SerialCommend.cpp if (bufPos > SERIALCOMMANDBUFFER-1) { bufPos=0; //...

I didn't want to enable full on debug mode, but I want to be able to see my commands as I type them. So I added an "echo mode."

I want to add command “pumb/pumb1” This is work? Thanks

Hello, Thank you for your project is nice as a project. I noticed a problem and I would like to know if it would come from a bug in your...

This would give much more visibility to this project. Thanks