coinesAPI calls: Interface and board information¶
coines_open_comm_intf¶
Opens the communication interface.
Currently only COINES_COMM_INTF_USB
(USB Connection) interface is available.
COINES_COMM_INTF_BLE
is available for MCU_APP30
target.
In case of MCU Target, API waits indefinitely for serial port or BLE connection (MCU_APP30
target only).
In order to use fprintf
and fscanf
with BLE, intf_type
should be COINES_COMM_INTF_BLE
coines_close_comm_intf¶
Closes the communication interface.
coines_get_board_info¶
Gets the board information.
The data structure contains the following items