Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by winvin

  1. W

    Help me with interfacing PIC18F252 with GSM Modem

    Re: Problem with Hyperterminal did you power up your modem? is the modem in the correct COM port either 1 or 2. in the hyperterminal select the COM port that you have your modem connected to. see your modem settings in the manual for the baud rate, data bits, parity, stop bits, flow control...
  2. W

    Help me with interfacing PIC18F252 with GSM Modem

    Re: Help: Problems on interfacing PIC18F252 with GSM Modem. okay i'll try it. Added after 2 hours 39 minutes: i tried yr method, remove the putcUSART(0x0D) that I had in my main statement and replaced it with enter(); it's okay on hyperterminal but gsm modem didnt get the message in the...
  3. W

    Help me with interfacing PIC18F252 with GSM Modem

    Re: Help: Problems on interfacing PIC18F252 with GSM Modem. I changed my code to this but.. it's still not working with GSM Modem but with Hyperterminal it works. Please help me solve my problems. Thanks! #include <p18f252.h> #include <usart.h> #include <delays.h> #pragma config OSC = XT...
  4. W

    Help me with interfacing PIC18F252 with GSM Modem

    Re: Help: Problems on interfacing PIC18F252 with GSM Modem. #include <p18f252.h> #include <delays.h> #include <usart.h> #include <stdlib.h> #include <stdio.h> #pragma config OSC = XT // Configured oscillator as XT #pragma config WDT = OFF // Disabled watch dog timer #pragma config...
  5. W

    Help me with interfacing PIC18F252 with GSM Modem

    Re: Help: Problems on interfacing PIC18F252 with GSM Modem. any reasons why I couldn't get it work? is my code alright? I configured both to be in 9600,8,n,1,n for the Port Settings. I need to get it done before I can proceed to others.

Part and Inventory Search

Back
Top