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!

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.