Teensy/Micro Support
- This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Shop › Forum › Everything Else › Teensy/Micro Support
Hi there,
I was looking at getting the code up and running on a Teensy 2.0. I’ve been having some trouble getting it up and running. I was wondering if anyone had any ideas on how to modify the arduino sketch to allow for the Teensy to connect.
Right now the sketch will load and I get the initiation response through serial but ONLY if I’m opening a connection through the arduino IDE. The GUI just hangs on connecting…
I’ve read that the teensy uses standard USB rates (no baud rates??) so that definitely affects things, but I don’t know enough to make the changes.
If you guys have any ideas!
Callil
Which code are you talking about?
Calil,
Wow, I must have been half asleep when you posted. right at the top of Makelangelo.java you’ll find
private static final int BAUD_RATE = 57600;
Change that number to whatever baud you need and voila!