Anybody knows how to set the parity with the controlTransfer in Android?
I can't find the explanation of this method's parameters anywhere - just some generic info in the ref.
One example I found says:
conn.controlTransfer(0x40, 0x04, 0x0008, 0, null, 0, 0); //data bit 8, parity none, stop bit 1, tx off
But I need to change the parity. Anybody has an idea?
Many thanks!