USRE40389E1 - Generating a serial number from random numbers - Google Patents

Generating a serial number from random numbers Download PDF

Info

Publication number
USRE40389E1
USRE40389E1 US11/274,714 US27471405A USRE40389E US RE40389 E1 USRE40389 E1 US RE40389E1 US 27471405 A US27471405 A US 27471405A US RE40389 E USRE40389 E US RE40389E
Authority
US
United States
Prior art keywords
serial number
bus
generating
random
generated
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime, expires
Application number
US11/274,714
Inventor
Chui-Kuei Chiu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Intellectual Ventures I LLC
Original Assignee
Transpacific IP Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Transpacific IP Ltd filed Critical Transpacific IP Ltd
Priority to US11/274,714 priority Critical patent/USRE40389E1/en
Priority to US11/865,705 priority patent/USRE42134E1/en
Application granted granted Critical
Publication of USRE40389E1 publication Critical patent/USRE40389E1/en
Assigned to TRANSPACIFIC IP, LTD. reassignment TRANSPACIFIC IP, LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: VEUTRON CORPORATION
Assigned to TRANSPACIFIC SYSTEMS, LLC reassignment TRANSPACIFIC SYSTEMS, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: TRANSPACIFIC IP LTD.
Assigned to TITUSVILLE CANAVERAL LLC reassignment TITUSVILLE CANAVERAL LLC MERGER (SEE DOCUMENT FOR DETAILS). Assignors: TRANSPACIFIC SYSTEMS, LLC
Assigned to INTELLECTUAL VENTURES I LLC reassignment INTELLECTUAL VENTURES I LLC MERGER (SEE DOCUMENT FOR DETAILS). Assignors: TITUSVILLE CANAVERAL LLC
Adjusted expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/58Random or pseudo-random number generators
    • G06F7/588Random number generators, i.e. based on natural stochastic processes

Definitions

  • the present invention relates to a process for generating a serial number, and particularly to a process for generating a serial number from a random number.
  • USB Universal-Serial Bus
  • IEEE 1394 Bus IEEE 1394 Bus
  • every device will be given one and only serial number or ID.
  • the processes for generating a serial number at present can be divided into two kinds. Wherein one kind One of the processes for generating a serial number is to use a fixed serial number on devices of the same kind. Although this process is simple and convenient, the devices of the same kind cannot be connected to one and the same USB or IEEE 1394 Bus and be used normally.
  • the other commonly known process for generating a serial number is to store the serial number of devices in ROM, EPROM, EEPROM or flash memory, in order to make the serial number one and only .
  • this process will cause the increase of the cost for programming the serial number and the increase of the expenses for memory circuit components in the process of manufacturing the devices.
  • it is necessary to have control to prevent the serial number from repetition in the process of manufacturing, and in order to have the function of control, a related control circuit must be provided accordingly.
  • the present invention provides a process for generating a serial number from a random number.
  • the process is suitable for being used on devices that use a serial number in a bus.
  • This process first generates the serial number for use from a random number based on a seed number, it then checks whether the serial number for use is repeated in the bus. If the generated serial number for use repeats the serial number corresponding to any other devices of the same kind in the bus, a new serial number for use is generated.
  • the seed number can be any of the serial number numbers corresponding to any of the devices of the same kind in the bus.
  • the serial number for use is obtained from the combination in a random way of the serial numbers corresponding to these devices of the same kind.
  • the seed number can be obtained by the variability of the increase of the tube's brightness after the device is started, the brightness of the reflected light of the correcting board, the random noise of the Charge Couple Device (CCD), or the distance between the edge of the correcting board and the home position, or by other ways. If the serial number for use includes several digits, any one of the digits can be generated from the seed number obtained by any one of the ways for obtaining seed numbers.
  • CCD Charge Couple Device
  • the present invention is to generate a needed serial number for use from a random number.
  • a Central Processing Unit CPU
  • CPU Central Processing Unit
  • the invention can save time and the expense of related components, and can at the same time avoid the interference of the same repeated serial numbers; thereby devices of the same kind can be installed on the same bus.
  • FIG. 1 shows a step flow chart of a preferred embodiment according to the present invention.
  • FIG. 2 shows another step flow chart of a preferred embodiment according to the present invention.
  • FIG. 1 shows a step flow chart of a preferred embodiment according to the invention.
  • the device that uses the process of the invention must obtain a seed number, and generate random number based on the seed number.
  • the seed numbers that can be used may vary with devices. The better way would be to choose a device that can obtain a seed number with the least need of extra devices.
  • the way to obtain a seed number can be by the variability of the increase of the tube's brightness after the device is started, the brightness of the reflected light of the correcting board, the random noise of the Charge Couple Device, or by the distance between the edge of the correcting board and the home position.
  • Step 120 is to generate a serial number from a combination of the random number.
  • the most typical way is to take directly the random number obtained from Step 110 as the serial number for use.
  • Step 130 determines if the serial number for use obtained from Step 120 repeats the serial number of the other devices of the same kind in the bus. If it repeats, the device goes back to Step 110 to obtain a new seed number and then to obtain a new random number and a new serial number. Of course, it is also possible to renew only the random number without the need to obtain a new seed number.
  • Step 110 can be repeated for several times, and a random number is obtained in the process of each repetition. Then the random numbers obtained from every time are combined together in Step 120 .
  • several random numbers can be taken as digits that form the serial numbers in use number.
  • FIG. 2 shows a flow chart of another preferred embodiment according to the invention.
  • the device that uses the process of the present invention first in Step 210 obtains serial numbers from the other devices of the same kind in the bus, then in Step 220 combines random numbers with these serial numbers, and obtainobtains the serial number of the device according to the result of the combination.
  • Step 230 it checks the serial number for use in order to make sure the serial number for use does not repeatsrepeat the serial numbers of the other devices of the same kind.
  • the device goes back to Step 220 to combine random numbernumbers and serial numbers again to obtain another serial number for use.
  • the advantages of the present invention are as follows: the invention saves working time and the cost of the relevant component components, and it easily avoids the disturbance caused by the same repeated serial numbers.

Abstract

A process for generating a serial number from a random number is suitable for being used on a device that uses serial number in a bus. First, this process generates a serial number for use from a random number according to a seed number, and then it checks if this generated serial number is repeated in the bus. When this generated serial number is the same as the serial number corresponding to any other devices that are of the same kind as the above mentioned device in the bus, a new serial number for use will be generated.

Description

DESCRIPTION OF THE INVENTION FIELD OF THE INVENTION
The present invention relates to a process for generating a serial number, and particularly to a process for generating a serial number from a random number.
BACKGROUND OF THE INVENTION
In USB (Universal-Serial Bus) or IEEE 1394 Bus, every device will be given one and only serial number or ID. Generally speaking, the processes for generating a serial number at present can be divided into two kinds. Wherein one kind One of the processes for generating a serial number is to use a fixed serial number on devices of the same kind. Although this process is simple and convenient, the devices of the same kind cannot be connected to one and the same USB or IEEE 1394 Bus and be used normally.
The other commonly known process for generating a serial number is to store the serial number of devices in ROM, EPROM, EEPROM or flash memory, in order to make the serial number one and only . However, this process will cause the increase of the cost for programming the serial number and the increase of the expenses for memory circuit components in the process of manufacturing the devices. Apart from this, it is necessary to have control to prevent the serial number from repetition in the process of manufacturing, and in order to have the function of control, a related control circuit must be provided accordingly.
SUMMARY OF THE INVENTION
In such a situation, the present invention provides a process for generating a serial number from a random number. The process is suitable for being used on devices that use a serial number in a bus. This process first generates the serial number for use from a random number based on a seed number, it then checks whether the serial number for use is repeated in the bus. If the generated serial number for use repeats the serial number corresponding to any other devices of the same kind in the bus, a new serial number for use is generated.
Among these numbers, the seed number can be any of the serial number numbers corresponding to any of the devices of the same kind in the bus. The serial number for use is obtained from the combination in a random way of the serial numbers corresponding to these devices of the same kind.
Apart from this, when the device is a scanner, the seed number can be obtained by the variability of the increase of the tube's brightness after the device is started, the brightness of the reflected light of the correcting board, the random noise of the Charge Couple Device (CCD), or the distance between the edge of the correcting board and the home position, or by other ways. If the serial number for use includes several digits, any one of the digits can be generated from the seed number obtained by any one of the ways for obtaining seed numbers.
To sum up, the present invention is to generate a needed serial number for use from a random number. In most devices nowadays, a Central Processing Unit (CPU) is installed, therefor therefore it will not be a problem to generate a random number. The invention can save time and the expense of related components, and can at the same time avoid the interference of the same repeated serial numbers; thereby devices of the same kind can be installed on the same bus.
In order to make the above description and other objects, characteristics, and advantages of the invention clearer and easier to understand, A a detailed description will be provided with preferred embodiments and with reference to the accompanying drawings as follows:
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 shows a step flow chart of a preferred embodiment according to the present invention; and
FIG. 2 shows another step flow chart of a preferred embodiment according to the present invention.
PREFERRED EMBODIMENT OF THE INVENTION
FIG. 1 shows a step flow chart of a preferred embodiment according to the invention. First in Step 110, the device that uses the process of the invention must obtain a seed number, and generate random number based on the seed number. Here the seed numbers that can be used may vary with devices. The better way would be to choose a device that can obtain a seed number with the least need of extra devices. For example, when this device is a scanner, the way to obtain a seed number can be by the variability of the increase of the tube's brightness after the device is started, the brightness of the reflected light of the correcting board, the random noise of the Charge Couple Device, or by the distance between the edge of the correcting board and the home position.
Following Step 110, Step 120 is to generate a serial number from a combination of the random number. In this step, the most typical way is to take directly the random number obtained from Step 110 as the serial number for use. After this, Step 130 determines if the serial number for use obtained from Step 120 repeats the serial number of the other devices of the same kind in the bus. If it repeats, the device goes back to Step 110 to obtain a new seed number and then to obtain a new random number and a new serial number. Of course, it is also possible to renew only the random number without the need to obtain a new seed number.
Apart from this, when the serial number for use includes several digits, Step 110 can be repeated for several times, and a random number is obtained in the process of each repetition. Then the random numbers obtained from every time are combined together in Step 120. In another word words, several random numbers can be taken as digits that form the serial numbers in use number.
FIG. 2 shows a flow chart of another preferred embodiment according to the invention. In this embodiment, the device that uses the process of the present invention first in Step 210 obtains serial numbers from the other devices of the same kind in the bus, then in Step 220 combines random numbers with these serial numbers, and obtainobtains the serial number of the device according to the result of the combination. Finally, in Step 230 it checks the serial number for use in order to make sure the serial number for use does not repeatsrepeat the serial numbers of the other devices of the same kind. When the serial number for use repeats the serial numbers of the other devices of the same kind, the device goes back to Step 220 to combine random numbernumbers and serial numbers again to obtain another serial number for use.
It must be noted that while this invention can be used in devices with a Central Processing Unit, it is not limited to the scanner mentioned herein. In addition, the processes disclosed in the two examples of embodiment embodiments for generating a serial number from a random number can be used together. They do not have to be used separately.
To sum up, the advantages of the present invention are as follows: the invention saves working time and the cost of the relevant component components, and it easily avoids the disturbance caused by the same repeated serial numbers.
While the invention is disclosed above with the preferred examples of embodiment embodiments, the invention is not limited by the preferred examples of emobdiment embodiments. Anyone who is familiar with the art can make various modifications thereto, and it is intended that the appended claims cover all such modifications as fall within the true spirit and scope of the invention.

Claims (23)

1. A process for generating a serial number from a random number, which is suitable for being used on a device that uses the serial number in a bus, the process comprising:
generating the serial number for use from a random number based on a seed number, wherein the seed number is taken from an actual operation quantity carried by the device;
checking if the generated serial number is repeated in the bus; and
when the generated serial number is the same as a serial number corresponding to any other device of the bus, regenerating another serial number for the device.
2. A process for generating a serial number from a random number according to claim 1, wherein the seed number is a serial number corresponding to any of other devices in the bus.
3. A process for generating a serial number from a random number according to claim 2, wherein the generated serial number for use is formed by the combination of the serial number corresponding to any of the other devices in the bus.
4. A process for generating a serial number from a random number according to claim 3, wherein the said serial number is formed by permuting in a random way the said serial number corresponding to any of the other devices in the bus.
5. A process for generating a serial number from a random number, which is suitable for being used on a device that uses the serial number in a bus, the process comprising:
generating the serial number for use from a random number based on a seed number;
checking if the generated serial number is repeated in the bus; and
when the generated serial number is the same as a serial number corresponding to any other device of the bus, regenerating another serial number for the device,
wherein the device is a scanner, and the seed number is taken from a quantity selected from the group consisting of a variability of increasing of a tube's brightness after the scanner is started, a brightness of a reflected light of a correcting board, a random noise of a charge couple device, and a distance between an edge of the correcting board and a home position of the correcting board.
6. A process for generating a serial number from a random number according to claim 5, wherein said generated serial number for use comprises a plurality of digit bits.
7. A process for generating a serial number from a random number according to claim 6, wherein each said digit bit of the generated serial number is generated from the seed number.
8. A process for generating a serial number from a random number according to claim 5, wherein the seed number is a serial number corresponding to any of other devices in the bus.
9. A process for generating a serial number from a random number according to claim 8, wherein the generated serial number for use is formed by the combination of the serial number corresponding to any of the other devices in the bus.
10. A process for generating a serial number from a random number according to claim 9, wherein the said serial number is formed by permuting in a random way the said serial number corresponding to any of the other devices in the bus.
11. A method, comprising:
generating a serial number for use by a device on a bus, wherein the serial number is generated at least in part from a random number based on a seed number, wherein the seed number is taken from an actual operation characteristic of the device; and
determining whether the generated serial number is the same as a serial number corresponding to another device on the bus.
12. The method of claim 11, wherein generating a serial number for use by a device comprises generating a serial number for use by a scanner.
13. The method of claim 12, wherein the seed number is taken from a quantity selected from a group consisting of a variability of a tube's brightness after the scanner is started, a brightness of a reflected light of a correcting board, a random noise of a charge coupled device, and a distance between an edge of the correcting board and a home position of the correcting board.
14. The method of claim 11, further comprising generating a new serial number for use by the device on the bus in response to a determination that the generated serial number is repeated by another device on the bus.
15. The method of claim 11, further comprising:
checking other devices on the bus to determine whether the generated serial number is being used by another device.
16. The method of claim 11, further comprising generating a new random number and a new serial number in response to a determination that the generated serial number is used by another device on the bus.
17. The method of claim 11, further comprising:
generating several random numbers using the seed number; and
combining the generated random numbers to form the serial number.
18. An apparatus, comprising:
means for generating a serial number for use by a device on a bus; and
a processor capable of generating a random number based on a seed number, wherein the serial number is based at least in part on the random number based on the seed number, wherein the seed number is taken from an actual operation characteristic associated with the device, and wherein the processor is further adapted to determine whether the generated serial number is the same as a serial number corresponding to another device on the bus.
19. The apparatus of claim 18, wherein the seed number is taken from a value selected from a group consisting of a variability of a tube's brightness after the scanner is started, a brightness of a reflected light of a correcting board, a random noise of a charge coupled device, and a distance between an edge of the correcting board and a home position of the correcting board.
20. The apparatus of claim 18, wherein the processor is further adapted to generate a new serial number for use by the device on the bus in response to a determination that the generated serial number is repeated by another device on the bus.
21. The apparatus of claim 18, wherein the processor is further capable of checking other devices on the bus to determine whether the generated serial number is being used by another device.
22. The apparatus of claim 18, wherein the processor is further capable of generating a new random number and a new serial number in response to a determination that the generated serial number is used by another device on the bus.
23. The apparatus of claim 18, wherein the processor is further capable of:
generating several random numbers using the seed number; and
combining the generated random numbers to form the serial number.
US11/274,714 2000-05-05 2005-11-14 Generating a serial number from random numbers Expired - Lifetime USRE40389E1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/274,714 USRE40389E1 (en) 2000-05-05 2005-11-14 Generating a serial number from random numbers
US11/865,705 USRE42134E1 (en) 2000-05-05 2007-10-01 Process for generating a serial number from random numbers

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
TW089108603A TW469404B (en) 2000-05-05 2000-05-05 Method for generating serial numbers by random numbers
US09/655,151 US6647402B1 (en) 2000-05-05 2000-09-05 Process for generating a serial number from random numbers
US11/274,714 USRE40389E1 (en) 2000-05-05 2005-11-14 Generating a serial number from random numbers

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/655,151 Reissue US6647402B1 (en) 2000-05-05 2000-09-05 Process for generating a serial number from random numbers

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US09/655,151 Continuation US6647402B1 (en) 2000-05-05 2000-09-05 Process for generating a serial number from random numbers

Publications (1)

Publication Number Publication Date
USRE40389E1 true USRE40389E1 (en) 2008-06-17

Family

ID=31190455

Family Applications (3)

Application Number Title Priority Date Filing Date
US09/655,151 Ceased US6647402B1 (en) 2000-05-05 2000-09-05 Process for generating a serial number from random numbers
US11/274,714 Expired - Lifetime USRE40389E1 (en) 2000-05-05 2005-11-14 Generating a serial number from random numbers
US11/865,705 Expired - Lifetime USRE42134E1 (en) 2000-05-05 2007-10-01 Process for generating a serial number from random numbers

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/655,151 Ceased US6647402B1 (en) 2000-05-05 2000-09-05 Process for generating a serial number from random numbers

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/865,705 Expired - Lifetime USRE42134E1 (en) 2000-05-05 2007-10-01 Process for generating a serial number from random numbers

Country Status (2)

Country Link
US (3) US6647402B1 (en)
TW (1) TW469404B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011134891A1 (en) 2010-04-26 2011-11-03 International Business Machines Corporation Generating unique identifiers
US8560698B2 (en) 2010-06-27 2013-10-15 International Business Machines Corporation Allocating unique identifiers using metadata

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB0102840D0 (en) * 2001-02-05 2001-03-21 Cambridge Silicon Radio Ltd Generating random data
EP1389524A1 (en) * 2002-08-16 2004-02-18 Kba-Giori S.A. Numbering process and numbering box to carry out the process
KR100529876B1 (en) * 2002-10-10 2005-11-22 엘지전자 주식회사 Home network system's operating method
US7193502B2 (en) * 2004-03-06 2007-03-20 Wayne-Dalton Corp. Operating system and methods for seeding a random serial number for radio frequency control of a barrier operator's accessories
US20050286719A1 (en) * 2004-06-29 2005-12-29 Canon Kabushiki Kaisha Generating entropy through image capture
US8347109B2 (en) * 2008-02-28 2013-01-01 Red Hat, Inc. Secure serial number generation
US8358784B2 (en) * 2010-01-04 2013-01-22 Tata Consultancy Services Limited System and method for a secure synchronization between a wireless communication device and a server
US9092608B2 (en) 2010-12-14 2015-07-28 Nxp B.V. Random-ID function for smartcards
US8781119B2 (en) 2010-12-14 2014-07-15 Nxp, B.V. User-controlled Random-ID generation function for smartcards
DE102011010627A1 (en) * 2011-02-08 2012-08-09 Giesecke & Devrient Gmbh Method of programming a mobile terminal chip
US9344277B2 (en) 2011-04-11 2016-05-17 Hewlett-Packard Development Company, L.P. Mass serialization analytics
US8893975B2 (en) 2012-09-07 2014-11-25 Emery A. Sanford Device identifier processing
US20140089202A1 (en) * 2012-09-27 2014-03-27 Michael K. Bond CRM Security Core

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5068894A (en) * 1989-08-22 1991-11-26 U.S. Philips Corp. Method of generating a unique number for a smart card and its use for the cooperation of the card with a host system
US5515307A (en) * 1994-08-04 1996-05-07 Bell Communications Research, Inc. Pseudo-random generator
US5539682A (en) * 1992-08-07 1996-07-23 Lsi Logic Corporation Seed generation technique for iterative, convergent digital computations
US5727063A (en) * 1995-11-27 1998-03-10 Bell Communications Research, Inc. Pseudo-random generator
US5732138A (en) * 1996-01-29 1998-03-24 Silicon Graphics, Inc. Method for seeding a pseudo-random number generator with a cryptographic hash of a digitization of a chaotic system
US5892929A (en) * 1996-12-30 1999-04-06 Compaq Computer Corp. Avoiding non-unique identifiers for bus devices
US6298360B1 (en) * 1995-05-26 2001-10-02 Sun Microsystems, Inc. Method and apparatus for generating a highly random number while using existing circuitry
US6502116B1 (en) * 1998-09-14 2002-12-31 Igt Random number generator seeding method and apparatus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6615285B1 (en) * 1998-11-23 2003-09-02 Lucent Technologies Inc. Method and apparatus for dynamically determining an address uniquely identifying a hardware component on a common bus

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5068894A (en) * 1989-08-22 1991-11-26 U.S. Philips Corp. Method of generating a unique number for a smart card and its use for the cooperation of the card with a host system
US5539682A (en) * 1992-08-07 1996-07-23 Lsi Logic Corporation Seed generation technique for iterative, convergent digital computations
US5515307A (en) * 1994-08-04 1996-05-07 Bell Communications Research, Inc. Pseudo-random generator
US6298360B1 (en) * 1995-05-26 2001-10-02 Sun Microsystems, Inc. Method and apparatus for generating a highly random number while using existing circuitry
US5727063A (en) * 1995-11-27 1998-03-10 Bell Communications Research, Inc. Pseudo-random generator
US5732138A (en) * 1996-01-29 1998-03-24 Silicon Graphics, Inc. Method for seeding a pseudo-random number generator with a cryptographic hash of a digitization of a chaotic system
US5892929A (en) * 1996-12-30 1999-04-06 Compaq Computer Corp. Avoiding non-unique identifiers for bus devices
US6502116B1 (en) * 1998-09-14 2002-12-31 Igt Random number generator seeding method and apparatus

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011134891A1 (en) 2010-04-26 2011-11-03 International Business Machines Corporation Generating unique identifiers
US8375066B2 (en) 2010-04-26 2013-02-12 International Business Machines Corporation Generating unique identifiers
US8560698B2 (en) 2010-06-27 2013-10-15 International Business Machines Corporation Allocating unique identifiers using metadata

Also Published As

Publication number Publication date
US6647402B1 (en) 2003-11-11
TW469404B (en) 2001-12-21
USRE42134E1 (en) 2011-02-08

Similar Documents

Publication Publication Date Title
USRE40389E1 (en) Generating a serial number from random numbers
US4651293A (en) Image processing system comprising dither screen size selection based on image periodicity
US20010019509A1 (en) Memory controller
KR100258978B1 (en) Apparatus and methode for generating test address for testing dynamic memory by using self test circuit
US20090012957A1 (en) System and method for searching strings of records
KR20010070339A (en) Image sensor and pixel reading method used this image sensor
US6131146A (en) Interleave memory control apparatus and method
US5179686A (en) Method for automatically detecting the size of a memory by performing a memory warp operation
FR2595485A1 (en) COMPUTER, IN PARTICULAR MICROCOMPUTER WITH INTEGRATED CIRCUIT
US7003032B2 (en) Generation of multiple independent high resolution pulse width modulations
CN101183401A (en) Wiring method and apparatus for reducing coupling between lines of electric circuit
US5895480A (en) Method of and means for accessing an address by respectively substracting base addresses of memory integrated circuits from an access address
KR970072438A (en) Peripheral Device Identification Method Used in Semiconductor Devices
US6697995B1 (en) Diagnostic method for logic used in vehicle
US20090210629A1 (en) Method, system and computer program product for selectively purging cache entries
US20070239907A1 (en) Serial-connection and parallel-communication fast interface for PLC host and expansion device
JPH11110339A (en) Dma controller
EP0540198A1 (en) Memory controller and data processing system
US20040113046A1 (en) Method of fixed pattern noise-reduction and system thereof
KR960002032A (en) Interface device
US7155563B1 (en) Circuits to generate a sequential index for an input number in a pre-defined list of numbers
US20210294770A1 (en) Slave device,master device, and data transmission method
JPS63197251A (en) Information processor
US6469632B1 (en) Component selector assembly
KR950003470B1 (en) Channel catching method considering channel busy probability

Legal Events

Date Code Title Description
AS Assignment

Owner name: TRANSPACIFIC IP, LTD., TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:VEUTRON CORPORATION;REEL/FRAME:022331/0595

Effective date: 20050706

CC Certificate of correction
AS Assignment

Owner name: TRANSPACIFIC SYSTEMS, LLC,DELAWARE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:TRANSPACIFIC IP LTD.;REEL/FRAME:023107/0267

Effective date: 20090618

Owner name: TRANSPACIFIC SYSTEMS, LLC, DELAWARE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:TRANSPACIFIC IP LTD.;REEL/FRAME:023107/0267

Effective date: 20090618

AS Assignment

Owner name: TITUSVILLE CANAVERAL LLC, DELAWARE

Free format text: MERGER;ASSIGNOR:TRANSPACIFIC SYSTEMS, LLC;REEL/FRAME:030628/0681

Effective date: 20130213

AS Assignment

Owner name: INTELLECTUAL VENTURES I LLC, DELAWARE

Free format text: MERGER;ASSIGNOR:TITUSVILLE CANAVERAL LLC;REEL/FRAME:030639/0330

Effective date: 20130214