• Sorry, that's my fault for some bad example code. Glad you got it sorted with requestDevice.

    One thing I do notice is you do sendMessage("Hello, Arduino!/n"); which I assume is to send a newline, but the slash is the wrong way around so it'll just send /n and not a newline.

    So you could try sendMessage("Hello, Arduino!\n"); and see if that helps?

About

Avatar for Gordon @Gordon started