Home > Back-end >  A freshman... for help
A freshman... for help

Time:09-28

Now you need to do a WSN PC monitoring and control system design, I've already got use VS2010 interface, can use serial debugging assistants to receive data,
This is my part have done... what should inquire of the following to knead ~

CodePudding user response:

http://download.csdn.net/detail/kwer/9050123

CodePudding user response:

Here is to use a serial port component accept packets, split out the data

CodePudding user response:

The next step is to interface on a serial port control (mscomm, etc.) inside the oncomm event accept data in put a button to send data to the serial buffer

CodePudding user response:

Interface is ready, the following is "doing business" oh, of course,,
A serial port receives the data, parse the data according to the agreement, reflected in the interface, the data that is your next job

CodePudding user response:

Background to start a thread, and then read the serial data to the data parsed displayed in the interface,
  • Related