DAQ PCI-FRM01 Manual de usuario Pagina 6

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 12
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 5
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.
Vista de pagina 5
1 2 3 4 5 6 7 8 9 10 11 12

Comentarios a estos manuales

Sin comentarios