LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Byte-wise XOR

Help.

I am trying to do a BYTE-WISE XOR on a string to generate a checksum. In
short, how do I do this. I have looked at the XOR function on the functions
palate but it is a bitwise operation. FYI: this project involves interfacing
to a GPS receiver. I am reading/writing NMEA sentences. Any help or guidance
would be appreciated as I am new to using LabView.

Webweaver@hotmail.com
0 Kudos
Message 1 of 3
(5,522 Views)
define inputs as U8
unsigned 8
and wire them with the XOR gate

thats it

jean-luc
GS a écrit dans le message :
391e2c3e@newsgroups.ni.com...
> Help.
>
> I am trying to do a BYTE-WISE XOR on a string to generate a checksum. In
> short, how do I do this. I have looked at the XOR function on the
functions
> palate but it is a bitwise operation. FYI: this project involves
interfacing
> to a GPS receiver. I am reading/writing NMEA sentences. Any help or
guidance
> would be appreciated as I am new to using LabView.
>
> Webweaver@hotmail.com
>
>
0 Kudos
Message 2 of 3
(5,522 Views)

Did you solve the CRC calculation for the NMEA yet?

 

If you do coudl you post the answer? 

 

thanks

0 Kudos
Message 3 of 3
(4,121 Views)