Duggle
June 23, 2003, 11:47am
1
hi
Ive programmed the 18F with the primary bootloader V1_1.
Im using a well worn MBHP MB64.
I’m getting the short string sent every two seconds.
I think Ive set up midiOX right with only the midiout port enabled, but I get
" SysEx Output Devices:The port is transmitting data to the device. Wait until the data has been transmitted, and then try again."
thanks for any help or suggestions
Duggle
June 23, 2003, 12:00pm
2
It works!
Setting low level buffers to size:128 Â num:16 (NOT size:128 num:8 ) fixes this for me.
all the best
T.K
June 23, 2003, 11:07pm
4
Cool!
Duggle, could you please try the following setting - this will be the upcoming suggestion, but I want to ensure that it works on all systems w/o problems: buffer size 2048, number of buffers: 4
Best Regards, Thorsten.
Duggle
June 24, 2003, 4:03am
5
hi thorsten,
yes, the settings {size 2048 num 4} work fine.
regards