[SOLVED] Solutions with VBA

I have different test benches controlled by using USB boards + VBA, besides adding an Arduino into my current system, what other solutions do i have to post data into Ubidots ?

Hello @jaudiel,

The main purpose of an Arduino in a system is not to construct the http requests, it’s to read data from sensors and periferials, if your system already has a way to obtain data and parse it with VBA you should use some of its libraries to construct the requests, I hope this link may be helpful for you.

Regards.