Menu

#1 Unable to set the parity

open
nobody
None
5
2008-07-25
2008-07-25
Anonymous
No

Unable to set correct parity because its variable position was wrong in cssl_setup( ).

before:
cssl_setup( serial, baud, parity, bits, stop);

correct:
cssl_setup( serial, baud, bits, parity, stop );

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.