Mike Wadsten
Mike Wadsten
Hi, Would you be able to provide a simplified piece of example code which demonstrates this issue? Also, can you tell us which XBee product and firmware version you are...
```python if (begin = stdin.buffer.read(-1)): ``` That is not (or should not be) valid Python/MicroPython. I take it you're coming from C or C++ (or similar language). Variable assignments in...
> So begin = stdin.buffer.read(-1) should be a line by itself, followed by an > if begin: ? Yes, exactly.