So it was not the problem of all the other things but just the protocol.
 
Because I couldn't find the solution with Python, I just changed my programming language to C.
 
Thank you anyway. =)

 
On 3/13/06, Prabal Dutta <[EMAIL PROTECTED]> wrote:
You might also consider looking into MIG -- the message interface
generator.  It allows you to specify a message using simple C structs
and then generate corresponding data structures in Java to create and
access those messages.  I believe there's a python version of MIG
floating around somewhere so maybe somebody who knows about it can
chime in here.


- Prabal

On 3/13/06, Michael Schippling <[EMAIL PROTECTED]> wrote:
> You probably have to make sure you have formatted the messages
> correctly. I can imagine it being difficult with hyperterm since
> the messages are binary and terms usually insist on ascii...
>
> Look back in this list for descriptions of the message formats,
> there's a good online paper that I can never find...
>
> MS
>
> Hyemin Chung wrote:
> > Hi,
> >
> > I am trying to connect a tmote to a PC with MS windows and FTDI USB
> > serial converter driver.
> >
> > For a test, i am using python(pyserial) and hyper terminal for a PC, and
> > TOSbase for a tmote.
> >
> > I found that I could read from the tmote but I couldn't send
> > anything from PC to tmote.
> >
> > I modified TOSbase to toggle LEDs whenever it received signals from a
> > PC, but it didn't work.
> >
> > I'd like to know if there is any other person who has similar problems.
> >
> > Is it the problem of usb-to-serial converter? if then, what is the good
> > driver?
> > Is it the problem of TOSbase?
> > Is it the problem of Python Serial module and hyper terminal?
> >
> > Thank you,
> >
> > Hyemin Chung
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Tinyos-help mailing list
> > [email protected]
> > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to