Skip to content

[Serial] Pasting several lines into serial terminal causes "Bad status 8 -> 255" error and disconnect #215

Open
@pdg137

Description

@pdg137

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

image

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions