Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 8 months ago.
mDot UART HW Flow Control
I need to use HW flow control over UART in my mDOT device, but I find that functionality is not supported. RawSerial and SerialBase have this functionality in the class,
RawSerial frer(PA_2,PA_3); RawSerial unlock(); RawSerial set_flow_control(RTSCTS, PA_11, PA_12);
but I get Error: Identifier "RTSCTS" is undefined in "main.cpp", Line: 64, Col: 30
thanks in advance, Alejandro