Create a project in vs2005 Visual C++ -> Smart Device -> Win32 Smart Device Project to call the wince environment code to print the key on the LCD. For example, if you press "A", "A" will be printed o
The lib files I have now are: rts2800_fpu32 rts2800_fpu32_fast_supplement rts2800_ml iqmath iqmath_fpu32 and some others starting with sfo, I don't know what they are. Thanks
In view of the advantage of msp430 in low power consumption, I have to learn msp430 to increase my ability. Please recommend me a development board that is not too expensive.
I used TinyUSB to preliminarily implement the CDC protocol on the USB of esp32s3, ran the preliminary micropython code, was able to connect ESP32OpenMV with OpenMV IDE, and ran the lighting program th
As the title says, I wrote a program based on socket communication, and I want to realize communication between two boards, but the server and the client can't connect. I found a ping program on the I