-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Building simple text user interfaces on a serial or network terminal from Arduino-class boards — menus, status panels, teaching demos, and small games.
No. Your computer screen (via a terminal program) is the display. The board only sends text and control codes.
Related, but different. Serial Monitor is great for println debugging. ANSITerm expects a terminal that understands colors and cursor movement. See Choosing a Terminal Program.
No. Plan on keyboard controls. Mouse is a bonus when the terminal supports it.
Yes. Serial examples work, and there are dedicated network / Wi‑Fi control demos.
No. It is plain TCP (telnet-style) on port 23. The old name “SSH” was misleading and the example was renamed.
The library is licensed under LGPL-3.0. Read LICENSE.txt or ask a lawyer for your situation — this wiki is not legal advice.
Use the Bug report form. Include library version, board, terminal, and steps.
Start with comments in ANSITerm.h and the example sketches in the repository. This wiki stays focused on user-facing how-to.
ANSITerm is open source under the LGPL-3.0 license. · Repository · Issues