
Application Note (AN312)
eCARD-FRM11 board API Programming
2005 DAQ system, all rights reserved.
http://www.daqsystem.com
nCnt :
The address which contains the number of characters to be sent.
The maximum number of characters to be sent is limited to 4K byte(4096).
buf :
The buffer address.
Return Value:
If the function succeeds, it returns TRUE.
UART _Close
Release all resource were used for UART function.
BOOL UART_Close(void)
Parameters:
None
Return Value:
If the function succeeds, it returns TRUE.
UART _SetBaud
Sets UART Baud rates
BOOL UART_SetBaud(DWORD nBaud)
Parameters:
nBaud :
0: 9600, 1: 19200, 2: 38400, 3:57600, 4: 115200
Return Value:
If the function succeeds, it returns TRUE.
UART _BufferFlush
Flushes UART RX Buffer
BOOL UART_BufferFlush(void)
Parameters:
None
Return Value:
If the function succeeds, it returns TRUE.
Comentários a estes Manuais