HI, I want to send data throw the UART port. I ve subscribed to ADL_PORT_UART1 and when I recived the ADL_FCM_EVENT_FLOW_OPENNED i ve do an adl_fcmSwitchV24State(portHandle, ADL_FCM_V24_STATE_DATA).
After that i do an adl_SendData(portHandle, …) and it returns an unknown event.
Am I doing the sequence to sending data well? or I’am doing any mistake ?
Thanks.