On Wed, Dec 10, 2014 at 3:17 PM, Brad Burleson <[email protected]> wrote: > On Wed, Dec 10, 2014 at 2:16 PM, <[email protected]> wrote: >> >> [...] >> From the C# It looks like I should just have to send 13 bytes starting >> with 33 (which is ASCII for !). > > > Actually you need to send 14 bytes (rowCount + 1, and rowCount always > returns 13) so maybe it would help to change the last write to a writeln?
And I know you don't want to change the C# code but isn't your array one byte too small? Aren't you reading 14 bytes into a 14 byte array? Don't you need room for a terminating character? Regards, Brad KF7FER _______________________________________________ dorkbotpdx-blabber mailing list [email protected] http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber
