On 2012-11-25 06:43, onyx(a)onyx-ashanti.com wrote:
>
>
> Well no, the xbee is replacing the usb serial connection in that
> design, but you still have to run at the speed of the xbee serial
> connection. The arduino doesn't have enough memory to do TCP/IP
>
>
> the rn-xv 's uart pors baudrate is running at 57600, so shouldnt that
> corral the the connection to within useable range?
>
Depends what's useable for you I guess.
You just need to set the comport objects baud rate to 57600.
The RN-XV manual says: "Valid settings are {2400, 4800, 9600, 19200,
38400, 57600, 115200, 230400, 460800, 921600}"
So you could probably go faster than 57600, the arduino can do at least
115200.
Martin