K
Wed Apr 23 09:29:33 PDT 2008
You may also like to visit the
http://sourceforge.net/projects/ixdp4xx
The BSP do provide a CONSOLED which is designed for the head-less device.
"alex" <alex@discussions.microsoft.com> wrote in message
news:17FBD135-6B1C-4DEC-9307-E79036C9BE49@microsoft.com...
> Thanks you all for your answers !
> I will try these solutions.
>
> "K. S. Huang" wrote:
>
>> In the other hand, the following registry setting will redirect the
>> output
>> to debug output if you still keep your Serial Debug Output.
>> [HKEY_LOCAL_MACHINE\Drivers\Console]
>> "OutputTo"=dword:ffffffff
>>
>> Since COM port could not be opened more than once instance, in may case,
>> the
>> CMD.EXE is already the instance that occupied COM port so that when
>> launching an external command line mode utility (for example the PING,
>> IPCONFIG and etc) the output may not be shown on serial port.
>> A more productivity implementation could be have a CONSOLE daemon just
>> like
>> the implementation of TELNETD which will handle all of the I/O by itself
>> and
>> then redirect to the serial port.
>> The sample code of TELNETD could be found on
>> PUBLIC\SERVERS\SDK\SAMPLES\TELNETD.
>>