No.Im sending HSEROUT [ bin ADRESH,Bin ADRESL," "] Is this 3 bytes of data total or 6 bytes?
It's actually 17 bytes. The "BIN" qualifier sends one byte for each bit, either "0" or "1". If you want 3 bytes, you need to delete the two "BIN":
HSEROUT [ ADRESH, ADRESL," "]
BTW, If you want fast a/d, then you need to start the new a/d conversion as soon as the last one was finished--don't wait until after your serial is sent.
Bookmarks