Shop OBEX P1 Docs P2 Docs Learn Events
FullDuplexSerial data specs? — Parallax Forums

FullDuplexSerial data specs?

Larry C.Larry C. Posts: 48
edited 2008-10-20 19:39 in Propeller 1
I'm planning to use FullDuplexSerial.spin in a new project, but haven't been able to dig out the serial data format.
I don't see any pins devoted to hardware flow control, so I'm guessing it's XON/XOFF?
Also, what's the required polarity on the parity bit? Number of stop bits?

I'm sure plenty of people know about this, and I'd greatly appreciate somebody filling me in.

Thanks,

Larry

Comments

  • LeonLeon Posts: 7,620
    edited 2008-10-20 16:46
    It's standard 8n1 format, and no XON/XOFF.

    Leon

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Amateur radio callsign: G1HSM
    Suzuki SV1000S motorcycle
  • Larry C.Larry C. Posts: 48
    edited 2008-10-20 16:57
    Thanks, Leon.
    Where does one find this kind of information?
    It seems just a few comment lines in some of those prop library object files could be a huge help to new users.

    Regards,

    Larry
  • LeonLeon Posts: 7,620
    edited 2008-10-20 19:39
    Ideally that sort of information is in the comments, but I had to check the code.

    Leon

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Amateur radio callsign: G1HSM
    Suzuki SV1000S motorcycle
Sign In or Register to comment.