- This topic has 1 reply, 2 voices, and was last updated 12 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › Wireless Notice Board
Im doing a project based on pic. My wireless noticeboard includes pic, gsm module, lcd module and max232 interface.
gsm module recieve the sms, then sent to pic and pic shuld display the message on the lcd display.
max232 interface between pic and gsm module.
port B is used for the interfacing. But the program for pic is not working. Can anyone help me?
Pls uplode the microc program..
1) upload your code/pseudocode and schematics and we might be able to see the problem.(I wont promise anything)
2) break your problem into pieces. remember divide and conquer? knowing what you are trying to do is the key. you said the program is not working, but what is not working? usart communication? unresponsive gsm modem? lcd not displaying? inverted max232 output? crazy output?
3)after you have identified the problem look into them one by one. For example:
if you suspect its with eusart->check with hyperterminal, if you transmit a test string, was it displayed on the terminal? check your baud rate
if you suspect its with gsm-> test with some command e.g AT?, does it return OK, check your modem operational baud rate
if you suspect its with lcd-> check if you can display any test string.
Disable all the other functions, and test just one function at a time to see if its working. Don’t expect anyone to give codes to you straight away. this is a forum for engineers, future engineers and hobbyist. Think like an engineer. we gather here to work on problems. Don’t just say you have problems. Identify the problems and tell us what it is
Have a nice day