The following message is a courtesy copy of an article
that has been posted to gmane.os.tinyos.users as well.


I'm struggling many hours to find out how to send packages via the
serial with python.

It should not be too hard but maybe I'm missing some basic step..
I have a simulator here:
http://gist.github.com/412363
That creates my nice simulation and runs it forever

Now I simply want to create some packages somewhere else and send then
via the serial interface.
I try to do this here:
http://gist.github.com/412361

But no way, nothing at all is sent...
I have it working in java and I can connect and send correctly using it,
but I would like to understand why in python is not delivering the
packet...

Is the SerialForwarder needed at both ends??
Because if I bind the same port on both ends it doens't work (address
already in use) but if I don't I don't understand how they should now on
what tcp port to write to....

Any help is appreciated, thanks a lot
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to