Part Number: CC2540
Hey guys,
I'm using the BLE Bridge project on a CC2540 module and am trying to transmit 20 bytes of data received from a custom Android app to a serial terminal (RealTerm). The module I'm using is an RF-BM-S02 and I am using an FTDI USB-UART converter cable connecting the module to my laptop. I've stepped through the code and the received data appears to be successfully written to the module UART (a SUCCESS condition is returned from the sendDataToHost() function) but for some reason nothing is displayed in the serial terminal. The baud rate is set to 115200 and I've checked that it is the same in both the module firmware and the serial terminal.
Should this project work out of the box or does some configuration need to be done in order to send received data to a serial terminal?
Cheers,
Tony