Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: mackrackit; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    23
    Views
    19,515

    Hi, Played with this some more... Without a...

    Hi,
    Played with this some more...
    Without a qualifier for some reason the buffer keeps the last data sent and returns it with the next. I guess you do not have a qualifier at the beginning of the...
  2. Replies
    23
    Views
    19,515

    From the manual: [STR smallp\10\,] See if...

    From the manual:

    [STR smallp\10\,]
    See if that will get the first part correctly.

    Does the data comming in have a qualifying character before the data you want? If so then the first example I...
  3. Replies
    23
    Views
    19,515

    I still think separating the numbers on the way...

    I still think separating the numbers on the way in is the way to go. Although Jerson's code is pretty slick.

    Here is what I was thinking. Just tested it using SERIN2 as the chip I have on the...
  4. Replies
    23
    Views
    19,515

    HSERIN uses the same syntax as SERIN2, so do the...

    HSERIN uses the same syntax as SERIN2, so do the "separation" as the data is coming in.
  5. Replies
    23
    Views
    19,515

    Look in the manual under SERIN2. Look for the...

    Look in the manual under SERIN2.

    Look for the part something like:
    WAIT STR\n followed by optional end character...for the first part and then use something like WAIT[,] to get the last part.
Results 1 to 5 of 5