ues data format(ues length: 20 or 40 byte):

Index   length(in byte)     name        value example
0       1                   chip type   1(ispLSI1032E-80LJ A U70)
                                        2(ispLSI1032E-80LJ B U43)
                                        0(ispLSI1016-80LJ U23)
1       1                   version     A(EasyPack ECBIIS REV-A)
                                        B(....................B)
                                        C(....................C)
2       1                   status      0:diagnostics, 1: work
3       1                   year(hi)    19:19XX; 20:20XX
4       1                   year(low)   97:XX97; 98:XX98
5       1                   month       1-12
6       1                   day         1-31
7       1                   description part length in byte
8       31(11)              description

example:
         0  1  2  3  4  5  6  7                                      8                 9 10       39(20)
uesdata: 02 0A 01 13 61 02 13 0(xx.desciption lenth for BYTE number) (description) 00 00 00 ......00
mean:    chip2, version A, work status, 1997-2-19, "My first jed."description.

by chris, 2/20/1997

