Newsletter
January 17, 2018 - 1:16pm, 1880 views
Hi group,
I would like to bidirectional forward serial data from ASCx to USBx port.
Does somebody know an example already?
You'd probably need to implement a kind of pipe in the MIDlet that would forward data from one interface to another. I can't find any example for this particular scenario. Here's an example from our Knowledge Base that listens on UART interface (that might be USB also - from the MIDlet perspective they are treated in a same way) and pushes the data to FTP server: https://iot-developer.thalesgroup.com/showcase/uart-ftp-pipe-example-jav...
Regards,
Barłomiej