How to do a string compare with the incoming message
问题 I know it sounds simple but I got some trouble with it. I am trying to make a system with a pic Microcontroller (MCU) and an xamarin android app. The sending part from app to the pic MCU is solved but when I want to send data from the MCU to the app it won't go as flaweless. I am using a HC-06 as a bluetooth device for receiving and sending messages. The code for receiving from the MCU to the app is: public void beginListenForData() { try { inStream = btSocket.InputStream; } catch