User Activity

Posted on October 06, 2016 at 06:30is there any way so that i can know whether my uart is active or not ,i wanna send an AT Command to a gsm module such as ''AT+CCLK?'' in return of this command the GSM module will give the time and date from neares...
Posted on September 15, 2016 at 20:42hello everyone! i wanna know about the way i can know whether my uart is available or not like i did in case of arduino using Serial.available() function call ??? #stm32f103c8t6
Posted on September 13, 2016 at 22:12Hello everyone i'm a beginner, i have implemented uart receive of variable number of characters successfully using IRQ and RXCmpltCallback , what i did is i have received each character one by one and then insert...