summaryrefslogtreecommitdiff
path: root/converter/usb_usb/README
diff options
context:
space:
mode:
authorJun Wako <wakojun@gmail.com>2014-12-10 14:35:46 +0900
committerJun Wako <wakojun@gmail.com>2014-12-10 14:52:39 +0900
commit9de992ba0be93a7fcc539ad0418c8ebfd3cd6281 (patch)
tree150b2b58284a177ff25103415cd983e40fa7eb6e /converter/usb_usb/README
parentf6f698dda0a1cc9e92b75927b0273205402de9e2 (diff)
Change USB PID
Diffstat (limited to 'converter/usb_usb/README')
-rw-r--r--converter/usb_usb/README15
1 files changed, 12 insertions, 3 deletions
diff --git a/converter/usb_usb/README b/converter/usb_usb/README
index a489371107..985458ed01 100644
--- a/converter/usb_usb/README
+++ b/converter/usb_usb/README
@@ -19,13 +19,22 @@ Build firmware
$ cd converter/usb_usb
$ make
-You will get usb_usb.hex if you are lucky.
-Program your Leonardo with avrdude(or easy-going Arduino IDE):
+Program converter. Push reset button on Leonardo before run this command. Serial port name(COM17) depends your system. On Linux I got /dev/ttyACM0.
+
+ $ DEV=COM17 make program
+ or
+ $ avrdude -patmega32u4 -cavr109 -b57600 -Uflash:w:usb_usb.hex -PCOM17
- $ avrdude -patmega32u4 -cavr109 -PCOM17 -b57600 -Uflash:w:usb_usb.hex
Limitation
----------
Only supports 'HID Boot protocol'.
Not support keyboard LED yet.
+
+
+Resource
+--------
+http://deskthority.net/workshop-f7/is-remapping-a-usb-keyboard-using-teensy-possible-t2841.html
+https://github.com/felis/USB_Host_Shield_2.0
+https://github.com/arduino/Arduino/hardware/arduino/{cores,variants}