| MidiLink programming information |
Serial Port setup-
Baudrate: 38400
Databits: 8
Paritybit: None
StopBits: 1
Power supply: RTS= Hi, DTR= Hi
Handshaking-
In order to handle Baudrate down-conversion
MIDI-out Bytes are handshaked by a CTS-change.
After
sending a MIDI Byte to MidiLink HW the
driver must wait
until CTS-Change (Hi->Lo or Lo->Hi) is
detected before
next Byte is sent.
In a PC the handshaking is easily handled
in User-Mode
with good timing results.
PocketPC-
MidiLink has been successfully interfaced
on the PocketPC
platform. Since no installable MIDI drivers
so far is supported
the only way to use a external MIDI interface
is to program
directly to the serial port.
An example of this is Johannes
Freybergers very nice
PocketPC application for the Compaq iPaq.
Back to DDD Main