by JonHylands » Tue Jun 08, 2010 1:57 pm
by JonHylands
Tue Jun 08, 2010 1:57 pm
The easiest thing to do is to buy one of my I/O boards.
If you want to do it yourself, using a PIC, you'll have a bit more trouble. A PIC cannot individually switch on/off the Tx/Rx sides of the hardware UART, so you can't use the Tx/Rx short technique that I use on all of my Bioloid bus devices (using an AVR). You will have to use some kind of buffer and/or bus switch to interface to the bus.
- Jon
The easiest thing to do is to buy one of my I/O boards.
If you want to do it yourself, using a PIC, you'll have a bit more trouble. A PIC cannot individually switch on/off the Tx/Rx sides of the hardware UART, so you can't use the Tx/Rx short technique that I use on all of my Bioloid bus devices (using an AVR). You will have to use some kind of buffer and/or bus switch to interface to the bus.
- Jon