SerialUI icon indicating copy to clipboard operation
SerialUI copied to clipboard

A Serial User Interface for embedded devices, namely Arduinos.

Results 9 SerialUI issues
Sort by recently updated
recently updated
newest added

I pivoted from my earlier attempt to use a Teensy 4.0 board, and I now have a new design incorporating Arduino Pro Mini. Sample Device Druid code has been confirmed...

Hello, I couldn't compile the code on an Arduino nano every with this error `#error "Could not auto-detect platform... define an appropriate SERIALUI_PLATFORM_ARDUINO_* in SovAConfig.h" Is there a soöution to...

First of all, it's an interesting project. I am curious to see it working. While V2 compiles without errors on the Arduino Leonardo/Micro/Pro - ATMEGA32U4 microcontroller, V3 creates the following...

I did set the config files to ESP8266, and the library appears to work. Would be nice if it the library auto detected ESP32, there are lots of these around...

Hi There, Thanks for the efforts in writing this terminal One small improvement could be to echo back the characters as they are typed at the console (and consume the...

Hi, Would it be possible to add support for ATSAMD21 (Adafruit Feather M0). I've tried using the DUE defines, but not having much luck with getting it to compile!

The code don't compile on Arduino IDE 1.8.2 > sketch\serialmenu.h:56:13: warning: This is deprecated SovA usage... > > SUI_DeclareString(greeting,"+++ Welcome to the ArduStim +++\r\nEnter ? for help"); > ^ >...

I think it would be a really great feature, if you could auto-complete the current command with tab-key or even only use the first X chars of a command (if...

Just a note: the library works well with Arduino IDE 1.6.0, but can't be compiled with v1.0.5.