Shop OBEX P1 Docs P2 Docs Learn Events
Serial out problem.... — Parallax Forums

Serial out problem....

pusinkpusink Posts: 68
edited 2009-11-22 02:47 in Propeller 1
I WANT TO SEND DATA TO MY SERIAL LCD LIKE THIS...
SEROUT 0,N2400,[noparse][[/noparse]27]· 'ASCII CODE FOR ESC
SEROUT 0,N2400,[noparse][[/noparse]"1"]·' CHAR 1

Post Edited (KEELOQ) : 11/21/2009 8:33:29 PM GMT

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-11-21 19:19
    Have you looked at the BS2 Functions object or the Simple_Serial object or the FullDuplexSerial object and its variations in the Propeller Object Exchange? What research have you done on your own? There's lots and lots of information and examples between the "Getting Started" sticky thread and just the index of the Object Exchange.
  • pusinkpusink Posts: 68
    edited 2009-11-21 20:30
    If i want to use bs2 function....can anybody help me in simple spin code......
  • MicrocontrolledMicrocontrolled Posts: 2,461
    edited 2009-11-22 02:47
    Sorry, but unlike the stamp, the Propeller does not have built in serial functions. If you are outputing to a serial LCD then you will have to use and object, which is kind of like a driver for a specific item, that drives the LCD. The best choise would be the "Debug LCD" object which is in the Object extange and should also be in the folder for the Propeller tool.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Computers are microcontrolled.

    Robots are microcontrolled.
    I am microcontrolled.

    But you·can·call me micro.

    Want to·experiment with the SX or just put together a cool project?
    SX Spinning light display·
    Want cheap wholesale electronic parts?
    Transistor parts wholesale
Sign In or Register to comment.