示例#1
0
    //returns true if data there's a data to read



    //read from Microcontroller
    public static string read()
    {
        return(BtConnection.read());
    }