2011/3/30 Richard Rauch <[email protected]>: > Hi All, > > When running tests like tm-basic, there are log outputs to serial interface. > Is this pure ASCII? Or do I need on host side a terminal emulation or > something special? (e.g. when using Hyperterminal)
Hi, You need to set CYGSEM_HAL_DIAG_MANGLER to "GDB" if you want to see log in the gdb output window. In this case output messages will be converted into a gdb format. If you don't use gdb stub, set CYGSEM_HAL_DIAG_MANGLER to "None" and CYGDBG_HAL_DIAG_TO_DEBUG_CHAN to "true". In this case messages will be passed in raw ASCII. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
