| View previous topic :: View next topic |
| Author |
Message |
temtronic
Joined: 01 Jul 2010 Posts: 9641 Location: Greensville,Ontario
|
|
Posted: Mon Jan 24, 2011 2:49 pm |
|
|
2 potential problems...
1) you must use the 'errors' option when using the hardware UARTs in PICs...
2) You're using 7 bit data (rather uncommon) so be sure ALL devices and software are configured appropriately. The 'standard' is 8 bits, no parity which allows characters from 00x to ffx. You cannot send anything 'bigger' than 7fx ( decimal 127). |
|
 |
ratheeshbr
Joined: 26 Jan 2011 Posts: 31
|
|
Posted: Fri Jan 28, 2011 6:56 pm |
|
|
I am also having the problem while communicating with GSM modem. I have to reset the pic to receive the second SMS which I am reading using the hardware serial.
Is there any solution for continuous reception? |
|
 |
temtronic
Joined: 01 Jul 2010 Posts: 9641 Location: Greensville,Ontario
|
|
Posted: Fri Jan 28, 2011 7:51 pm |
|
|
You don't appear to be the OP, and the question doesn't have anything to do with the original problem.
Please start a new 'thread' with your question. |
|
 |
ratheeshbr
Joined: 26 Jan 2011 Posts: 31
|
|
Posted: Fri Jan 28, 2011 8:56 pm |
|
|
Dear temtronic
I had already started a new thread. But why made a post here is because the discussion is same. I am also having the same problem of continous reception. |
|
 |
temtronic
Joined: 01 Jul 2010 Posts: 9641 Location: Greensville,Ontario
|
|
Posted: Sat Jan 29, 2011 6:25 am |
|
|
| The problem is that your hardware and the OP hardware are totally different and what solves his problem may not solve yours! |
|
 |
|