github.com/simpleiot/simpleiot@v0.18.3/respreader/README.md (about)

     1  # Response Reader
     2  
     3  Package respreader provides a convenient way to read data from devices that use
     4  prompt/response protocols such as Modbus (and other RS485 protocols) and modem
     5  AT commands. The fundamental assumption is a device takes some variable amount of
     6  time to respond to a request, formats up a packet, and then streams it out the
     7  serial port. Once the response data starts streaming, and significant gap with
     8  no data indicates the response is complete.
     9  
    10  see https://godoc.org/github.com/simpleiot/simpleiot/respreader for
    11  documentation