Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
void | Run_SER_ASync_Rx (int32_t cardIndex, int32_t module) |
The purpose of the Serial Asynchronous Receive sample application is to illustrate the methods to call in the naibrd library to configure a given serial channel for receiving RS422. The Serial Asynchronous Transmit application can be run in unison to this application to transmit data.
void Run_SER_ASync_Rx | ( | int32_t | cardIndex, |
int32_t | module ) |
Configures a serial module for asynchronous receiving. The receiving channel is hard-coded to channel #2.
cardIndex | (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | (Input) Module Number of the module to access (1 - [max modules for board]). |