https://github.com/plummerssoftwarellc/serialvfd
Serial relay between a DATECS VFD and the USB port
https://github.com/plummerssoftwarellc/serialvfd
Last synced: 2 months ago
JSON representation
Serial relay between a DATECS VFD and the USB port
- Host: GitHub
- URL: https://github.com/plummerssoftwarellc/serialvfd
- Owner: PlummersSoftwareLLC
- License: gpl-3.0
- Created: 2024-01-16T17:46:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T07:25:10.000Z (over 1 year ago)
- Last Synced: 2025-02-17T23:43:22.589Z (2 months ago)
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
This is a small project that acts as a serial relay between a DATECS VFD and the USB port. Incoming serial USB traffic is relayed to the RX line of the VFD over a serial port on pins 16/17 (16 unused).
Commands like cursor home and screen clear and cursor position are "translated" to be what a MatrixOrbital unit might expect, so that this VFD can be used with AIDA64.
This code is public domain under GPL v3, a copy of which should be available in this folder (or which is broadly available on the Web).