Re: Setting up a "Parallel Console" ?

From: Daniel O'Connor <doconnor_at_gsoft.com.au>
Date: Sun, 12 Dec 2004 22:36:31 +1030
On Sun, 12 Dec 2004 22:06, Wilkinson, Alex wrote:
> How about a USB serial adapter as such:
> http://www.keyspan.com/products/usb/USA19HS/

They won't work during a crash because the USB stack stops working.

The reason RS232 ports were chosen is simplicity of programming, so when the 
system goes pear shaped you can still expect your small serial stub to work.

USB is the crazy huge edifice of crap^Wcode so it's much less likely to be 
unhosed in a crash.

Firewire is good because the hardware can do DMA to read local memory without 
any intervention from the crashed machine, even though the rest of the code 
is more complex than RS232.

Parallel would be pretty simple too because it's a quite basic interface.

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C

Received on Sun Dec 12 2004 - 11:07:07 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:24 UTC