Yes, No, and Maybe! :
The FT-232R is capable of MIDI baud rates, which are a bit different than the usual serial stuff.
But the “usual” serial port drivers that they emulate have only a lookup table for the normal
speeds, so you would have to persuade the driver to let you select your own baud rate. I have
lots of information on the chips, but I don’t do windows, so I don’t know what it’s drivers are
capable of. Maybe changing a lookup table entry somewhere.
So you MAY be able to get 31250 baud, but how do you make it look like a MIDI device? That could
be the biggest problem. It’s possible to change the device codes a bit, but not to re-write the
entire device, as far as I know. So let’s assume the answer is NO.
You CAN make it look like a serial port, since that is it’s natural purpose. So the best shot you might
have might be to try and use the Yamaha “ToHost” serial port -> MIDI driver. It’ll let you use a
“normal” serial port for MIDI, and it just might work with an FTDI USB chip! I wrote a similar driver for
the classic Amigas a few years back. Again, I’m not too familiar with the windows versions, but it
MIGHT work.. Maybe.. Just maybe.
Have fun, and let us know what you learn!
LyleHaze