Serial cable Joystick

Hi Guys
I am having serial cable supported joystick and I want to integrate it
in my application using SDL library.
Normally USB joysticks are recognised by SDL but for this serial cable
joystick what I have to do?
Does any one tried this?

Thanks
Santosh

Here, we have some serial input system.
We got the signals thru O.S. API, and post into SDL_Events Poll, as
UserEvent.

Understand me?***

2007/12/6, santosh :

Hi Guys
I am having serial cable supported joystick and I want to integrate it
in my application using SDL library.
Normally USB joysticks are recognised by SDL but for this serial cable
joystick what I have to do?
Does any one tried this?

Thanks
Santosh


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

This is really OS-specific. If the OS sees it and has a driver for it,
SDL will use it.On Dec 6, 2007 12:53 AM, santosh wrote:

Hi Guys
I am having serial cable supported joystick and I want to integrate it
in my application using SDL library.
Normally USB joysticks are recognised by SDL but for this serial cable
joystick what I have to do?
Does any one tried this?

Thanks
Santosh


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

  • SR