7 years, 1 month 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

Be the first to answer this question.