
14 Oct
2009
14 Oct
'09
5:26 p.m.
Mike Frysinger schrieb:
On Wednesday 14 October 2009 09:47:27 Matthias Weißer wrote:
This results in a console on COM4. Now I would like to have the console on COM1 under some circumstances for maintanance reasons.
if your devices fit into the stdio framework, simply change the std{err,in,out} env vars in your board code
Ah. OK. That guided me into the right direction. To redirect the console to another serial port I had to set std{err,in,out} to eserialn.
Thanks, Matthias