I'm not a C++ programmer in the real sense of it, but my project involves gathering some data, store the data in memory with time stamp and later upload to the PC where a C++ algorithm will be used to manipulate it and then produce a graph of the manipulated data.
I can gather the data using assembly language and store to memory, well in ASCII (HEX).
(1) I do not know how to start/initiate my data upload to the PC
(2) I do not know how to manage the HEX data once it gets to the PC.
(3) Do I need to convert data to Decimal before I can run algorithms on it?
I'm really stuck here.. Based on my requirements? can anybody make a suggestion that I can consider for my implementation please?
Is there any Textbook that I might find useful?
francis adepoju 0 Newbie Poster
Narue 5,707 Bad Cop Team Colleague
Lord Soth 4 Posting Whiz in Training
francis adepoju 0 Newbie Poster
francis adepoju 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.