Yes, the device is setup to talk to a PC.
The PC queries the device for its set frequency, and the device returns the 4 bytes.
I know I should push the 4 bytes into 2 seperate 16 bit words.
Then I need to figure out what the decimal part is for:
Millions
Thousands
Hundreds
This seem pretty straight forward for a 1 byte word, but no so easy for me to get my head around doing it for 2 bytes, due to the carry effect.
Bookmarks