USB Communication

  • Thread starter Thread starter Fan924
  • Start date Start date
F

Fan924

I am looking for some example of using VBA and excel to communicate
with an USB port. USB Item is a ROM emulator card so I am looking for
something similar.
 
I am looking for some example of using VBA and excel to communicate
with an USB port. USB Item is a ROM emulator card so I am looking for
something similar.

Any USB application would do. I want to see any example on how it is
done with excel vba. TIA
 
Any USB application would do. I want to see any example on how it is
done with excel vba. TIA

I have some code I used to read a data acquisition card from the
serial port through hyperlink. It required an add in, I believe it
was MS COMMS, or something similar. I had wanted to use it as a real
time data collector/monitor. For that purpose, it did not work very
well. But if I set up a background timer and had the spreadsheet
sample once every 30 seconds or so, it worked well enough. Is this
the kind of thing you are looking for?
 
Back
Top