In the serial port driver function, the statement pHWHead->UseIrDA is used to judge whether it is IRDA. When it is MODEM, which one is used for judgment? Is it pHWHead->bDSR or if (pHWHead->dcb.fOutxC...
[i=s]This post was last edited by cruelfox on 2017-12-30 23:32[/i] I bought the STM8S Discovery development board earlier than the STM32 development board, but after using the STM32 for a few years, I...
Haha, I'm very curious, what kind of fakes do you buy in your life? My uncle has diabetes, and one day he suddenly asked me to help him check a hospital in Tongzhou, saying that after taking a few med...
Ladies and Gentlemen, I want to display 6-bit data (including decimal point) on 5110. The program is as follows: void LCD_Dynamic_Num(unsigned char x,unsigned char y, float n) { unsigned char Place_5,...