VT100 in Python

Wolfgang Rohdewald wolfgang at rohdewald.de
Mon Sep 14 03:36:17 EDT 2009


On Sunday 13 September 2009, Nadav Chernin wrote:
> I'm writing program that read data from some instrument trough
>  RS232. This instrument send data in VT100 format. I need only to
>  extract the text without all other characters that describe how to
>  represent data on the screen. Is there some library in python for
>  converting VT100 strings?
> 

that should be easy using regular expressions

-- 
Wolfgang



More information about the Python-list mailing list