Unique ID counter


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838


    Did you find this post helpful? Yes | No

    Default Re: Unique ID counter

    well after thinking about 20 mins and that one of the other members here had a melab U2 programmer for sale , i got that ,, so this small option of setting serial when programming should now be solved

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: Unique ID counter

    Another way of doing it would be to use a PIC to store the current serial number in it's eeprom (that way it's not lost if you power it down).
    Use a simple serial link from the 'new' pic that needs a number to the PIC with the serial number count.
    The 'new' send a serial command to the master pic to request a number and the master sends the latest unique number. 'new' pic writes it to it's onboard eeprom and never asks for a new number upon boot.

    It's similar to the way DHCP works on TCP/IP networking... Thats where i got the idea from...

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts