With firmware version 1.00 you should use vmbox 1.00f.
it should work as you describe.
Make sure the sysex device ID in vmidibox matches the device ID setting in your midibox64 LCD menu.
When you click receive, vmidibox should request and receive a sysex dump from your box. This also only works if the device ID’s match. (this feature was created to use multiple midiboxes on the same midi interface)
vmidibox version 1.01a matches firmware version 1.01 which can now be downloaded from T’s site.
My configuration doesn’t have a LCD, it has only one CORE and device ID is set to 0, is this right? Speed is set to 200 bytes/sec.
When I click ‘send’, it sends some data, because counter (bytes left to send) is counting down… but no LEDs on the midibox lit.
When I click ‘receive’, it shows ‘bytes to receive: 1927(or some other number)’, but nothing happens. No countdown. When I close vmidibox, I can see in task manager that application is still active, so I have to end it manually.
I am using Roland’s serial MIDI driver. In VMidibox, ports are selected as following:
MIDI In: Roland Serial MIDI driver
MIDI out: Roland Serial MIDI driver Out A (or something like that, I can’t remember right now - I am in the office)
Is this correct? MIDIox shows values from pot & buttons like it should, but I cannot send/receive sysex files.
I never used the serial port drivers with vmidbox.
Maybe you could try a much lower speed (50 ?) once
to see if it is not a serial driver timing issue ?
When I click ‘receive’, it shows ‘bytes to receive: 1927(or some other number)’, but nothing happens. No countdown. When I close vmidibox, I can see in task manager that application is still active, so I have to end it manually.
Okay, this is something I can fix for the next version.
The receive functionality uses a timer that runs until the data is received. I guess I should stop that timer if one exits the program before having received the data :-[ …
or install midiyoke drivers and connect via these drivers. This way you could monitor the traffic between vmidibox and your hw box. This way you could log with mixiox all that passes to and from your box. You should be able to see the sysex stream passin…