question : pure serial button

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
binooetomo
Posts: 1
Joined: Tue Apr 02, 2013 6:26 am

question : pure serial button

Post by binooetomo » Tue Apr 02, 2013 6:42 am

Dear All.

I'm, writing a Python-Twisted based application
It need serial input.

Currently I use arduino , but looking for more simple solution ..since it's only serialy reporting pressed buttons to the application.

I found http://blog.flipwork.nl/?x=entry:entry100224-003937 interesting , but it act as keyboard.

Is there anything similiar but act as serial so that I can simply monitor it using :
-- cat /dev/ttyUSB0 , or
-- minicom

Or how to modify flip's firmware to not act as keyboard .. but act as serial and send just '0-3' ?

Sincerely
-bino-

Post Reply