View previous topic :: View next topic |
Author |
Message |
Fredbor Guest
|
Tdma implementation |
Posted: Wed Jan 12, 2005 7:29 am |
|
|
Hello,
How to implement tdma protocole on a Pic (18.....)?
Thanks a lot.
Fredbor |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Wed Jan 12, 2005 11:40 am |
|
|
What are you trying to do? Make a cell phone out of a PIC? |
|
|
ljbeng
Joined: 10 Feb 2004 Posts: 205
|
|
Posted: Wed Jan 12, 2005 12:00 pm |
|
|
If cell phone call.....
Serial out RS232 at 19,200 to cell phone serial port cable.
AT+CDV 14025551212
Hangup:
AT+CHV
This works with Kyocera and Motorola. I haven't tried anything else. |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Wed Jan 12, 2005 12:19 pm |
|
|
TDMA is Time Division Multiple Access. It is how digital wireless phones communicate. |
|
|
Guest
|
|
Posted: Thu Jan 13, 2005 9:26 am |
|
|
Mark wrote: | TDMA is Time Division Multiple Access. It is how digital wireless phones communicate. |
Yes, i know, i have a receive transmit module connected to a Pic 18lf6720. I want to implement a tdma protocole in the pic. Do you have informations about the methode (code, algo...)?
Thanks a lot. |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Thu Jan 13, 2005 9:27 am |
|
|
Read the datasheet for the module. |
|
|
Guest
|
|
Posted: Thu Jan 13, 2005 9:29 am |
|
|
Mark wrote: | Read the datasheet for the module. |
No infos about tdma with the module. The is the physic layer and tdma is on the upper layer. |
|
|
|