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 );
Log in to post a comment.