[Tinyos-help] listenraw

2008-09-17 Thread João Paulo Amaro da Costa Luz Carneiro
Hi, Can anybody tell me why when I use java net.tinyos.tools.ListenRaw -iris /dev/ttyUSB1 nothing is read/happening? I can receive data correctly using java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB1 or java net.tinyos.tools.MsgReader Message -comm serial@/dev/ttyUSB1:iris. A strange thing

[Tinyos-help] listenraw

2008-09-17 Thread João Paulo Amaro da Costa Luz Carneiro
Hi, Can anybody tell me why when I use java net.tinyos.tools.ListenRaw -iris /dev/ttyUSB1 nothing is read/happening? I can receive data correctly using java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB1 or java net.tinyos.tools.MsgReader Message -comm serial@/dev/ttyUSB1:iris. A strange thing

[Tinyos-help] ListenRaw

2007-03-02 Thread Axl Schreiber
Hi all, I am working with Linux and Tinyos 2. The java tool ListenRaw does not work like expected. If I start ListenRaw I can see only Opening port /dev/ttyS0 baud rate: 57600 data bits: 8 stop bits: 1 parity:false and nothing else. No date are displayed! Listen

[Tinyos-help] ListenRaw - use the ethernet port

2007-06-04 Thread JeongKwanhee
Hello, all!! For finding packet structure, I'm using the ListenRaw. Until now, I used MIB510 serial port. So, I could use the ListenRaw program. However, ListenRaw is using comm.port library. So, I can't use the ListenRaw program on Ethernet port. How do I fix this??? And I think it need