Forum >Getting BT data with Bluno debug off
Getting BT data with Bluno debug off

According to Bluno's wiki http://www.dfrobot.com/wiki/index.php/B ... mmand_List (or at least my interpretation of it) when Bluno debug mode is on (`AT+BLUNODEBUG=ON`), BT data that is received can be read using `Serial.read()`.
What I'm looking for is an alternative way to get Bluetooth data in Bluno without using `Serial.read()`.
How can you access that data if Bluno is not in debug mode?
2015-05-05 23:31:31 Hi,
I've never try anyother way except "serial.read " because it use serial interface to communicate with MCU, I guess you want to get the bt data through at mode. right? you could reference to cc2540 datasheet.
Leff
I've never try anyother way except "serial.read " because it use serial interface to communicate with MCU, I guess you want to get the bt data through at mode. right? you could reference to cc2540 datasheet.
