| Issue 12: | Data sent through STDOUT from watch to PC sometimes disappears | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Putting the following 2 lines in boot.lua:
io.write("Test message\n")
io.output():flush()
...should always send the message to "Lua serial USB port" (not to "debug
port").
However, this message consistently disappears without a trace under some PC
hardware / software configurations.
This has to work 100% reliably in order to be able to debug.
|