Files
diplomarbeit/Tester/SW/lib/Drivers/API.txt
T
Matthias 373a8c32b2 Added Software projects
git-svn-id: file:///srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/repositories/svn/Diplomarbeit@55 9fe90eed-be63-e94b-8204-d34ff4c2ff93
2008-12-23 10:34:08 +00:00

21 lines
725 B
Plaintext

All:
UINT8 device [0..255] 0 = Self
1..32 = Remote
ADC:
UINT8 channel [0..255] 0..7 = valid
8..255 = future use
if mode == VOLTAGE UINT16 value [0..10000] mV
if mode == CURRENT UINT16 value [0..20000] uA
DAC:
UINT8 channel [0..255] 0..3 = valid
4..255 = future use
if mode == VOLTAGE UINT16 value [0..10000] mV
if mode == CURRENT UINT16 value [0..20000] uA
serial:
Baudrate: B1200, B9600, B19200, B38400, B57600, B115200
Mode: UART_8N1, UART_7N1, UART_8N2, UART_7N2, UART_8E1, UART_7E1, UART_8E2, UART_7E2, UART_8O1, UART_7O1, UART_8O2, UART_7O2
FMode: UART_FIFO_OFF, UART_FIFO_1, UART_FIFO_4, UART_FIFO_8, UART_FIFO_14