I have been working on writing a driver for a device my company makes. We currently are in the process of switching over to Labview and I was tasked with writing the first one. As such I'm pretty inexperienced with the program (few days).
I am having one problem. I can not get the numeric display to correctly convert the hexadecimal string into its base 10 equivalent. For instance, I send the command C9 <hex> to the device and get the response 00FA <hex> back after removing the echo, device confirmation, and correctly reordering the bytes (Device sends low the high and need to reverse). However, the hexadecimal string to number converter says this equals 0 when it should read 250.
Any help is GREATLY appreciated!
Message Edited by Moya on
07-17-2008 05:01 PM