MattW et al:

1. platform/micaz/FramerM.nc
You are correct,the tos/platform/micaz/FramerM.nc maps the lib/CC2420Radio
message structure (as defined in tos/platform/micaz/AM.h) to the standard
MICA2 format (defined in tos/types/AM.h) for all UART messages.
SerialForwarder with mica2 configuration will work.

There was a FramerM.nc bug fix submitted 6oct04 in sourceforge to fix
outbound (Host to Mote) mapping - thanks to Simon Bao for tracking this
down.

2. SerialForwarder MICAz
Alternatively SerialForwarder etc can be recompiled to support the native
CC2420Radio message structure. In which case one should use the standard
tos/system/FramerM.nc component.

mattm

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Matt
> Welsh
> Sent: Wednesday, October 06, 2004 2:43 PM
> To: [EMAIL PROTECTED]
> Cc: Konrad Lorincz; [EMAIL PROTECTED]
> Subject: [Tinyos-users] MicaZ serial port problem
>
>
> Hi all:
>
> We are having some issues sending data to a MicaZ over its serial port
> (e.g., connected to a MIB510). It appears as though the data is somehow
> corrupted between the Java application the the MicaZ. Still looking into
> the details but wanted to see if others knew of any problem.
>
> We noticed that the tos/platform/micaz/FramerM components attempts to
> cleverly map the "old" TOS_Msg format into the "new" CC2420 format,
> presumably to maintain compatibility with host-side tools, although the
> code in net/tinyos/message/micaz should directly support the new format.
> I am wondering if the MicaZ FramerM should be deprecated in light of
> this.
>
> Thanks for any help.
>
>
> Matt
>
> _______________________________________________
> Tinyos-users mailing list
> [EMAIL PROTECTED]
> http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.766 / Virus Database: 513 - Release Date: 9/17/2004
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.766 / Virus Database: 513 - Release Date: 9/17/2004

_______________________________________________
Tinyos-users mailing list
[EMAIL PROTECTED]
http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users

Reply via email to