Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    5,546

    Re: Hserin Array Question

    Okay, so I think I was over thinking this a bit. I'm able to switch my RxDATA1 & 4 to binary so now I can just use:
    hserin [bin RxDATA1, skip 1, dec RxDATA2, dec RxDATA3, bin RxDATA4]
    This seems...
  2. Replies
    1
    Views
    5,546

    Hserin Array Question

    I just started to test out using Hserin.

    I first did a test using

    Hserin [dec Data]
    if Data > 1 then
    LED = 1
    else
    LED = 0
    endif
Results 1 to 2 of 2