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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to