by JonHylands » Sat Jan 13, 2007 5:12 am
by JonHylands
Sat Jan 13, 2007 5:12 am
limor,
Thanks, I use Rhino3D for all my CAD work. I've been doing CAD as a part of my robotics research for 10 years now.
We're running the AX-12s at the full 1 Mbps. The ATmega128 implements a pair of 128-byte circular buffers for bidirectional communication. Since the master doesn't send huge packets, and the AVR sends them out as it gets them, it should never overrun the buffer.
So, the ATmega128 is talking to the PC at 115,200 and to the Bioloid bus at 1 Mbps, using both hardware UARTs.
- Jon
limor,
Thanks, I use Rhino3D for all my CAD work. I've been doing CAD as a part of my robotics research for 10 years now.
We're running the AX-12s at the full 1 Mbps. The ATmega128 implements a pair of 128-byte circular buffers for bidirectional communication. Since the master doesn't send huge packets, and the AVR sends them out as it gets them, it should never overrun the buffer.
So, the ATmega128 is talking to the PC at 115,200 and to the Bioloid bus at 1 Mbps, using both hardware UARTs.
- Jon