Shop OBEX P1 Docs P2 Docs Learn Events
serial object for the prop ... — Parallax Forums

serial object for the prop ...

jmlpropjmlprop Posts: 9
edited 2007-01-22 18:45 in Propeller 1
Hello all,

I am new to the prop micro-controller. Can anyone help me with a serial port object. I want to recieve serial data in at 9600 baud, 8-data bits and one stop bit, no parity.

Thank You,
John Logan

Comments

  • parts-man73parts-man73 Posts: 830
    edited 2007-01-22 15:46
    Use FullDuplexSerial, it's right in the main folder for the Propeller Tool software. It has the ability to send/receive a variety of different data types at 9600 (or any other baud rate)

    Continue this thread if you need help with using that object. I just got done with a project using it, and learned a few things about it.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Brian Meade

    "They who dream by day are cognizant of many things which escape those who dream only by night" - Edgar Poe
  • jmlpropjmlprop Posts: 9
    edited 2007-01-22 17:25
    Brian, Thank You ...
    I may ask further questions, I've been using the BS2P40 for all my serial projects. I am new to object oriented programming but really like the stlye :>)

    Thanks again.
  • parts-man73parts-man73 Posts: 830
    edited 2007-01-22 18:45
    Feel free to ask any questions you might have... Even send a Private message if you like.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Brian Meade

    "They who dream by day are cognizant of many things which escape those who dream only by night" - Edgar Poe
Sign In or Register to comment.