Re: [Tinyos-help] Tinyos-help Digest, Vol 159, Issue 1

2016-07-12 Thread Asim Maiti
Hi Vitor H. M. Biajo, You should export motecom environment variable like... export MOTECOM=serial@COM1:19200 # mica baud rate export MOTECOM=serial@COM1:mica # mica baud rate, again Also, you should read Mote-PC serial communication and SerialForwarder (TOS 2.1.1 and later) from tutorial.

Re: [Tinyos-help] Tinyos-help Digest, Vol 159, Issue 1

2016-07-12 Thread He Dajiang
For the first error, as far as I can recall, by default SerialForwarder tries to talk to a local TCP server at port 9002, which was not there; so it throws error. Maybe there is a way to go without it. I cannot remember how; you can check the source code for clues. The second error sometimes

[Tinyos-help] [HELP] Reading Serial Data from Serial Port error3 TOSComm Jni

2016-07-12 Thread vbiajo
Hi guys! I am using Windows + Cygwin + mib510 and micaz motes and I’m having some problems to read data from serial port. I’ve tested the serial communication with Realterm (a serial terminal for windows) and checked the output with the standard outputs given by the 4th lesson of the tutorial