Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: 12f1572

    by Rony
    Replies
    8
    Views
    6,720

    Re: 12f1572

    I think you're right, i was reading it now and found out that this PIC is not suitable for oscillator or resonator, it should be used by either internal clock or external clock.
    Thanks for your...
  2. Thread: 12f1572

    by Rony
    Replies
    8
    Views
    6,720

    Re: 12f1572

    The other option is I/O function which is not the case, anyway i just tested it and didn't function.

    8374
  3. Thread: 12f1572

    by Rony
    Replies
    8
    Views
    6,720

    Re: 12f1572

    Resonator added to the schematic
    8373
  4. Thread: 12f1572

    by Rony
    Replies
    8
    Views
    6,720

    Re: 12f1572

    sorry i forget the resonator
    I will put it now
  5. Thread: 12f1572

    by Rony
    Replies
    8
    Views
    6,720

    Re: 12f1572

    83708371
    Attached relative pictures
  6. Thread: 12f1572

    by Rony
    Replies
    8
    Views
    6,720

    12f1572

    Hi everyone,

    I got the PIC12F1572 and compile it with the PBP3.0.4.0
    It runs properly when using INTRC, but with external oscillator it doesn't...
    Although i set necessary configuration (ECH,...
  7. Thread: PWM on PIC16F1937

    by Rony
    Replies
    2
    Views
    40,544

    PWM on PIC16F1937

    Hi guys,

    i need to run 3 PWM using the PIC16F1937, all at the same frequency.
    I am trying at the first stage to use CCP1 and it is not working.
    Below the registers i wrote:
    APFCON =...
  8. Replies
    6
    Views
    4,459

    Re: Serin parameters ??

    My version is PBP 2.50C
  9. Replies
    6
    Views
    4,459

    Re: Serin parameters ??

    i am trying with serin2, the timeout is working properly,
    but i faced another problem which is the [str varname\n]

    serin2 IN_PIN,84,[str buffer\2] ' baud 9600
    if buffer[0] = "A" and...
  10. Replies
    6
    Views
    4,459

    Re: Serin parameters ??

    i think serin2 will work, i didn't pay attention for that before :(
    thank you Steve :)
  11. Replies
    6
    Views
    4,459

    Serin parameters ??

    Hi all,

    i want to read serial data using serin but the trame i am receiving is not always with the same size and it has not always the same bytes at the end (to wait for and stop reading).

    i...
  12. Thread: PIC problem !!!

    by Rony
    Replies
    7
    Views
    5,130

    Re: PIC problem !!!

    PORTB is internally puled up,
    i switched ON pin 4 in the DIP switch (RB3 to zero) and still having the same problem :(
  13. Thread: PIC problem !!!

    by Rony
    Replies
    7
    Views
    5,130

    Re: PIC problem !!!

    5748

    With "DIP Switch"
  14. Thread: PIC problem !!!

    by Rony
    Replies
    7
    Views
    5,130

    Re: PIC problem !!!

    5747
    This is the PCB capture, thanks
  15. Thread: PIC problem !!!

    by Rony
    Replies
    7
    Views
    5,130

    PIC problem !!!

    Hi all,

    I wrote a program using PBP250C for the 16F877A
    i am using the ICSP to program the PIC, everything is working properly, i can write and read the PIC, but sometimes when trying to read...
  16. Replies
    0
    Views
    2,255

    BufferCounter in Hserin

    Dear all,

    i want to read a serial string buffer via the RX pin using Hserin, but the buffer is more than 255 bytes:

    hserin 10,Label,[str buffer\1000]

    is there a way to know when this...
  17. Thread: Help on PIC16F767

    by Rony
    Replies
    10
    Views
    4,832

    i searched for the FCMEM, it is described as...

    i searched for the FCMEM, it is described as follows :

    FCMEN: Fail-Safe Clock Monitor Enable bit
    1 = Fail-Safe Clock Monitor enabled
    0 = Fail-Safe Clock Monitor disabled

    Now...
  18. Thread: Help on PIC16F767

    by Rony
    Replies
    10
    Views
    4,832

    Finally i found it, "gadelhas" remark lets me...

    Finally i found it,

    "gadelhas" remark lets me think about the configuration ... thank you :cool:

    there is a check box called "FCMEM" in the WinPIC800 programmer, when turning it OFF, it works,...
  19. Thread: Help on PIC16F767

    by Rony
    Replies
    10
    Views
    4,832

    i am using the following: @ device pic16F767,...

    i am using the following:

    @ device pic16F767, hs_osc, wdt_off, pwrt_on, protect_on, mclr_off

    lvp_off is not applicable with this PIC

    => same problem
  20. Thread: Help on PIC16F767

    by Rony
    Replies
    10
    Views
    4,832

    i forget to say: i changed the Oscillator, i...

    i forget to say:

    i changed the Oscillator, i tried with a resonator, i put a 100nF on the + and - very near to the PIC, i tried with 8MHz ... without sucess :confused: :confused:
  21. Thread: Help on PIC16F767

    by Rony
    Replies
    10
    Views
    4,832

    i think it is not stoping, but it is going very...

    i think it is not stoping, but it is going very very very slow.....
  22. Thread: Help on PIC16F767

    by Rony
    Replies
    10
    Views
    4,832

    DEFINE OSC 20 PORTA = %00000000 PORTB =...

    DEFINE OSC 20

    PORTA = %00000000
    PORTB = %00000000
    PORTC = %00000000

    TRISA = %10111111
    TRISB = %00000000
    TRISC = %10100010
  23. Thread: Help on PIC16F767

    by Rony
    Replies
    10
    Views
    4,832

    Help on PIC16F767

    Dear all,

    i am facing a problem when using the PIC16F767: when i touch the oscillator pin and remove my finger, it stops running !! usualy when touching this pin the PIC stops runing (any other...
  24. Replies
    13
    Views
    8,734

    Hi Darrel, i am facing another problem with...

    Hi Darrel,

    i am facing another problem with the "CountBuffer = 50 - R4.HighByte".
    when using the 16F877A, it works very well but since the program starts exceding 8K, i moved to 18F4620 (32K), in...
  25. Replies
    13
    Views
    8,734

    Thank you Darrel it is working as i want. Rony

    Thank you Darrel
    it is working as i want.

    Rony
Results 1 to 25 of 33
Page 1 of 2 1 2