V7-38 Link Module Message Format

Output message from Link Module is sent in ASCII format string of next format:
  
<"Start" [1 byte]> <"Range" [1 byte]> <"Sign" [1 byte]> <"Integration time" [6 bytes]>

ASCII symbols:

Start             -> 'S'
Range             -> '0'...'7'
Sign              -> '+' or '-'
Integration time  -> "150000" (us, example) 
                  -> means that integration time is 150 000 uS


