Open
Description
Bug Description
Pasting the following script into the terminal causes an instant disconnection:
print("hello, world")
print("hello, world")
print("hello, world")
print("hello, world")
print("hello, world")
Screenshots
Environment
Desktop (please complete the following information):
- OS: Windows 10
- Chrome
- Latest: Version 92.0.4515.107 (Official Build) (64-bit)
Additional context
Possibly related: #89.
I discovered this when writing long strings from Javascript using device.serialWrite()
. My goal is to implement microfs file downloads for getting data off of the micro:bit.