> > Look at stopbits, should be SB1, SB1andHalf or SB2.
> > 
> > So use:
> > 
> > ser.config(9600, 8, 'N', SB1, False, False);
> > 
> I did. No positive results.
> I used the value "1" instead of the constant
> "SB1" with the value 1,
> which should be equivalent.
> > 

Wrong:

  {:stopbit value for 1 stopbit}
  SB1 = 0;
  {:stopbit value for 1.5 stopbit}
  SB1andHalf = 1;
  {:stopbit value for 2 stopbits}
  SB2 = 2;

Did you really try to use SB1?



      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to