Page 1 of 1

Convert baud rate 34800 (Sensor Atlas Scientific) to baud ra

PostPosted: Fri Dec 20, 2013 4:22 am
by Hidayah
hye there....please help me...
i want to send data from sensor that read by arduino uno to zigbee (Xbee)....at hyper terminal, the data had been display by using com arduino. but the problem is i want to get the data from xbee.. im used 2 xbee, first is transmitter and second is receiver.. the xbee cannot display the data because difference baud rate...

how i want to convert the data baud rate 34800 to 9600?

Re: Convert baud rate 34800 (Sensor Atlas Scientific) to bau

PostPosted: Mon Dec 23, 2013 9:52 pm
by robosang
Just change the baudrate in Arduino lah.... Arduino Serial.begin

BTW, is 34800 or 38400?

Re: Convert baud rate 34800 (Sensor Atlas Scientific) to bau

PostPosted: Mon Dec 23, 2013 11:41 pm
by shahrul
pH sensor use baudrate 38400, XBee use baudrate 9600.
You can't connect sensor directly to XBee.

There is 2 way.
1. Change baudrate XBee to 38400, using X-CTU
2. Use Arduino to interfacing both. Use 2 Serial Port or software serial.

Re: Convert baud rate 34800 (Sensor Atlas Scientific) to bau

PostPosted: Tue Dec 24, 2013 1:09 am
by atuk5259
another way is change baudrate for ph controller....pls refer datasheet first...i think module from atlas scientific got command to change baudrate....

Re: Convert baud rate 34800 (Sensor Atlas Scientific) to bau

PostPosted: Wed Jun 04, 2014 12:29 pm
by sahniana
for ph circuit 5.0, to change baudrate from 38400 to 9600
1. connect at default baudrate 38400.
2. send "z4" + <cr> @ chr(13)
3. disconnect.
4. connect at baudrate 9600.