Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    6,438

    Re: Problems with PICKit 2 and Microcode Studio

    Hi All,

    I solved the mystery of the PICkit2 and EPIC.
    The difference was the assembler. I programmed using both programmers on my old PC which had MPLAB installed properly and directed MCstudio...
  2. Replies
    10
    Views
    6,438

    Re: Problems with PICKit 2 and Microcode Studio

    Hi Dave,

    I have attached a photo of my setup. The programming cable that I use is the same as I used for the EPIC except the MCLR pin had to be swapped position.
    The PIC is powered by the board...
  3. Replies
    10
    Views
    6,438

    Re: Problems with PICKit 2 and Microcode Studio

    Hi Dave,

    That was my typo, I was messing with a RS232 converter chip to see if it was a problem with true mode and also with different speeds and forgot to change the comment.
    It doesn't matter...
  4. Replies
    10
    Views
    6,438

    Re: Problems with PICKit 2 and Microcode Studio

    Hi Henrik,

    I have used the cmd form from Microcode studio and the stand-alone app from microchip for controlling the PICKit2, both have the same problem. I tried what you said and read back my...
  5. Replies
    10
    Views
    6,438

    Re: Problems with PICKit 2 and Microcode Studio

    Hi Dave,

    I tried playing with the configuration string but I must be making a mistake, please look at my code. I'm sure its something simple that I have emitted or added that is wrong.
    PS: I have...
  6. Replies
    10
    Views
    6,438

    Problems with PICKit 2 and Microcode Studio

    Hi All,

    I have been using PBP for years with my trusty EPIC programmer. Finally with no more parrallel ports I deciced to buy a PICKit 2.
    I wrote a simple code using SEROUT2 and a flashing led....
  7. Replies
    2
    Views
    19,187

    Writing & Reading to iButton EEPROM

    '****************************************************************
    '* How to write and then read back from an iButton EEPROM *
    '* DS1973 or the equivalent 1-wire device, the DS2433 EEPROM. *...
  8. Replies
    10
    Views
    7,145

    That's it Babe

    I am so proud of the code I wrote for the DS1994 REAL TIME CLOCK & DS1973 EEPROM I think I must post both as they work so well and finally are relatively simple and there seems to be no sample code...
  9. Replies
    10
    Views
    7,145

    At Last Working

    Thanks Darrel,

    I got it right, it is now send back the letters test with this code...

    'WRITE TO EEPROM
    OWOUT ibutton,1,[$CC,$0F,$00,$00] 'Write to scratchpad
    OWOUT...
  10. Replies
    10
    Views
    7,145

    EEPROM still not working

    Hi,

    I modified my program using the authorisation code but I still seem not to get my data back.
    This is my latest version (for a 16F877A)
    ...
  11. Replies
    10
    Views
    7,145

    iButton

    Thanks Darrel,

    Does this mean that I don't have to use the CRC calculation system?

    Regards

    Chris
  12. Replies
    10
    Views
    7,145

    CRC for iButton EEPROM

    I am only going to load data on the iButton EEPROM once, is it nessesary to use the "Cyclic Redundancy Checks" to write to the device or is it just an option like parity is on other serial systems....
  13. Replies
    10
    Views
    7,145

    Writing to 1-wire EEPROM

    I need to write to and then read back from a 1-wire EEPROM.
    I have an iButton DS1973 which has the same insides as a
    standard 1-wire DS2433 4Kb EEPROM.

    I have read the datasheet, tried without...
  14. Replies
    2
    Views
    2,590

    This SHA-1 system

    Don't worry folks,

    I am just going to take this super secure animal back where it came from and get a standard iButton EEPROM like the DS1973 which doesn't need all that calculation just to write...
  15. Replies
    2
    Views
    2,590

    What the SHA-1 is MAC iButton

    Hi,

    I just purchased a DS1961S iButton EEPROM. Seemed to be pretty straightforward until I started to write the code. Reading is standard 1-wire, but to write from the scratchpad to the EEPROM...
  16. Replies
    10
    Views
    6,145

    Clock timeout

    I like your style,

    Keep it simple and functional. I think I am going to do it exactly as you say except I think to control the device I will include a iButton eeprom with a code on it which will...
  17. Replies
    10
    Views
    6,145

    Real Time Clock

    Melanie,

    I don't think I need Muslim prayers.
    I agree, I don't think I really need such high accuracy (about a day in 6 months is OK)
    Do you think I can get that using the PAUSE or the TIMER?
    ...
  18. Replies
    10
    Views
    6,145

    Real Time Clock

    Thanks Melanie for your time,

    I can see your point of not needing a rtc. You mentioned using PAUSE 1000 for my seconds count, don't you think this will be "very" inaccurate if the pic is also...
  19. Replies
    10
    Views
    6,145

    Real Time Clock

    Melanie,

    After thinking about it after my last post I thought maybe a good solution is a small PIC, a iButton eeprom with a code with a date and another that just keeps the output on with a small...
  20. Replies
    10
    Views
    6,145

    Real Time Clock

    Melanie,

    I need to keep the system running for at least 6 months +- a day or so.
    The PLC is far from me (as in another country) so it is not easy or cheap to reset it or change the setting. My...
  21. Replies
    0
    Views
    1,600

    Bring up an old Goodie! RTC

    Melanie,

    can you remember when you and Ralph figured out a very nifty way of generating Year, month, day, hours & seconds from the 32 bit value from the DS1994 Real Time Clock?

    Here's the...
  22. Replies
    5
    Views
    7,121

    Great, great, great

    You really are something Melanie, you just put it so simply. I think I will use the analog method.
  23. Replies
    10
    Views
    6,145

    DS1994 i-Button Real Time Clock

    I have started a project using this clock and successfully programmed the time and date using the 1-wire protocol. There don't seem to be any extra application notes from Dallas/Maxim on this chip...
  24. Replies
    5
    Views
    7,121

    Profibus too complicated

    Thanks Melanie,

    The device I'm making is to ensure that the customer pays, we have instances when we installed the system after they pay 2 thirds of the price and then never complete the payment,...
  25. Replies
    21
    Views
    57,586

    Rs485

    I've worked quite a bit with RS485 with various protocols for the security camera business.
    As far as the cabling is concerned CAT5 or CAT6 is a pre/requisite if you want more that 50 metres. Less...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4