From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sat, 21 Jan 2012 13:41:57 -0800 Message-ID: From: Eli Cohen To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001636eeffdba505be04b710aa97 Subject: [9fans] discrepency between plan9 and ixpc Topicbox-Message-UUID: 604ad5d6-ead7-11e9-9d60-3106f5b1d025 --001636eeffdba505be04b710aa97 Content-Type: text/plain; charset=ISO-8859-1 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 % 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. anyone have any ideas what i might be doing wrong? the source code is at https://github.com/echoline/NinePea ps. and sorry for calling you a grinch --001636eeffdba505be04b710aa97 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

hello everyone, i have been working on a 9P arduino library.=A0 it works= now with ixpc from libixp, modified slightly to communicate over the seria= l port:

> ixpc ls /
arductl
ardudata

however, i am getting this on plan9:

% 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 access= ing arductl and ardudata works fine despite their absence from the director= y listing.

anyone have any ideas what i might be doing wrong?

the source code is at ht= tps://github.com/echoline/NinePea

ps.
and sorry for calling you a grinch

--001636eeffdba505be04b710aa97--