DAQ PCI-FRM01 Manual do Utilizador Página 6

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 12
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 5
1 2 3 4 5 6 7 8 9 10 11 12

Comentários a estes Manuais

Sem comentários