Hi Brian and thanks for your feedback.

A few comments:

I'm "tagging" the data, because I want to be able to sample and send
in a loop from the satellite side, without querying for the data. But
I also want to be able to query specifically for data manually. I
don't know what I will end up doing in the final application though,
so right now I'll go with ASCII (easyer to check for errors and read
for humans) and the identifiers, I might remove them later.

Also, I'm not sure if using just a /n character (8 bit ASCII code) is
good enough, because the data comming is from an ADC circuit (or
actually 10) and they can have any value from 0 to 1024 and the data
might accidentally contain a sequence that in ASCI corresponds to the
/n character. Thats why I will use at least 2 characters for the end
of data sign. :)

Reply via email to