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-11-17 15:16:21 +0100 |
| commit | de4379ca2c3a85615237e7a51f9283b740e0c91e (patch) | |
| tree | 52114a333eb4b7b1f46c3e541af55f6f9e02f0bc /liust-50/README.adoc | |
| parent | f26cfd3bb51023cf4c4ff23acd192125ed04881e (diff) | |
| download | desktop-tools-de4379ca2c3a85615237e7a51f9283b740e0c91e.tar.gz desktop-tools-de4379ca2c3a85615237e7a51f9283b740e0c91e.tar.xz desktop-tools-de4379ca2c3a85615237e7a51f9283b740e0c91e.zip | |
Add Toshiba Tec LIUST-A00 utilitiesHEADorigin/masterorigin/HEADmaster
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 |
