Shop OBEX P1 Docs P2 Docs Learn Events
FullDuplexSerial Question — Parallax Forums

FullDuplexSerial Question

AJMAJM Posts: 171
edited 2010-08-16 08:31 in Propeller 1
FullDuplexSerial has a several control character constants that I have never used. I normally limit myself to the CR and CLREOL constants.

Is there any documentation on what all of these constants do?

Thanks!

Comments

  • Clock LoopClock Loop Posts: 2,069
    edited 2010-08-15 18:26
    If open the parallax serial terminal, and push the "prefs" button, then choose the "function" tab you will see all control characters listed.

    You can download the parallax serial terminal program here
    http://www.parallax.com/tabid/832/Default.aspx#Software
    451 x 528 - 47K
  • ErNaErNa Posts: 1,753
    edited 2010-08-16 01:17
    FullDuplexSerial alone has no control characters, as far a I know. But the application may implement a protocoll. The driver alone receives and sends single bytes, buffered into a ring buffer
  • AJMAJM Posts: 171
    edited 2010-08-16 04:59
    Thanks for the replies.

    I am under Linux, using BST. The screen shot helps a lot.
  • Mike GreenMike Green Posts: 23,101
    edited 2010-08-16 06:28
    Keep in mind that the control character definitions used by the Parallax Serial Terminal are not widely used. There are many very different definitions. Look in the Wikipedia under "VT52" and "VT100" for some examples (Google "Wiki VT52" or "Wiki VT100"). "ECMA-48" is the formal standard based on the VT100 terminal (Ecma-048).
  • AJMAJM Posts: 171
    edited 2010-08-16 08:31
    Specs never hurt. Thank you Mike.
Sign In or Register to comment.