Shop OBEX P1 Docs P2 Docs Learn Events
reciever Ascii string from Pc need help? — Parallax Forums

reciever Ascii string from Pc need help?

TomvnTomvn Posts: 103
edited 2008-09-28 04:33 in Learn with BlocklyProp
Hi , can anybody help·fix·my code· to reciever Ascii from Pc by hyperterminal program?
·myAcii var word(4)
serin·0, 84,·[noparse][[/noparse]waitstr("forward"), myAscii(0)]
debug ? myAscii(0)
serin 0,84[noparse][[/noparse]waitstr("backward"), myAscii(1)]
debug ? myascii(1)


Post Edited (Tomvn) : 9/26/2008 6:09:03 PM GMT

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-09-26 18:09
    You first need to describe what you're trying to do, what the data looks like from the PC, and how you have connected the PC to the Stamp.
  • TomvnTomvn Posts: 103
    edited 2008-09-26 21:00
    i use eb500 wireless to pc and simple do some voice command with Ms speech recognition to move the boebot.

    Post Edited (Tomvn) : 9/26/2008 9:23:50 PM GMT
  • Mike GreenMike Green Posts: 23,101
    edited 2008-09-26 22:15
    You need to give details
  • TomvnTomvn Posts: 103
    edited 2008-09-27 04:34
    i write the code for boebot to reciever character from pc , use microsoft speech recognition to make voice command to make boebot move , on boebot i use eb500 bt ,
    so the code about i not work , so can you help?
    thanks
    tom

    Post Edited (Tomvn) : 9/27/2008 4:40:09 AM GMT
  • FranklinFranklin Posts: 4,747
    edited 2008-09-27 16:57
    I think one of the things we need to know is what is the input and output of the program in your first post.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • TomvnTomvn Posts: 103
    edited 2008-09-28 04:33
    i use the eb500 on boebot to reciever characters from laptop with bluetooth connect and use debug terminal to set com port syn with eb500 on boebot using Ms Speech recognition to speak to debug terminal without write text to it. it work if· i send single character and i dont know how to write code more than one characters for boebot to reciever.
Sign In or Register to comment.