>1) I do not know how to start/initiate my data upload to the PC
First you need to have a clear idea of what 'upload' means to you. Are you gathering the data on another system and transferring it through a network to the PC? Are you reading from a file, from a process, from a socket? Upload to what? A file? A memory map? A pipe?
>(2) I do not know how to manage the HEX data once it gets to the PC.
If it's in text format then depending on the needs of the C++ program, you need to convert as necessary.
>(3) Do I need to convert data to Decimal before I can run algorithms on it?
If the data is in text format as you said, you need to convert it to binary so that it can be treated as numeric values rather than character values. Once in binary format, decimal and hexadecimal are nothing more than representation differences, and internally are identical.
Reputation Points: 6442
Solved Threads: 1393
Bad Cop
Offline 11,807 posts
since Sep 2004