LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read hex data's?

Hi.

I am new to CVI. I want to read HEX data's in bulk(approximately 8000 data's) through the USB port and process those data's and plot.

this has to be done for every 2ms once.How better can i read this HEX data's and process them? 

 

0 Kudos
Message 1 of 2
(2,859 Views)

As you are new to CVI you first should understand that CVI is just C, so it is necessary to know the programming language C. This forum is not meant to teach you C. Smiley Wink

 

It is also  useful to know that this forum provides a search option, searching for 'hex' reveals several posts that should help you solve your problem, e.g. this one

 

If these posts don't help you, post your relevant code that causes you trouble and we will be happy to assist. 

0 Kudos
Message 2 of 2
(2,853 Views)