Version 4.3.9 transceive mode support (uFR PLUS devices only) uFCoder.h update
new functions added UFR_STATUS DL_API card_transceive_mode_start(uint8_t tx_crc, uint8_t rx_crc, uint32_t rf_timeout, uint32_t uart_timeout); UFR_STATUS DL_API card_transceive_mode_stop(void); UFR_STATUS DL_API uart_transceive(uint8_t *send_data, uint8_t send_len, uint8_t *rcv_data, uint32_t bytes_to_receive, uint32_t *rcv_len);
parent
f79e8d53
Please register or sign in to comment