MPSC is the communication and debugging software of UART (Universal Asynchronous Receiver/Transmitter) interface, which supports multi-MCU addressing communication and file sending of Xmodem protocol, and also supports ordinary unaddressed communication. It can be used as a UART debugging assistant and as an uploading tool for BootLoader self-programming.
The upper text box is the receiving data display window, and the lower text box is the sending data input window. They all support two formats: ASCII text format and hexadecimal format. For example:
When sending data, the first N bytes determined by the Address Size are sent as addresses, and the other bytes are sent as data. If a 0-byte address is selected, it is normal unaddressed communication. For example, to send "48 65 6C 6F 20 57 6F 72 6C 64 21", an address of N bytes should be inserted before the data: