Link to home
Start Free TrialLog in
Avatar of cmdolcet
cmdolcetFlag for United States of America

asked on

How to to from USB Device

I am trying to interface into a OMEGA temperature probe so that I can actually read and display the temperature that the device reads. I am looking to reference the Unfiltered (0x0F) address location so that I can pull the information.

How would I go about doing that?

I have attached the address locations of the device.
Read_Write-Addresses.PNG
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Not familiar with that module. Can you post vendor link and pic?

I have worked with these and Arduino. Do you want to read with VBS?
https://www.experts-exchange.com/articles/29567/How-to-connect-Arduino-Uno-WiFi-to-ThingSpeak.html

Live data
http://thingspeak.com/channels/265283
Avatar of cmdolcet

ASKER

Shaun,

Please see the https://www.omega.com/pptst/OS-MINIUSB.html

I would like to use VB to interface.

Thanks
Have a look at these sample VB6 Modbus projects
http://www.modbus.pl/Visual%20Basic_MODBUS.PL.html
Shaun this will not open in my IDE. However do I actually need a Modbus plugin?
Shaun would I need to purchase the MODBUS component ? How would I get it?
Why VB6 and not .NET?
Shaun It will not open up in VS 2017. I am using the VB.net IDE but it will not open up in it
ASKER CERTIFIED SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Shaun great, that does work. Now looking inside the download. It does have a .dll that I can use for my .net project?
I believe so