Getting BT data with Bluno debug off
Account cancelled 2015-05-01 03:59:37 2064 Views1 Replies 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?

