On Jan 21, 2012 2:50 PM, "Anthony Martin" wrote:
>
> Eli Cohen once said:
> > % echo b115200 > /dev/eiaU0/eiaUctl
> > % mount -ncC /dev/eiaU0/eiaU /n/anything
> > % ls /n/anything
> > anything
> >
> > the output of ls is just whatever directory i mount it in, though
accessing
> > arductl and ardu
It is indeed weird that we see two video devices.
I'm still not sure what that's about.
But just for the record, I've updated to the latest
9pc kernel (build on Oct. 12, 2011 iirc), and the
performance is far better. :-)
I also tried 9pcatom, and the performance is
great there as well. The only c
Eli Cohen once said:
> % echo b115200 > /dev/eiaU0/eiaUctl
> % mount -ncC /dev/eiaU0/eiaU /n/anything
> % ls /n/anything
> anything
>
> the output of ls is just whatever directory i mount it in, though accessing
> arductl and ardudata works fine despite their absence from the directory
> listing.
hello everyone, i have been working on a 9P arduino library. it works now
with ixpc from libixp, modified slightly to communicate over the serial
port:
> ixpc ls /
arductl
ardudata
however, i am getting this on plan9:
% echo b115200 > /dev/eiaU0/eiaUctl
% mount -ncC /dev/eiaU0/eiaU /n/anything