CO2 Meter SAN-0001 Руководство - Страница 19
Просмотреть онлайн или скачать pdf Руководство для Измерительные приборы CO2 Meter SAN-0001. CO2 Meter SAN-0001 19 страниц. Pocket co2 monitor & data logger
![CO2 Meter SAN-0001 Руководство](/uploads/products/server2/1014425/1014425.jpg)
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