[SDL] Event and serial port

benang at cs.its.ac.id benang at cs.its.ac.id
Mon Oct 30 02:23:38 PST 2006


Hi, first of all I'll say thank you to those who replied my last post a
week ago. I've been away for a week to my hometown.

The application I'm developing uses a device that's attached to serial
port. The device is used as input and output. The device has a program
embedded in it that can send (input) and receive (output) a string and
it's built like a NULL modem. The input is in a form of a button. If the
button is pressed, it'll send a series of string continuously (until I
send a string to the device to stop it). And the output is in a form of a
LED. If I send a string to it, the LED will blink. My question is, can
this be handled in SDL_Event?

Thanks in advance.





More information about the SDL mailing list