Having two commands to return the current pointe location will be very useful.
command uint16_t LoggerRead.getPointer() { return(curReadLine); } command uint16_t LoggerWrite.getPointer() { return(curWriteLine); }
Thanks Darryl darryl-bug@shecora.com