Shop OBEX P1 Docs P2 Docs Learn Events
EB500 Bluetooth Module — Parallax Forums

EB500 Bluetooth Module

CoOlFrOsTCoOlFrOsT Posts: 8
edited 2009-12-02 15:05 in BASIC Stamp
i'm currently trying to display data logged by Humid/Temp Sensor on Hyperterminal via bluetooth connection between BOE and PC (hyperterminal). I'm not able to get the data to transmit via bluetooth to the PC (hyperterminal). Do I have to convert the data into strings or? Please Advice.

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-12-02 15:05
    Yes, the data has to be in human readable form for you to be able to read it. Read the chapter in the BASIC Stamp Syntax and Reference Manual on the SEROUT statement for examples. You'll want to use the various "formatters" like DEC.
Sign In or Register to comment.