Society of Robots - Robot Forum

General Misc => Misc => Topic started by: Dothos on February 21, 2011, 10:15:16 PM

Title: Help setting up uart
Post by: Dothos on February 21, 2011, 10:15:16 PM
I have been searching everywhere and i'm still not sure how to use a uart on my axon 2 to communicate with a pc through a serial port i would like to know the pinout and if I need to use extra hardware to do it.

thanks in advance
Title: Re: Help setting up uart
Post by: waltr on February 22, 2011, 08:02:08 AM
The Axon's pins are 5V logic and the serial COM port on a PC is RS232 levels (google this).
At a minimum you need a MAX232 chip to translate to voltage level between the Axon and PC.
Look at the SoR tutorials above for more info.
Title: Re: Help setting up uart
Post by: Crunchy Theory on February 27, 2011, 02:50:38 PM
If all you want to do is use the UART to communicate with the Axon through your PC, you should just use the USB connector on it. All you need to is install the driver from SILabs (https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx (https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx)) so that your PC's terminal program or whatever will recognize the Axon.

Edit: just read this part of the Axon2 setup tutorial: http://www.societyofrobots.com/axon2/axon2_setup2.shtml (http://www.societyofrobots.com/axon2/axon2_setup2.shtml). It should be pretty straightforward.