Shop OBEX P1 Docs P2 Docs Learn Events
TeLit ge865 quad serial transmission — Parallax Forums

TeLit ge865 quad serial transmission

nthna8nthna8 Posts: 7
edited 2011-12-05 05:49 in Propeller 1
Hello guys I am working on a TeLit ge865 unit with a janus eval board alongside a propeller professional development board. I am trying to understand how the TeLit unit sends the serial data to the propeller in the form of a string. Does the TeLit device transmit the ASCII value of a string or byte arrays?

Any help would be greatly appreciated

Comments

  • Mike GMike G Posts: 2,702
    edited 2011-12-04 17:33
    nthna8, a string is a byte array of encoded (ASCII or whatever encoding) characters.
  • nthna8nthna8 Posts: 7
    edited 2011-12-04 19:07
    Ah okay that makes sense now. So to read the string array on the propeller side of things i need to refer to the ASCII values correct?
  • Mike GMike G Posts: 2,702
    edited 2011-12-05 05:49
    nthna8 wrote:
    So to read the string array on the propeller side of things i need to refer to the ASCII values correct?

    There is a wealth of information on the TeLit site. You really should take some time and read through the documentation.

    If you are having trouble with a piece of SPIN code, post the code here on the forum and ask for help.
Sign In or Register to comment.