bthnycl / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
0 stars 0 forks source link

Serial communication between two motes does not work #149

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Connect two motes via serial interface (for example IRIS motes)
2. Try to send packets from one to another

What is the expected output? What do you see instead?
I would expect to receive the packets on the other mote, but instead the 
packets are dropped. Packets are dropped, because the serial stack sends out 
SERIAL_PROTO_PACKET_NOACK packets and expects to receive only 
SERIAL_PROTO_PACKET_ACK type of packets.

What version of the product are you using? On what operating system?
Latest tinyos

Please provide any additional information below.
Please see the patched SerialP module file for a proposed fix

Original issue reported on code.google.com by rom...@gmail.com on 17 Oct 2012 at 2:26

Attachments: