Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: supertyx; Keyword(s):

Search: Search took 0.00 seconds.

  1. I can send sms using at commands: pause...

    I can send sms using at commands:



    pause 1000
    LCDOUT $Fe,01, "Sending Now.."
    PAUSE 2000
    serout2 Tx,84,["AT+CMGS=",34,"Put hp number here",34,13]
    pause 1000
    serout2 TX,84,["How are you?",26]
  2. What are the differences between serin2/serout2...

    What are the differences between serin2/serout2 and hserin/hserout?

    How can I use either set of commands to capture sms message?
  3. I've used an open source software called " real...

    I've used an open source software called " real term" to test out the serial cable

    The following are the codes i used to test:


    Serout2 Tx,84,["Ready:",13]
    pause 500
    Serin2...
  4. The GPS module i'm using is a 32 Channel 5Hz GPS...

    The GPS module i'm using is a 32 Channel 5Hz GPS Receiver with MCX Jack.

    This is the link containing the information about it :

    http://www.sgbotic.com/index.php?target=products&product_id=34
    ...
  5. First I wrote a couple of codes to test the AT...

    First I wrote a couple of codes to test the AT commands with SEROUT2 and Tx Command between my PC and the PIC16F77A (CPU) on the easypic4 using hyperterminal.

    These are the codes:

    INCLUDE...
  6. How to control servo motor with handphone through GSM modem?

    Hi all,

    I am currently doing a mini project of controlling the servo motor using easypic4.

    I managed to control the direction the servo turns by using the pushbuttons on the board to...
  7. Codes to Interfacing GPS receiver module with PIC16F877A

    Hi all,

    I am integrating a GPS receiver into one of my easypic4 development board Port. I want it to get the coordinates of the Northing and easting location of the receiver. How do I go...
Results 1 to 7 of 7