I am not looking for specific instructions here, just trying to find sources to research on how to proceed. I would like to take numbers from a Program written in purebasic and deliver them to a midi interface through the USB port. What I don't understand is how I tell the program to output a number to the USB port. I think I understand midi commands well enough to output the proper number to my midi interface, I just don't understand how I get it to the USB port.
Does this have anything to do with Arduino? If so, which one?
Pete
Not specifically, but I was hoping there was an arduido related solution to my problem.
https://www.purebasic.com/documentation/PureBasic.pdf has a section about the serial port.
fogtracks:
Not specifically, but I was hoping there was an arduido related solution to my problem.
Please explain what your problem is. If it's that you don't know how to send data in PureBasic, there is no Arduino related solution. The Arduino can process the data that it receives via the serial port. But you must give it to the Arduino.
PS
They have a forum where they might be able to answer the question or maybe answered a similatr question of another user.
Thanks that was helpful