From 8d001b0ebd9856bb522e419ed5b99dff6ee250e1 Mon Sep 17 00:00:00 2001 From: cuu Date: Sat, 19 Aug 2023 22:29:29 +1200 Subject: [PATCH] update readme --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 492e8fe..c1526c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,22 @@ # DevTerm +## Assembly guidelines + +* [Assembly guidelines](https://github.com/clockworkpi/DevTerm/blob/main/Clockwork_DevTerm_Assembly_Guidelines.pdf) + +## Schematic + +* [DevTerm A06 core mainboard v3.14 schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_A06_Core_for_Mainboard_V3.14_Schematic.pdf) +* [DevTerm battery schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_Battery_Schematic.pdf) +* [DevTerm Ext schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_Ext_Schematic.pdf) +* [DevTerm keyboard schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_Keyboard_Schematic.pdf) +* [DevTerm keyboard trackball schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_Keyboard_Trackball_Schematic.pdf) +* [DevTerm R01 core mainboard v3.14 schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_R01_Core_for_Mainboard_V3.14_Schematic.pdf) +* [Mainboard v3.14 schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_Mainboard_V3.14_Schematic.pdf) +* [Thermal printer schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/Spec_MTP02-I.pdf) +* [LCD screen schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/ICNL9707_Datasheet.pdf) +* [CM4 adapter schematic](https://github.com/clockworkpi/DevTerm/blob/main/clockwork_Adapter_CM4_Schematic.pdf) + ## OS images ### A04 @@ -53,6 +70,18 @@ Here's how you can flash the firmware on DevTerm(A06 or CM4) or a PC running Ubu 7. If any issues occur or the keyboard loses control (which is unlikely), simply reboot DevTerm to resolve it. 8. Rest assured that this flash program will not brick your keyboard. + +## Thermal printer testing commands + +* Hello World +`echo "hello world\n\n\n\n\n\n\n\n\n\n" > /tmp/DEVTERM_PRINTER_IN` + +* print the test page +`echo -en "\x12\x54" > /tmp/DEVTERM_PRINTER_IN` + +* [more](https://github.com/clockworkpi/DevTerm/tree/main/Code/thermal_printer) + + ## Community Please visit our [forum](https://forum.clockworkpi.com/) for more information