Hi ,
I'm connecting my Ftdi device using usbserial . I can open the device , read & write data etc... (thanks to Agraham). My only problem is that when I have opened the device once using my program and I restart my program I have to disconnect my usb cable and reconnect it in order to be able to open the device again otherwise I can't communicate with the device. Is there anything I can do about it ?
I also have to give permission each time the cable is reconnected (even though I check to "always use this program for the device" )
When I exit my program I call the close function of usberial ...
I'm connecting my Ftdi device using usbserial . I can open the device , read & write data etc... (thanks to Agraham). My only problem is that when I have opened the device once using my program and I restart my program I have to disconnect my usb cable and reconnect it in order to be able to open the device again otherwise I can't communicate with the device. Is there anything I can do about it ?
I also have to give permission each time the cable is reconnected (even though I check to "always use this program for the device" )
When I exit my program I call the close function of usberial ...