Having trouble getting SerSend10 to send a large chunk of data out at once
(via a MIDI port, it's a SYSEX message if anyone's familar...)

I do
if (SerSend10(SerL, buf, 210)) SerClearErr(SerL);

Where buf is exactly 210 chars long, and all that happens is it sends out
the 1st byte and nothing else. Then I tried setting up a for loop that
would send each byte individually, like

SerSend10(SerL, buf[i], 1)...
wait 1000 ticks...
loop

And that does the same thing.. only the first byte gets over. The data is
OK, I'm printing it to the screen as well and it's showing up. Any ideas?

Thanks!
-brian


Brian Whitman
[EMAIL PROTECTED]
http://www.netspace.org/users/bwhitman

Reply via email to