VT100 on QEMU?

Mogens Dybæk Christensen MogensD.Christensen at man.eu
Thu Feb 14 09:26:32 UTC 2013



> -----Original Message-----
> From: rtems-users-bounces at rtems.org [mailto:rtems-users-
> bounces at rtems.org] On Behalf Of Sebastian Huber
> Sent: 14. februar 2013 09:39
> To: rtems-users at rtems.org
> Subject: Re: VT100 on QEMU?
> 
> On 02/13/2013 01:41 PM, Mogens Dybæk Christensen wrote:
> > Hello Sebastian
> >
> > We just want a terminal window that can interpret VT100 escape-
> sequences for cursor movement etc.
> >
> > We are porting a menu system that uses them.
> 
> So you want to send a character stream from the program running on Qemu
> to a
> consumer that acts as a VT100 terminal?  Do you use Qemu on Windows or
> Linux?
> 

I run QEMU on Linux. The console offered by QEMU works fine for simple text (like in RTEMS tests), but the cursor movement commands are not interpreted. - They are just printed.  :-)

We have a workaround now: Build with the "unix" RTEMS BSP and debug with qtcreator. qtcreator can redirect the console to an xterm-like window that does emulate VT100.

/Mogens





More information about the users mailing list