Search found 1 match

by jada9596
15 Jan 2014 12:38
Forum: DOS Batch Forum
Topic: sending things over serial
Replies: 5
Views: 5933

sending things over serial

I'm trying to communicate with an arduino over serial. I've used PuTTY just fine, but for my current project, it would be really useful to use a batch program. Naturally, I googled it and found out you can use the following: echo a > COM3 to send 'a' to com 3. The issue is that this only works after...