Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Re: Counting Timer0 and Timer1 overflows without any interrupt handler

    Great, thanks, now i do have a complete picture. Surely resolution below 1 Hz in my case is overkill. Crystals will come tomorrow and i can start testing.

    Also started reading about reciprocal...
  2. Re: Counting Timer0 and Timer1 overflows without any interrupt handler

    Or "manual counting" in your example is the part of the code, which fills out the precaler by toggling PSCLKOUT for 3uS instead of using actual measured frequency to increase the count? Than it...
  3. Re: Counting Timer0 and Timer1 overflows without any interrupt handler

    Ok, now i think i got it. It was the last step (remainder in prescaler), which I could not understand.
    But it would mean then, that the smallest frequency, which I could measure in one second is 256...
  4. Re: Counting Timer0 and Timer1 overflows without any interrupt handler

    Holy Christ, i had no idea! So sorry about that.. R.I.P Darrel..

    Thanks for fast answer Henrik, but please let me pull my thought together before i can understand your explanation..
  5. Re: Counting Timer0 and Timer1 overflows without any interrupt handler

    Hello Darrel,

    found your excellent example and i would like to build the same counter based on PIC16F870. From your above post i understand, that with prescaler 256 minimum measured frequency is...
  6. Replies
    131
    Views
    165,908

    Thanks for the prompt reply! Well, now it is...

    Thanks for the prompt reply! Well, now it is clear for me, that it is clear for you :)
    And i also got now how it works. But for myself, i would use DEC values, they are much obvious, IMHO of course....
  7. Replies
    131
    Views
    165,908

    First of all, i would like to thank Mr. Olsson...

    First of all, i would like to thank Mr. Olsson for his great work.
    Currently i'm working with the AC heater, driven by the SSR. This heater is very inertial and slow, in particular dropping the...
  8. Replies
    129
    Views
    227,636

    Hi everyone. I tried suggested in the first...

    Hi everyone.

    I tried suggested in the first post connection for high-voltage programming of PIC16F877A. Programmed uC with IC-Prog, with suggested above settings.Works flowless, no problem at...
  9. Replies
    288
    Views
    254,663

    Well, S55/S65 suports only PDU, unfortunately :(...

    Well, S55/S65 suports only PDU, unfortunately :(


    I will get the book, because this is not my last project related to this matter.

    Regarding datasheets. It is quite a tricky one, to find a...
  10. Replies
    288
    Views
    254,663

    I should report now, that the problem is solved!!...

    I should report now, that the problem is solved!!
    My thanks and respect goes to NavMicroSystems and Ioannis for helping me out.
    Problem was solved by making a simple level shifter (so i can use...
  11. Replies
    288
    Views
    254,663

    RS232 output of max i do connect to the pic, but...

    RS232 output of max i do connect to the pic, but through 22k resistor.
    Pic to phone both ways goes through 1k resistor.
    There is no reason to connect rs232 straight to phone anyways, so i dont and...
  12. Replies
    288
    Views
    254,663

    Discovered strange thing. Works with S55. If i...

    Discovered strange thing. Works with S55. If i connect Tx line from the phone trough 1k resistor to one of the ports, serin2 will hang, waiting for an answer on that port. But when i quickly shorten...
  13. Replies
    288
    Views
    254,663

    Connected Tx line from the phone through max232...

    Connected Tx line from the phone through max232 to pic. Nothing.
    Than i desided to hook it up to pc. So the phone is receiving commands from the pic and outputting them to the pc.
    Here is what i...
  14. Replies
    288
    Views
    254,663

    Switched back to HSEROT, HSERIN just to...

    Switched back to HSEROT, HSERIN just to experiment. Seems to be fine, phone starts dialing! (extremely strange).
    But still cannot receive anything. Considering level shifter for the Tx line of the...
  15. Replies
    288
    Views
    254,663

    Well, i fidured out S65 now too. The cable is the...

    Well, i fidured out S65 now too. The cable is the key to success.
    S55 and S65 use different cable detection mechanisms. Yes, yes, phones novadays are detecting data cables. So, besides the usual...
  16. Replies
    288
    Views
    254,663

    Ooops. It was to early to yell Gloria! :( It...

    Ooops. It was to early to yell Gloria! :(
    It does work with S55, i am able to send commands to the phone, but not receive from the phone.
    And with S65 nothing is working at all. Tried different...
  17. Replies
    288
    Views
    254,663

    Well, i guess, your wishes did work ;) A...

    Well, i guess, your wishes did work ;)

    A little :)

    I did connect it straight with the pic and used inverted mode. And i got the phone dialing! Why didnt it work with pic16f84 then?? Who knows.....
  18. Replies
    288
    Views
    254,663

    OK, just finished selfmade cable. Rx and Tx do...

    OK, just finished selfmade cable.
    Rx and Tx do through the MAX, and CTS(5), RTS(6), DCD(7) are connected to the GND(2) trough 10k resisors. Without this it does not work. Or other way is to...
  19. Replies
    288
    Views
    254,663

    OK, i will try again without MAX using inverted...

    OK, i will try again without MAX using inverted mode. How to set it in HSerout command?
    I am sure about the RX TX connection, besides, with the pc communication there are no problems.
    And i will...
  20. Replies
    288
    Views
    254,663

    Thanx, but i tried this already. Nothing. And i...

    Thanx, but i tried this already. Nothing. And i do not power up the phone in the same time. Phone is just on costantly.

    I thougt, maybe when i send AT, phone answers OK, but pic does not capture...
  21. Replies
    288
    Views
    254,663

    Here is the code i used to test it with PC: ...

    Here is the code i used to test it with PC:

    DEFINE LOADER_USED 1

    'UART hardware defines
    DEFINE HSER_RCSTA 90h
    DEFINE HSER_TXSTA 20h
    DEFINE HSER_BAUD 9600
    DEFINE HSER_CLROERR 1
  22. Replies
    288
    Views
    254,663

    Thanx, Lotondo. But i do have the pinout of...

    Thanx, Lotondo.

    But i do have the pinout of S65 and even service manual of C55/S55 (they are similar to S65).
    Perhaps i should give some more detail of my problem.


    I started with 16F84 and...
  23. Replies
    288
    Views
    254,663

    Hi everyone! Did somebody try to connect Siemens...

    Hi everyone!
    Did somebody try to connect Siemens mobile to PIC? I have S65 with no result :(
    I guess, Siemens needs more then 3 wire connection.
  24. Replies
    2
    Views
    3,303

    I would like to have some similar software under...

    I would like to have some similar software under linux too. It must not be open sourse (but would be nice ;).
Results 1 to 24 of 24