Hi-
Does SDL contain any support for communications via serial port?
cheers,
Dan
Hi-
Does SDL contain any support for communications via serial port?
cheers,
Dan
Nope!
-bill!On Thu, Jan 20, 2005 at 12:17:06PM -0500, Dan Klainbaum wrote:
Hi-
Does SDL contain any support for communications via serial port?
Hi,
AFAIK, there is not.
It is not that hard to write the code to handle it.
If you want, I have some txts talking about USB,
serial and paralel ports comm. They are low level
(assembly), but are not that hard to understand, and
you can make a C library (that will use the asm code
inline).
Tell me if you want the files.
Best Regards,
J In?cio Ferrarini.
— Dan Klainbaum escreveu:> Hi-
Does SDL contain any support for communications via
serial port?cheers,
Dan
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl
Yahoo! Acesso Gr?tis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet r?pida e gr?tis
Hi-
Does SDL contain any support for communications via serial port?
I have C code that you can easily add to your project. Tested on Linux and
Windows, and I think it will work on Mac OSX. You’ll need to chmod /dev/ttySx
to grant user read/write permissions.
JeffOn Thursday 20 January 2005 09:17 am, Dan Klainbaum wrote: