Home > Software engineering >  Excuse me, how will the Arduino serial monitor display picture by VB2013 do??
Excuse me, how will the Arduino serial monitor display picture by VB2013 do??

Time:09-27

my ARDUINO is connected to the gas sensor MQ2 for detecting
Can now be by ARDUINO Serial monitor to show the density of the gas
Now I want to do a human-machine interface
Can be directly by VB2103 interface directly show me the ARDUINO Serial Monitor picture information
Excuse me, how to do it?
I am a VB beginner, please you give me some direction

CodePudding user response:

Can use the UART serial port communication

CodePudding user response:

Should be able to read data with a serial port
  • Related