acassis commented on issue #3680: URL: https://github.com/apache/nuttx-apps/issues/3680#issuecomment-5131336130
> > [@fdcavalcanti](https://github.com/fdcavalcanti) probably it is happening because you are not using a terminal that supports VT102/VT220 ANSI escape sequence. Before this patch the serial driver was blocking most of the VT102 and VT220 byte sequences. This is exactly to avoid the serial driver consuming/blocking it blindly. > > I don't remember all the details, but I think pytest uses pyserial, so you need to filter out these sequences: https://www.google.com/search?q=how+to+filter+out+VT102%2FVT220+ANSI+escape+sequence+on+pyserial%3F > > I think the feature is great. But should it be like that for every character typed even without using arrows, tab, etc? I'm surprised no one else has had this problem as it is a clear issue when parsing, at least on Python. Exactly, this is the standardized way to pass these special keys. And you are right (just change the words order, hehehe) : "that is a clear Python issue" There is a Python library just to fix it: <img width="813" height="668" alt="Image" src="https://github.com/user-attachments/assets/95ca0952-bb41-427f-809c-f28367f8d70a" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
