I'm new to the C++ world but have strong knowledge in several languages (so i'm not THAT lost). I just received an usb missile launcher as a gift and wanted to control it via different platforms, including web. To do so, i was planning to use a "serial to socket" proxy i wrote in python (and then use socket after that...). I found an opensource driver for my device, but it does not appear as a tty resource (with ls /dev/tty.*). That way, i'm not able to read/write into it with the pyserial library i use in my python script. My question is about finding tutorial/howto on creating such tty resources and "wire" them to usb devices...
Hoping u'll understand :)
Thanks
lsusb
), what driver (module/kernel?) what device nodes, what permissions, what python modules. Basically: we're not psychic. We don't even know what you are looking for when you say "it does not appear as a tty resource" (I'm assuming you meant stty and you are looking for a device node, but perhaps you are looking somewhere else entirely?) – sehe