Development environment: vs2005 + wince6 simulator Development language: C# After testing, when clicking × to close the form in wince6, no events related to closing the form are triggered. How can I c...
When I built the project and added menubar, I found that the menu editing items were sometimes on the top and sometimes on the bottom. The forced setting at runtime does not work, why? For example: m_...
C/C++ Coding Standards Introduction Today, people are increasingly aware that software design is more of an engineering project than a personal art. Since the development of large-scale products is us...
Looking back at 2010, there were so many good things, one more exciting than the other. I won’t list them all here, just look at the forum and you will know. The forum’s activities are bigger and bigg...
[i=s] This post was last edited by Youyuanyu on 2014-7-12 14:59 [/i] [align=left][b][font=微软雅黑] [/font][/b][/align][align=left][b][font=微软雅黑] My system is Windows7 (32bit)[size=3]. I can't receive dat...
Headhunter position [Shanghai] Job responsibilities: 1. Responsible for the development of communication protocols for supporting communication modules (GRPS, 4G modules, WI-FI modules) of the Interne...
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[Details]
The update interrupt initialization configuration of the stm32 advanced timer TIM1 is not much different from that of the ordinary timer. What needs to be paid attention to is the configuration of TI...[Details]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
The goal of this article is to build a TCP client based on the previous project that can ping the PC, and can actively send data to the PC, and can also send and receive data with the PC, and display...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
The article is written for LPC2148, but it is also applicable to Samsung's 44B0 chip. You only need to select S3C44B0 as the corresponding CPU when selecting it. JLINK debugging experience un...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
As cryptocurrency continues to gain popularity, a technology hidden behind it has attracted more attention from the world, that is the now hotly debated
blockchain
. Let's follow the embedd...[Details]
Mobile communication resale business means that enterprises can contract part of the communication network usage rights from basic telecommunications operators, repackage them into their own brands...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]
Using AT89S51 microcontroller, modify the original one to turn the LED on for 4s and off for 2s. Thank you. Use a timer. (The program is written in the answer, omitted here - just a note) The origi...[Details]
It is required to use timer/counter 1 for timing, with a timing of 1 second; timer/counter 0 for counter, and the external pulse to be counted is connected from P3.4 (T0). The microcontroller will co...[Details]
;The hardware connection circuit of the 51 single-chip microcomputer is as follows: ;P1.3 and P1.4 are each connected to a button; ;P0.0 and P0.3 are each connected to a light-emitting diode; ;P2.0~P...[Details]