https://github.com/fvanroie/nx-serialmonitor
Turn a Nextion/TJC HMI display into a Serial Debug Monitor
https://github.com/fvanroie/nx-serialmonitor
debug-tool hmi-tft nextion tjc
Last synced: 4 months ago
JSON representation
Turn a Nextion/TJC HMI display into a Serial Debug Monitor
- Host: GitHub
- URL: https://github.com/fvanroie/nx-serialmonitor
- Owner: fvanroie
- License: apache-2.0
- Created: 2021-08-16T16:13:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T16:42:26.000Z (over 4 years ago)
- Last Synced: 2025-02-14T06:19:50.109Z (12 months ago)
- Topics: debug-tool, hmi-tft, nextion, tjc
- Homepage:
- Size: 28.3 KB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NX-SerialMonitor
One other use-case for my old Nextion/TJC screens is to turn the device into a Serial Debug Monitor. It will just spit out the serial buffer to the screen, so you can monitor what’s being sent. For example when booting an MCU:

The UI runs standalone on the Nextion/TJC screen, so no MCU is needed. The code runs on the display. Just hook it up to a serial interface and watch the output scroll by…

There is even an onscreen keyboard to send commands over serial too:
