Hook the Xmit to the Rcv, use a terminal emulator to send text, and see if what you type is echoed.

If the C# program is putting out any characters when it starts, can you see them in a terminal emulator? You may have the baud rate wrong. You could also experiment with this with the Arduino by cycling through a range of baud rates and seeing if any of them get a response.

On 12/10/2014 11:54 PM, [email protected] wrote:
Polulu has this Serial sniffer and transmitter I might play with. Any other 
serial utilities folks use?

http://www.pololu.com/docs/0J23

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



-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2249 / Virus Database: 4235/8214 - Release Date: 12/11/14



-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2249 / Virus Database: 4235/8214 - Release Date: 12/11/14




---
This email has been checked for viruses by Avast antivirus software.
http://www.avast.com

_______________________________________________
dorkbotpdx-blabber mailing list
[email protected]
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber

Reply via email to