TreadBot


Results 1 to 40 of 177

Thread: TreadBot

Threaded View

  1. #33
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Try this out and see what happens:

    trigger con 5:baudlcd con 32:lcd var portf.0: ping var byte:ultra var portf.1: portf.1=0: ping=0:SerOut2 lcd, baudlcd,[254,"G",1,1,"Ping Test"]

    start:
    Pause 1000
    PulsOut ultra, trigger
    PulsIn ultra,1,ping
    flags.0=0
    Pause 1000
    SerOut2 lcd, baudlcd,[254,"G",2,2,#ping," "]
    GoTo start
    End

    The flags.0 = 0 basically resets the LCD, might help, might not...never know...

    EDIT: And as mister_e noted below, flags.0 don't help here...DOH!!!
    Last edited by skimask; - 22nd May 2007 at 16:34. Reason: Doh!

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts