Hello,
I need to interface arduino and vee pro through serial communication where i need to send and acquire data to and from the arduino microcontroller. Can anybody help me and tell me how to start because im kind of new in this kind of thing. thanks
I need to interface arduino and vee pro through serial communication where i need to send and acquire data to and from the arduino microcontroller. Can anybody help me and tell me how to start because im kind of new in this kind of thing. thanks
- file>preference>Vee8.5 legacy
find the serial port
- start>programs>Agilent IO library>Agilent IO connection expert>refresh
if there is any error, it won't go any further. I had once when Arduino board was communicating through Arduino software. Stop and close Arduino software and try again. If still there is communication error, I may not be able to answer.
If there is no error, run Vee pro, find com port
- IO manager>find>direct IO
in the direct IO, add transaction to read. In my case, I was getting temperature and humidity data from DHT22 sensor. The data coming to com port was an array with 4 data elements.
it is currently reading the data and I have been able to get the data and use it to control power supply connected to a heating element to control temperature through GPIB. and the data has been saved in excel file.
Good luck.