> import sys
> f = open("/dev/eia0","r")
> while (True):
>      sys.stdout.write(f.read(1))
> 
> Yet this only yields:
> Type help or '?' for a list of available commands.

have you tried redirecting the output of this to
a file, then using xd / wc to make sure that funny characters
aren't causing ... funny output?

- erik

Reply via email to