20100512 Update: Add Jin51SIO operation help file
Program function: The user selects the crystal oscillator parameters and serial port baud rate parameters, and the program automatically generates a complete set of operating functions.
Purpose of use:
1) Quickly start the microcontroller serial communication program (suitable for beginners)
2) Quick application, no need to spend time designing parameters for different projects, compatible code is directly generated by the program and used directly. It’s not easy to forget technical details. Even after a long time, you only need to click the mouse twice to generate the code, no need to look up the information again. (Suitable for those with many projects)
3) The code uses interrupts to receive and send data, minimizing the CPU time occupied by waiting for the transmission to be completed.
4) Adopt reusable ring queue technology. Reduce memory requirements without reducing program stability
5) Mature and standard processing code, no need to redesign it yourself
6) With formatted output function, it is convenient to print any data in the memory through the serial port when debugging the program.
it works
it works
it works