Hi, I am new at developing applications using Tinyos. I have a conceptual doubt if someone can explain to me.
I need to interface my mote with a GSM modem using TinyOS2. I can get all the GSM modem configurations from the datasheet. It uses the UART to send and receive data. On the mote side, in my nesC program, I can implement UART by using the existing configurations like Atm128Uart0C which provide UartStream interface. However for any handshaking between the mote and the GSM modem, both should be configured with same values. (baud rate, data bits etc) How do I do that? Do I need to make an entire atm128 chip like component where I pluck in the values similar to GSM modem (C:\cygwin\opt\tinyos-2.x\tos\chips\atm128)? Or is there another way? I am sorry if it is a stupid question but I am not sure how I should go about? Thank you regards BG
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
