I set the task in ccs Task_Handle task; Task_Params taskParams; Task_Params_init(&taskParams); taskParams.stackSize=512; taskParams.priority=15; task = Task_create((Task_FuncPtr)taskFxn, &taskParams,
This is an 8-bit MCU of RS08 series, low cost, suitable for home appliance control panel, remote control and other applications. I found a Chinese manual on the Internet and translated it. I really wa
Already installed evc, Labview 8.2 and its PDA module, windows mobil pocket pc 2005 SDK, vs2005, etc. The hardware is MOXA's UC7408, and the operating system is WinCE 5.0. Waiting online, thank you!
A novice wrote a program to receive serial port data and then display the received data on the digital tube. The program cannot directly drive the 74HC595 digital tube display. You must run other prog