Ok, thanks for the input. I've changed the array to 14 bytes. I think I'm close based on your'alls input. I seemingly don't have any egregious errors.
It wants 14 bytes I send it 14 bytes. I suppose I just need to go to serial school. Sent from a mobile device. > On Dec 10, 2014, at 3:27 PM, Brad Burleson <[email protected]> wrote: > >> 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 _______________________________________________ dorkbotpdx-blabber mailing list [email protected] http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber
