[Tinyos-help] tinyos-2.x, cygwin1.dll, can not install nesc-1.2.8b-1.

2008-03-19 Thread Thanh Phuong Nguyen
Hi all, I have to reinstall my computer, then install tinyos-2.x again. When trying to compile Blink app, I get error (mentioned in the installation instruction) : == the procedure entry point basename could not be located in the dynamic link library cygwin1.dll == The

Re: [Tinyos-help] tinyos-2.x, cygwin1.dll, can not install nesc-1.2.8b-1.

2008-03-19 Thread Thanh Phuong Nguyen
[EMAIL PROTECTED] wrote: looks like you need the --force option for rpm. or you could uninstall first, never tried that though. Eric On Wed, Mar 19, 2008 at 8:55 AM, Thanh Phuong Nguyen [EMAIL PROTECTED] wrote: Hi all, I have to reinstall my computer, then install tinyos-2.x again

[Tinyos-help] Serial forwarder suddenly corrupted then ... could not open port: (5, 'CreateFile', 'Access is denied.')

2008-03-10 Thread Thanh Phuong Nguyen
Hi all, I have the error like this: My program can be installed on telosb mote. I also use PrintfClient to monitor the printed out message from my program. My program can run well for a while. But then the serial forwarder suddenly corrupted with the ERR_MSG(1): = # An unexpected error has

[Tinyos-help] Has anyone tried with option [EMAIL PROTECTED] in SerialForwarder of tinyos-2.x???

2007-12-13 Thread Thanh Phuong Nguyen
Hi all, I have a problem when trying to run SerialForwarder of tinyos-2.x with -comm [EMAIL PROTECTED] option. It raises the error like: Couldnt instantiate tossim 's packet source Did you compile tossim? Any idea abt my prob? Thank you very much in advance, Phuong.

Re: [Tinyos-help] Re: unable to inject packet from tossim

2007-12-13 Thread Thanh Phuong Nguyen
Hi all, I have the same prob with Vijayant. When I call make micaz sim then it can only generate the latest object that I declared. I mean in Vijayant's case only the RadioCountData.py, .java, .class were created. I havent figure out why it happens like that. Right now, my solution is typing

Re: [Tinyos-help] turning ON debug statements

2007-12-13 Thread Thanh Phuong Nguyen
Hi Vijayant, I am not sure if i understand ur quest right. Now for ur quest, i just add a line in the python script: = t.addChannel(CpmModelC,SNRLoss, sys.stdout) # t = Tossim([]) = If u already had that in ur script, so maybe somehow ur program hasnt reach to the debug line. Hope this

Re: URGENT: The same prob with Re: [Tinyos-help] Problem in running tos-install-jni

2007-11-05 Thread Thanh Phuong Nguyen
Hello, I dont know if u still have prob with Serial Forwarder. My prob was solved by my supervisor. He told me to copy the *.dll (getenv.dll and toscomm.dll) from the folder /usr/lib/tinyos to the folder bin of Java (in Puhb's case is .../Java/jdk1.5.0_12/jre/bin), then my SF ran well. @John