Commander icon indicating copy to clipboard operation
Commander copied to clipboard

Arduino Command Line Utility

Results 4 Commander issues
Sort by recently updated
recently updated
newest added

I noticed you're using multiple .ino files for several examples to work around some circular referencing (probably not the right terminology) issues. It seems that's allowed by the Arduino IDE,...

Last paragraph has some extra text at the end: > Written by Bill Bigge. MIT license, all text above must be included in any redistributionle via USB and Bluetooth Serial....

I'm trying to add YMODEM receive to my project using [this library](https://github.com/embedded-creations/XYmodem) (my fork which allows for setting the Stream port instead of using hardcoded Serial). I can't use the...

Is it feasible to add some basic line-editing to this library? Just handling the backspace key alone would make a huge difference since it would enable fixing mistakes when typing...