@Grumpy_Mike Thank you ![]()
One more question, i created a C++ program that reads from the serial port. I can output all the arduino values recieved. Kinda like the COM Port listener built in the arduino SDK. But i got a question, i want to send the values to something like Virtual DJ or Tractor, for it i need to emulate a midi port, well the main problem is that i dont really get how i can emulate a Midi port from C++. Quick google search didnt give any results, but i think i need to use some custom writen drivers. Thought i hope i can use some alreay made .dll for it (Or Win API), does anyone know how i can do it?