HSerin


Closed Thread
Results 1 to 4 of 4

Thread: HSerin

Hybrid View

  1. #1
    Join Date
    Jan 2010
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: HSerin

    Anther issue I am having is that the pic will hang up after sending data now and then. It almost always hangs if I send something like 12345.

  2. #2
    Join Date
    Jan 2010
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: HSerin

    Code:
    Hserin [DEC3 INC]
    HSerout ["You entered: ", INC, 10, 13]
    IF INC = 111 THEN GOTO Think
    IF INC = 222 THEN GOTO TURNON
    IF INC = 333 THEN GOTO TURNOFF
    This worked great. However, it is sending odd chars back. Am I formatting the HSerout wrong?

  3. #3
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: HSerin

    Maybe?

    HSerout ["You entered: ",DEC INC, 10, 13]
    Dave
    Always wear safety glasses while programming.

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