Hi,
I am trying to implement a two way uart
communication. I am communicating between a PIC microcontroller and a
mote. My application works fine with using HPLUART.put. I have
tested the serial communication and the PIC does send bytes to the mote and the
mote does act accordingly, using HPLUART.get. However when I try to use
code that implements both HPLUART.put and HPLUART.get I get no communication to
the PIC at all. Below is some of my code listing. Is it possibly a
problem with asynchronous use of
HPLUART.get?
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
