[color=#252525][size=14px]Why is the LCD temperature display 8 degrees and the DS18B20 temperature display 64 degrees different? Is there a problem with the delay? Please help me solve it. Thank you! ...
Why do I have to unplug the downloader to run the program after downloading it? What's going on? Before, it worked fine after downloading the program and resetting it. I hope you can help me solve thi...
I wrote a driver (which only uses RtlCopyMemory to do some operations). When testing, I found that CreateFile, ReadFile, and WriteFile all operate on shared memory. However, I want to read and write t...
I use pDlg->m_pDlgScreenMap = new CScreenMap(); pDlg->m_pDlgScreenMap->Create(IDD_DIALOG_SCREENMAP,NULL); pDlg->m_pDlgScreenMap->ShowWindow(SW_SHOW); pDlg->m_pDlgScreenMap->UpdateWindow(); to create a...
I wrote a serial port reading program. Because I don't know the baud rate, data bit, stop bit and other information of the GPRS module, I temporarily used 115200, 8 data bits, and 1 stop bit. Now the ...
I would like to ask about the procedure of receiving and sending data between STC12C5616 and Bluetooth wireless communicationIs there anything to note? Actually, there is only the program that STC12C5...