How to read Serial number programmed into PIC


Results 1 to 11 of 11

Threaded View

  1. #6


    Did you find this post helpful? Yes | No

    Default

    The picture he put in comes from the meprog application. The help file has this table:
    Code:
    Device Type	Code	Data EEPROM	ID
    		Address	Address		Address
    12-bit core	0-1FF	none		200-203
    		0-3FF	none		400-403
    		0-7FF	none		800-803
    14-bit core	0-1FFF	2100-21FF	2000-2003
    17Cxxx		0-3FFF	none		none
    18Xxxxx		0-1FFFF	F00000-F003FF	200000-200007
    24FJxxx		0-157FE	none		none
    24HJxxxx	0-2ABFE	none		F80010-F80016
    30Fxxxx		0-17FFE	7FF000-7FFFFE	none
    33FJxxxx	0-2ABFE	none		F80010-F80016
    From one of the data sheets for a 14 bit core I got this:

    13.10 ID Locations
    Four memory locations (2000h - 2003h) are designated as ID locations where the user can store checksum or other code identification numbers. These locations are not accessible during normal execution, but are readable and writable during program/verify. It is recommended that only the four least significant bits of the ID location are used.

    So the answer to his question is that the locations programmed by the meprog serial number function are only accessable during program/verify.
    Last edited by falingtrea; - 18th April 2008 at 15:54.
    Tim Barr

Similar Threads

  1. PIC to PIC "wired" serial one-way communication - SERIN2/SEROUT2
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 14th April 2008, 20:02
  2. PIC to serial with visual basic
    By mbw123 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 31st March 2007, 16:06
  3. Replies: 5
    Last Post: - 20th March 2006, 01:34
  4. Serial Communication (PC to PIC)
    By Simon Brodeur in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 11th January 2006, 18:55
  5. serial comm from Pic to STAMP
    By d1camero in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 4th April 2004, 23:58

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