CO2 Meter SAN-0001 Manual - Página 19

Navegue en línea o descargue pdf Manual para Instrumentos de medida CO2 Meter SAN-0001. CO2 Meter SAN-0001 19 páginas. Pocket co2 monitor & data logger

CO2 Meter SAN-0001 Manual

APPENDIX C: LOG FILE FORMAT

The following technical details allow you to manually read the raw data from the monitor using
a serial terminal program or your own software.
Serial Interface Specifications:
Baud rate=57,600
8bit, one stop bit, no parity bit
For example:
SetBaudRate(FT_BAUD_57600); // Set baud rate to 57600
SetDataCharacteristics(FT_BITS_8, FT_STOP_BITS_1, FT_PARITY_NONE);
Commands to download log from monitor:
The server must send "SAN-0001" or "san-0001" ASCII code through the USB port to start the
download. For example:
0X53 0X41 0X4E 0X2D 0X30 0X30 0X30
OR
0X73 0X61 0X6E 0X2D 0X30 0X30 0X30
Data Stream
The data from SAN-0001 will be sent back in ASCII code as shown:
19