Felipe Herranz
Felipe Herranz
@augustopeterle This probably was an UI related thing.
@mws-rmain I did some testing and I didnt see anything wrong but It is true that is not closing the port when the service is destroyed. I added that in...
> I have confirmed that the 'failure to restart' only occurs when the app receives a stream of serial data. My setup runs at 115200,8,N,1, and receives 'packets' of data...
@mws-rmain onDestroy not being called is probably what is going on. I would try putting open/close in onBind/onUnbind because those calls are always executed
Two possible sources of the problem: - They use a vid and pid that I didn't register. - They use a custom solution, so a driver for that device should...
I found Cypress has his own USB-UART controller. Probably they used it http://www.cypress.com/documentation/datasheets/cy7c65213-usb-uart-lp-bridge-controller
What chipset does it use? FTDI, CP210x... @anddax
@anddax I've added the Moxa Uport 1150 in the UsbSerial 4.0 release
@vmsJames Actually UsbSerial doesnt support the TUSB3410 chipset. I will try to get a cheaper one.
Hello @ge0rg ! It seems a very interesting module. I will try to gather information and I wouldnt mind to buy a cheap one for testing.