Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    5,020

    Re: Port Variables act like Constants

    Hi MOUNTAIN747.. why not just use GOTO statements? I think it's easier to do...

    DS1 VAR PortA.1 ;dip switch

    start:
    If DS1=1 then
    goto...
  2. Replies
    6
    Views
    8,513

    Re: pls help me w/ my program....

    Well... just connect GSM Mod. TX to input of buffer then output of buffer to RX of PIC... Just like this...http://piczasso.com/i/thumbs/b8ruv.bmp

    If that doesn't work i suggest you spy in your...
  3. Replies
    6
    Views
    8,513

    Re: pls help me w/ my program....

    Well I programmed a PIC16f877a to a GSM modem for a friend some months ago... I also had problems with receiving data from Modem to PIC and added a buffer (74LS125)... It worked after that... also...
  4. Replies
    6
    Views
    8,513

    Re: pls help me w/ my program....

    Hi...may i ask first what's the purpose of the a0...a3 variables?

    am I understanding correctly that your program waits for "SM" from the modem for 5 seconds if not goes to main2? then if the modem...
  5. Replies
    18
    Views
    12,700

    Re: Mystery instability of 16f628a

    yup..my mistake...its cmcon = 7...
  6. Replies
    18
    Views
    12,700

    Re: Mystery instability of 16f628a

    Have you try turning off the analog comparators? if you dont know how just add ADCON1=7 near the top row...
Results 1 to 6 of 6