[Tinyos-help] Cannot receive packets from serial port

2011-11-21 Thread al face
Hi, I'm having the same problem described in " https://www.millennium.berkeley.edu/pipermail/tinyos-help/2007-July/026926.html ". The TelosAmote receives because the USB Receive LED (D20) blinks. Any idea what can be the problem? ___ Tinyos-help mailing

[Tinyos-help] Cannot receive packets from serial port

2007-07-21 Thread MINO GB
I'm doing lesson 4 in Tinyos 2.x tutorial with micaz and telos. There is not any problem when I use micaz. But when I use telos, it cannot receive packets from serial port. Telos: USB Serial Port (COM3) /opt/tinyos-2.x/apps/tests/TestSerial $ make telos install,1 bsl,2 mkdir -p build/telosa mig

Re: [Tinyos-help] Cannot receive packets from serial port

2008-02-08 Thread Jun
Hi MINO, Urs, I've got exactly the same problem with Telosa. I've tried to use different speeds, but that does not solve problem. It seems that packets are sent to telos board, as RX is blinking when each packet is being trasmitted. But the Receive() function is never called at the mote. MINO, ha

Re: [Tinyos-help] Cannot receive packets from serial port

2011-11-21 Thread Urs Hunkeler
Hi, Thanks for the detailed explanation why you posted off list. I think the list server is having a problem. Could you program the TestSerial test application on the mote, and then try the following command on Ubuntu? screen /dev/ttyUSB0 115200 This would just open the serial port and show g

Re: [Tinyos-help] Cannot receive packets from serial port

2011-11-21 Thread András Bíró
Hi, The TelosA motes don't work with the current tinyos.jar, see this thread for details and solution: https://www.millennium.berkeley.edu/pipermail/tinyos-help/2011-October/052670.html However, this doesn't affect the TelosB, that should work. Andris On Mon, Nov 21, 2011 at 12:59 PM, Urs Hunke

Re: [Tinyos-help] Cannot receive packets from serial port

2007-07-23 Thread Urs Hunkeler
Hi, Have you tried different speeds (like 57600)? If it still doesn't work, maybe you could try to modify the tinyos code to see whether the mote actually receives the messages on the serial port and whether it is trying to send data. Cheers, Urs MINO GB schrieb: > I'm doing lesson 4 in Tinyos 2