04-02-2013 05:00 AM
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?
04-02-2013 05:18 AM
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.
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.