cy384 / ppk_usb

USB HID adapter for the Palm Portable Keyboard
http://www.cy384.com/projects/palm-keyboard.html
BSD 3-Clause "New" or "Revised" License
125 stars 17 forks source link

using a usb to serial converter? #10

Closed bijlevel closed 7 years ago

bijlevel commented 7 years ago

This is a shot in the dark, but just using a usb to serial converter, like http://www.sigma-shop.com/product/79/modulo-usb-seriale-ft232rl-usb-b-ub232r-atmel-avr-microchip-pic-arduino.html, would that work? Or is it indeed necessary to use a programmable board to get the right key codes? TIA!

cy384 commented 7 years ago

It's probably possible to get data from the keyboard using an RS232 adapter, but you'd also have to do something to turn that into keyboard input on the computer, and it wouldn't be any cheaper or simpler, so I think the arduino-based solution as done in this project is the most reasonable option.

bijlevel commented 7 years ago

Thanks for the reply! I will try to implement your solution.

Regards, Sjoerd W. Bijleveld

Op 13 okt. 2017 om 21:07 heeft cy384 notifications@github.com het volgende geschreven:

It's probably possible to get data from the keyboard using an RS232 adapter, but you'd also have to do something to turn that into keyboard input on the computer, and it wouldn't be any cheaper or simpler, so I think the arduino-based solution as done in this project is the most reasonable option.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.