fdcavalcanti commented on issue #3680:
URL: https://github.com/apache/nuttx-apps/issues/3680#issuecomment-5131202426

   > [@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.


-- 
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]

Reply via email to