Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    3,898

    Hi weberclas, What is your question actually?...

    Hi weberclas,
    What is your question actually?
    Anyway, I believe that you don't know how to implement such a task isn't it?
    I am not an expert but I will try to express my idea on this.
    Use serial...
  2. Replies
    2
    Views
    3,076

    Hello Squibcakes, First, avoid the commands:...

    Hello Squibcakes,
    First, avoid the commands: High <pin> and LOW <pin>.
    Use CTS=1 or CTS=0 instead. The take less code space and I thing they execute faster. There is an assembly equivalent of...
  3. Replies
    7
    Views
    7,548

    Hello again atomski, I think that the line ...

    Hello again atomski,

    I think that the line

    IF Ser_Data <> 0 THEN

    is not necessary. Try to remark it and run the code again.
  4. Replies
    7
    Views
    7,548

    Hello Atomski, try to use some delays before...

    Hello Atomski,
    try to use some delays
    before your greeting, put the line PAUSE 500
    and between the following line as indicated.
    HSERIN 2000, No_Data, [Ser_data]
    PAUSE 500
    IF Ser_Data...
  5. Replies
    6
    Views
    10,082

    Hello, I am not sure if your NOKIA has a serial...

    Hello,
    I am not sure if your NOKIA has a serial interface since I do not know this phone. If it has a serial interface then you can certainly send AT commands to it and consequently read and send...
  6. Replies
    288
    Views
    254,002

    Hi Darrenmac, how do you determine tha the...

    Hi Darrenmac,
    how do you determine tha the sequence hangs?
    I sugest that you send a simple AT command and capture the answer as a first step.
    In my code example as published is:
    HSerout...
  7. Replies
    4
    Views
    5,221

    Hi, as Melanie said, you may have a weak power...

    Hi,
    as Melanie said, you may have a weak power supply.
    On the other hand, it is a good idea to check u r reset circuitry whether it brings the MCLR pin to logic high. Check this at the moment u r...
  8. Replies
    288
    Views
    254,002

    Hi brenda, There is no AT command for this. You...

    Hi brenda,
    There is no AT command for this. You have to use PDU mode in order to send FLASH SMS. First you must undertand how PDU works, then you should know that this function is not supported by...
  9. Replies
    288
    Views
    254,002

    Many many thanks bitmaniac. Regards Kypros

    Many many thanks bitmaniac.
    Regards
    Kypros
  10. Replies
    288
    Views
    254,002

    Pic to GSM Phone connection (HSerin problems)

    Hi people,
    I had implemented an interface with Ericsson and a 16F628 that worked fine.
    I used a T65 model and pin 4 on the RS232 connector has to be driven high for the phone to accept and issue...
  11. Replies
    2
    Views
    4,588

    Hi Panash, Check your CodeDesigner settings, I...

    Hi Panash,
    Check your CodeDesigner settings, I thing that the hex and all the associated files (ASM, lst etc. ) are stored in the default folder (directory). This is usually under the CD's folder....
  12. Replies
    7
    Views
    6,893

    Synchronous USART problems... HELP!!!

    Hi,
    First, you must include a DEFINE OSC 20 .
    Second, the line HSerout [$11,$12,$13,$23,$34,$43,$81,$13,$3A]
    I thing does not work like this, put
    HSerout ["11121323344381133A"] instead.
    ...
Results 1 to 12 of 12