diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2025-10-05 17:02:02 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2025-10-06 20:59:19 +0200 |
commit | 5a3d96bd284f479a895c44855c71f19c5a62df9f (patch) | |
tree | 7e489a800acfd17f29c941de5bc1a4b12e54858e /liust-50/README.adoc | |
parent | f26cfd3bb51023cf4c4ff23acd192125ed04881e (diff) | |
download | desktop-tools-5a3d96bd284f479a895c44855c71f19c5a62df9f.tar.gz desktop-tools-5a3d96bd284f479a895c44855c71f19c5a62df9f.tar.xz desktop-tools-5a3d96bd284f479a895c44855c71f19c5a62df9f.zip |
WIP: Add Toshiba Tec LIUST-A00 utilities
WIP: It still needs some cleanup.
Diffstat (limited to 'liust-50/README.adoc')
-rw-r--r-- | liust-50/README.adoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/liust-50/README.adoc b/liust-50/README.adoc new file mode 100644 index 0000000..0ffeaaf --- /dev/null +++ b/liust-50/README.adoc @@ -0,0 +1,18 @@ +LIUST-50 +======== + +Included here are a simulator for the Toshiba Tec LIUST-A00 (LIUST-50) +VFD line display, and a status program sending data to the device. + +For device documentation, see https://github.com/boricha/M202MD12D which is +seemingly a project for the later LIUST-A10. + +Device setup +------------ + # stty -F /dev/ttyS0 9600 parenb oddp -crtscts -cstopb cs8 + +Running +------- + # liustatus > /dev/ttyS0 + + $ liustatus | liustsim |