Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: jamshid.dastur; Keyword(s):

Search: Search took 0.00 seconds.

  1. Made the timer work

    Instead of using the interrupts and blocking my port and all... i inserted the counter section into my main loops and making it count as it was in the interrupt, and without even enabling or...
  2. Problem with Timer Interrupt, PortB5-7 gets disabled

    Dear fellows, I'm trying to implement a timer which would get enabled on a specific action perfor a specific task ones the time is reached.

    I've achieved the timer thing using interrupts and...
  3. Replies
    2
    Views
    3,927

    Great

    Hi, finally got some compilable code, well i compilete the code using pbp and tried simulating it on PIC SIMULATOR IDE but i can't get any output...can you provide me with the schematic of the...
  4. Replies
    53
    Views
    29,398

    !!!

    Hi Joe, are you sure about MAX ic that its not a serial decoder, and just a level shifter, if so...then i can simply use a zener diode to drop voltage and a 40XX buffer ic to up the level without any...
  5. Replies
    53
    Views
    29,398

    TX/RX Connections

    Hello, i'm stucked at the point that our dear PIC works on 5V, and thus definitely the serin/serout would also generate high and low pulses of 0-5v, while the GSM module which i'm having (SIM508)...
  6. Replies
    53
    Views
    29,398

    Thanks once again, Best Regards Jamshid Dastur

    Thanks once again,

    Best Regards
    Jamshid Dastur
  7. Replies
    53
    Views
    29,398

    @Aratti

    Can you help me out with one more thing, that is how can i read an sms and store it in an array, lets say an sms contains hi, then which syntax should i use, or if there is some alternative better...
  8. Replies
    53
    Views
    29,398

    Thanks a lot Aratti. Best Regards Jamshid...

    Thanks a lot Aratti.

    Best Regards
    Jamshid Dastur
  9. Replies
    53
    Views
    29,398

    info required!

    I'm new to serial communication, can anyone tell me what does the 34,34,13 do in the below syntax???
    serout portb.6,t300,["at+cpms=",34,"me",34,13]
    and whats the difference between above and ...
Results 1 to 9 of 9