RicardoP
09-18-2007, 05:25 AM
Hello!
I've been thinking about this little project and finally I decided to do it. But there are a couple paths that I could take (probably more but anyway ... ) and I would like to get some advice on.
Basically I need keyboard/mouse input, the gotcha is that it needs to be as fast a possible (meaning I don't want much/any delay between the key press and the time the prop does something with it.
Route a)
Use a ps2 hookup directly to the prop, this would probably give fastest response time.
Route b)
Use a pc, read the kb/mouse data and send it to the prop via serial connection.
Route A seems obvious but Route B has a cool advantage ... I can write a nice front end that would allow remapping of the keys (user presses 'W' for example and the program remaps it to some other key)
Thanks!
I've been thinking about this little project and finally I decided to do it. But there are a couple paths that I could take (probably more but anyway ... ) and I would like to get some advice on.
Basically I need keyboard/mouse input, the gotcha is that it needs to be as fast a possible (meaning I don't want much/any delay between the key press and the time the prop does something with it.
Route a)
Use a ps2 hookup directly to the prop, this would probably give fastest response time.
Route b)
Use a pc, read the kb/mouse data and send it to the prop via serial connection.
Route A seems obvious but Route B has a cool advantage ... I can write a nice front end that would allow remapping of the keys (user presses 'W' for example and the program remaps it to some other key)
Thanks!