Bidirectional USB2MIDI converter

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
bxm
Posts: 2
Joined: Sat Aug 25, 2012 3:44 pm

Bidirectional USB2MIDI converter

Post by bxm » Sat Aug 25, 2012 3:59 pm

Hello,

I've decided to publish my old project, a USB2MIDI converter. Here is an excerpt from docs:

--cut--
This is the USB2MIDI interface based on software USB protocol
implementation for Atmel's AVR microcontrollers developed by
Objective Development GmbH (http://www.obdev.at/vusb/).

It features completely transparent MIDI-IN and MIDI-OUT independent
channels and requires no additional drivers. Device has been tested
under various versions of Linux distributives, Windows XP SP2 and
FreeBSD 8.x. It will not work under Windows Vista or Windows 7.

Precompiled firmware provided as well as source code, PCB design
and documentation. For more information please see doc/usb2midi.pdf file.
--cut--

Current version is 1.4 and can be downloaded here: https://docs.google.com/uc?export=download&id=0B5b0wmY5shXVazVoZ3huUUM4eEk.

Coda
Posts: 18
Joined: Thu Apr 26, 2012 10:56 pm

Re: Bidirectional USB2MIDI converter

Post by Coda » Tue Sep 11, 2012 8:00 am

Thanks, will give it a try and test with MacOSX. BTW - whats the reason it won't work under Win7?

horo
Rank 2
Rank 2
Posts: 63
Joined: Tue Mar 04, 2008 2:26 pm
Location: Berlin & Lindau, Germany

Re: Bidirectional USB2MIDI converter

Post by horo » Tue Sep 11, 2012 10:26 am

Hi,
The Win7 issue and possible solutions were discussed earlier on "the other MIDI thread".

Ciao, Martin

bxm
Posts: 2
Joined: Sat Aug 25, 2012 3:44 pm

Re: Bidirectional USB2MIDI converter

Post by bxm » Tue Sep 11, 2012 2:04 pm

It was pointed to me, that BOM in documentation had non-English words, this has been corrected in 1.4.1 which can be downloaded from here:
https://docs.google.com/uc?export=download&id=0B5b0wmY5shXVNGljeS1zRXBVOGs.

Post Reply