
Originally Posted by
Joe S.
Speed isn't going to be the issue. My problem is how do I retreive the data from a 48 Bit data stream with a 16 bit word capable Microcontroller, I am guessing it can be done as at least 3 comercial enterprises use them as the basis of a DRO, my math skills and inadequate experience in programming are such that I am looking for suggestions as to how to accomplish this feat, mind you, not a code author, but some pointers. Would you store it in 3 words ? Would that involve using an array, something like:<p>
MyData var word[24]<p>
Bookmarks