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...
Type: Posts; User: Hylan; Keyword(s):
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...
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