Hello, my Android tablet has a serial port available (ttyS0) and I modified the rom adding the line chmod 777 /dev/ttyS0 to the device initialization script, so I suppose it will be available for input and output. My question is: how can I bind the /dev/ttyS0 to the java.io.InputStream and java.i
utputStream that are required as parameters in the AStreams.Initialize method ? In other words, what will be the correct Astreams.Initialize(?InputStream?, False, ?OutputStream?, "SerPortEvent") syntax ?
Thank you in advance, bye
Thank you in advance, bye
Last edited: