I've got the following network :
- 2 XBEE RS232 Adapter S1 Pro (XBP24-AWI-501-RevP) (end device)
- 1 XBIB-U-DEV with a programmable XBEE Model PS2CTH (XBP24CZ7WITB003-revA) (concentrator)
The 2 XBEE RS232 adapter are connected to devices that send data on the RS232 followed by a <CR> character. They can't be programmed.
This 2 XBEE are configured in transparent mode and send the data to the programmable XBEE.
The programmable XBEE must read the incoming data and send it on its serial port.
If i use the programmable XBEE with the "serial bypass" demo program and do a test with XCTU everything is working.
I try now to develop a program on the programmable XBEE that must bufferized the incoming data from both end device
and send it over RS232 with a fixed delay between each data.
I'm using Codewarrior.
I tried the "basic frame reception" but it is not working because i'm not using the API mode.
I tried the "serial echo" but it doesn't tell how to receive data over "radio uart".
How do i read the incoming data one the programmable XBEE without using API Mode ?
Is there a sample that show how to do it ?
Thanks for your help.