]> git.donarmstrong.com Git - tmk_firmware.git/blob - converter/ascii_usb/README
afd2e47f7631e5f8a7b0f4da34dadfda4faac080
[tmk_firmware.git] / converter / ascii_usb / README
1 ASCII to USB keyboard protocol converter
2 ========================================
3 This converts serial console terminal into USB keyboard, tested with TRS-80 model 100 TELCOM application.
4 Target MCU is ATMega32u4 but other USB capable AVR will also work.
5
6
7 Hardware
8 --------
9 Connect RX, TX and GND to UART pin of AVR. Note that you may need line drvier/level shfiter like MAX232 to interface high voltage of RS-232C.
10
11
12
13 Build Firmware
14 --------------
15 Configure UART setting and Just use 'make'
16
17     $ cd ascii_usb
18     $ make
19
20 Then, load the binary to MCU with your favorite programmer.
21
22
23
24 Limitation
25 ----------
26 - This cannot see key up event, you cannot hold a key.
27 - Alt, Gui(Win/Mac) modifier key are not available.
28
29
30
31 Scan code
32 ---------
33 ASCII code(0x01-7F)