Hi,
I am new here, have tried the serial communication examples over bluetooth and then the asyncstreams, but, I am not getting anywhere with Asyncstreamtext. I am trying to accept a null terminated text string, being sent from a bluetooth module. Does anyone have a simple working example and would like to share
Thanks.
AsyncStreamsText expects a line that ends with end of line character(s). You will need to modify the code if you want to use it with a string that ends with null. You should use chr 0.