CN1266227A - Hardware testing module and method for increasing hardeare testing speed - Google Patents

Hardware testing module and method for increasing hardeare testing speed Download PDF

Info

Publication number
CN1266227A
CN1266227A CN 99103620 CN99103620A CN1266227A CN 1266227 A CN1266227 A CN 1266227A CN 99103620 CN99103620 CN 99103620 CN 99103620 A CN99103620 A CN 99103620A CN 1266227 A CN1266227 A CN 1266227A
Authority
CN
China
Prior art keywords
data
hardware
working storage
application program
ring
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.)
Granted
Application number
CN 99103620
Other languages
Chinese (zh)
Other versions
CN1113296C (en
Inventor
林光信
陈玄同
烟束
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.)
Chen Xing
Original Assignee
Inventec Corp
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 Inventec Corp filed Critical Inventec Corp
Priority to CN99103620A priority Critical patent/CN1113296C/en
Publication of CN1266227A publication Critical patent/CN1266227A/en
Application granted granted Critical
Publication of CN1113296C publication Critical patent/CN1113296C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The present invention relates to a hardware test module, and is characterized by that it uses a parallel operating mode to implement access of tested data on a ring temporary memory, and utilizes interrupt service routine to log tested data, and uses main application program to process tested data, and utilizes the interrupt service routine opened at the same time of processing data by using main application program to receive data. Besides, said parallel operating mode can reduce the required testing time, and can reduce the reqired working memory capacity.

Description

The method of hardware testing module and increase hardware testing speed
The present invention relates to a kind of hardware testing module, particularly about a kind of method of testing of carrying out with parallel work-flow.
With regard to existing testing software, in the test process to hardware devices such as modulator-demodular unit (Modem), serial/parallel row mouth, software and hardware drivers, its implementation often earlier directly writes detecting information by computer to tested hardware, wait for response (response) then, and it reception is remake the operation of examination when from tested hardware.In other words, the method for testing of prior art at first passes " detecting information " to " tested hardware " by " computer ", then by " tested hardware " " detecting information " is handed to " primary application program " again and handles to produce one " result ".This " result " passes " computer " back via " tested hardware " again, to write down, to show test results.Said process is shown in " Fig. 1 ", and (after the step 10), (step 11) when then handling detecting information again, must be waited for Hardware Response Delay data (step 12) to transfer to the primary application program processing at first to transmit data to tested hardware to begin test.The 4th step then is the response data (step 13) that shows gained.But (step 14) is carried out the instruction (step 15) of being imported by computer then to do further processing at the 5th step user input instruction.Check at last and whether finished whole test (step 16).If not, then continue to do whole testing process again; If finish, then finish or carry out the test (step 17) of next tested hardware.
From the above mentioned, prior art is to carry out testing process with the method for " serial operation " as can be known.Briefly, the program that each step is carried out is " carrying out successively ", so after each step must wait for that a last step is finished, just can carry out.And this major defect of prior art just.Because need waiting for a step, the execution of each step just can carry out after finishing, therefore slower unavoidably on whole speed.With modulator-demodular unit (Modem) is example, suppose that modulator-demodular unit is with every millisecond of character (character, English character or symbol need the length of bytes " Byte " to store) speed send word string " This is a test. " to application program, totally 15 characters, four individual characters.Application program is distinguished each individual character according to space between English alphabet or punctuation mark.The tupe of application program be with " individual character " as base unit, individual character of its every processing takes 3 milliseconds.Because the speed of internal memory operation (comprising program execution and data access) is fast (is unit with the nanosecond) quite, disregards its shared time so can ignore.
In the serial method of testing of prior art, shown in " Fig. 1 " flow process, after needing to put in order earlier string test character and receiving fully, just can carry out its processing.So the needed time of its modulator-demodular unit is added the time (4 * 3=12 millisecond) of handling four individual characters for receiving the time (15 milliseconds) of 15 characters, 27 milliseconds altogether.
In addition, receive fully owing to need to test character earlier, so its required storage space need have the memory headroom of 15 characters at least.In addition, because this is serial operation, therefore before application program was finished dealing with, the user had no way of learning its present situation.Therefore when wrong or during, often can't learn and lose time when the situation generation of fault.This phenomenon is when the test modulator-demodular unit, because its operating rate variation range very big (by 110 bauds~11520 bauds), therefore the time of response just has very big difference.Particularly when modulator-demodular unit runs on different CPU and the display card, very easily cause the confusion in the sequential cooperation.In addition, the transmission of data always has certain bit error rate, and this mistake can cause the variation that receives data content and length.In order to receive the data of this unknown lengths, adopt art methods " receive----handle----receive again----handle----again until finishing " pattern, can only solve by the method that strengthens temporarily providing room, cause the waste of storage space.
Goal of the invention and general introduction
Fundamental purpose of the present invention is to propose a kind of test module that can improve hardware testing speed, and clearly data flow can be provided, and reduces the required storage space of test.
Spirit of the present invention is to carry out hardware testing in the mode of " parallel work-flow " replacement prior art " serial operation ".In the prior art, after application program need wait for that whole detecting informations receives, could begin these detecting informations are handled.Yet, application programs, the mode that it handles detecting information be with letter handling one by one, and non-once is just handled whole detecting information.In other words, application programs, the process of its information processing only need partly that detecting information just can begin to carry out.So in the present invention, in acceptance test information, just begin to make application program to go to handle by taking out character in the storer.In other words, utilize the characteristic on the application program process information, make the reception of information and information processing to carry out simultaneously, and reduce the required time of whole test.
For this reason, the present invention uses the gimmick of direct intercepting hardware interrupts, cook up an annular working storage earlier, utilize " Put pointer " to reach the access that " Take pointer " comes operation information, and provide one " break in service ", make application program when handling detecting information, the reception program is acceptance test information unceasingly one by one still.
In addition, for application program, because detecting information does not need once just all to read and write in the storer, therefore the space of required storer also can be come fewly than prior art.Simultaneously, owing to utilize annular working storage and " Put pointer ", " Take pointer " two pointers, so application program will go to monitor the present situation of annular working storage with certain frequency.So see through application program, the user also can understand the situation that present test is carried out at any time, the meaningless wait in the time of therefore avoiding contingency to break down (down).
For above-mentioned and other purposes of the present invention, feature and advantage can be become apparent, a preferred embodiment cited below particularly, and conjunction with figs. are described in detail below.
Description of drawings
Fig. 1 is the calcspar of prior art method of testing;
Fig. 2 is the functional block diagram of embodiment;
Fig. 3 is overall flow figure;
Fig. 4 is the break in service process flow diagram;
Fig. 5 is the primary application program process flow diagram that fetches data;
Fig. 6 is for waiting for the also process flow diagram of dynamic process data.
The embodiment explanation
Referring to " Fig. 2 " is the functional block diagram of first embodiment.Planning has several storage unit on the annular working storage 21, and its each all is the each least unit that sends of hardware, and its byte (Byte) number is decided according to the different hardware type.One Put pointer 22 is arranged in addition, its position when demarcating that the information of carrying out deposits at every turn, its can when moving to the bottom, then can return starting point again along with the depositing in to reach of information.Position when having Take pointer 23 to read information in addition in order to demarcation.Be similar to Put pointer 22, Take pointer 23 also can when moving to the bottom, then can return starting point again along with the reading to reach of information.
When carrying out, related data will be passed to interrupt service routine 24 by the storer in the tested hardware, and the indication by Put pointer 22 is deposited in data in the annular working storage 21 successively by reference position.Primary application program 25 then is by Take pointer 23, and information is taken out successively and handled.In case Put pointer 22 or Take pointer 23 surpass the bottom of annular working storage 21, then return the reference position of annular working storage 21 automatically.In the judgement of reading, set if the position of Take pointer 23 is different from Put pointer 22, then representative has the information that does not read; In the judgement that deposits in, set if Put pointer 22 catch up with Take pointer 23, represent that then the space of annular working storage 21 is full.Utilize two above-mentioned judgment principles, can avoid reading excessive or write excessive problem.
" Fig. 3 " is the general flow chart of embodiment.Wherein primary application program 31 is responsible for handling user's input informations, and the state of monitoring communication buffer 33, and carries out reading of data according to this, and by control interrupt service routine 32 the current state of control hardware accordingly.Communication buffer 33 can be accepted the variation of tested hardware working storage and writing of test data.32 of primary application program 31 and interrupt service routines are two parallel programs, but as if the two communication buffer of access (access) simultaneously 33, then will cause the confusion of information.Therefore,, therefore set primary application program when using the ring-type working storage, close interrupt service routine 32 earlier, to stop its writing for communication buffer 33 in order to make interrupt service routine 32 and primary application program 31 both mutual exclusions on communication buffer 33; Open interrupt service routine 32 after finishing again to continue to receive data.
Whether " Fig. 4 " is the break in service process flow diagram, at first at tested hardware, reads in the working storage value in the tested hardware one by one, have data will transmit (step 41) to look it.Judge whether the working storage value changes (step 42), as change and then write down its situation of change and make a mark (step 43) so that primary application program identification.Judge whether to run through all values (step 44),, then return step 41 and continue to read if do not have; If run through all values, then continue to judge whether interrupt service routine receives new data (step 45).If have, then the indication of received data according to the Put pointer deposited in the ring-type working storage, and upgrade the position (step 46) of Put pointer.Then, judge whether working storage will overflow (step 47).If then orders hardware to suspend and send data, and setting hardware is that halted state (step 48) back interrupts returning.If interrupt service routine is not received new data (step 45), then directly return.
" Fig. 5 " reads the flow process that number has deposited the data in the ring-type working storage in for primary application program.After program begins, in the position judgment working storage by monitoring Put pointer and Take pointer whether new data (step 51) is arranged.If have, then close interrupt service routine (step 52), to avoid when primary application program fetches data, there is new data to write again.Then,, change the Take pointer (step 53) of ring-type working storage after finishing, and opens interrupters service routine (step 54) is to continue to receive new data by taking out data by the unit in the ring-type working storage.Set the success mark (step 55) that fetches data then, return then (step 56).If there are not new data in the ring-type working storage, then establish one earlier and fetch data fail flag (step 57) to judge whether hardware is in halted state (step 58).If, then send the instruction that continue to transmit data, and be transmit status (step 59) hardware setting to hardware, return then (step 56); If being in normal condition, hardware directly returns (step 56).
" Fig. 6 " is the data access flow process.At first judge whether pending data (step 61) and then handle the specified data of update mark, remove update mark (step 62) simultaneously up to the processing of finishing all data as if having.Judge then whether hardware has obtained the response of expection, the data of response should identical with the data that transmitted (step 63), if not then time-delay waits for that hardware gives a response (step 64).The time of judge waiting for (step 65), if just receive once more that to the upper limit of stand-by period hardware responds, return information starting point then, the judgement of try again again " whether having new data to handle ".On the contrary, having surpassed the stand-by period upper limit if wait, is overtime (step 66) with setting state then, returns result (step 68) then.If hardware has been made the response of expection, it is provided with hardware response value (step 67), directly returns result (step 68).
If same is example with modulator-demodular unit (Modem), suppose that modulator-demodular unit is with every millisecond of character (Character, needing length is the storage area of a byte Byte) speed send word string " This is a test. " to application program, totally 15 characters, four individual characters.Application program is distinguished each individual character according to space between English alphabet or punctuation mark.The tupe of application program be with " individual character " as base unit, individual character of its every processing takes 3 milliseconds.Because the speed of internal memory operation (comprising program execution and data access) is fast (is unit with the nanosecond) quite, disregards its shared time so can ignore.The capacity of ring-type working storage is 8 Byte.Then present embodiment is that the operation steps of example is as follows with " This is a test ":
1. shown in " Fig. 6 ", under original state, Take pointer and Put pointer refer at the top of ring-type working storage, i.e. the 1st Byte place;
2. interrupt service routine is the data " This " that receive, and the 1st to the 5th Byte of working storage inserted in totally five characters, and the Put pointer moved to deposits character place (this example is the 6th Byte place) next time, and this process takes 5 milliseconds;
3. primary application program judges that the position of the pointer (Take pointer) that fetches data is different from the Put pointer, and it is pending therefore to be judged to be data.Primary application program is read " This ", and has time every " " because of it includes, and therefore a complete individual character has been read in judgement automatically, simultaneously the Take pointer is moved to the next one and gets individual character place (this example is the 6th Byte place);
4. primary application program begins to handle the individual character " This " that is read, this process is with 3 milliseconds consuming time, when primary application program is handled individual character, because interrupt service routine still receives data concurrently, therefore when primary application program is finished the processing of individual character (3 milliseconds), again " is " deposited in the ring-type working storage among the 6th~8 Byte.Overflow for fear of working storage, so the Put pointer is moved to the 1st Byte place again;
5. primary application program takes out " is ", judges that according to " " it receives a complete individual character, and the Take pointer is shifted to the 1st Byte place;
6. primary application program is handled individual character " is ", and " at " that the while interrupt service routine will receive deposits the 1st to the 3rd Byte in, and the Put pointer moved to the 4th Byte, 3 milliseconds consuming time of this process;
7. take out individual character " a ", the Take pointer is shifted to the 3rd Byte.
8. handle individual character " a ", " est " that the while interrupt service routine will receive deposits the in the 4th to the 6th Byte in, and the Put pointer moved to the 7th Byte place, 3 milliseconds consuming time of process;
9. according to the Take pointer, take out " test ", but, show that the data of being taken out may be imperfect, so first opens interrupters service routine is waited for that it receives character late, and remained in monitoring state owing to do not receive space character from the 3rd Byte place;
10. interrupt routine character ". " that the next one is received deposits the 7th Byte in, 1 millisecond consuming time of this process, and the Put pointer moved to the 8th Byte;
11. primary application program is received character ". ", after being judged as space character, expression " test " is a complete individual character, so the Take pointer is moved to the 8th Byte;
12. handle individual character " test ", 3 milliseconds consuming time.Therefore, the total time is 5+3+3+3+1+3=18 (millisecond).Than 27 milliseconds of art methods is fast.Required working storage space also is kept to 8 Byte by 15 Byte simultaneously.Can seem the present invention really can reach pick up speed and lower the purpose in required working storage space.
The reference numeral explanation 10 beginnings 11 to tested hardware transmission data 12 wait for the Hardware Response Delay data 13 show response data 14 have or not User input 15 demonstrations, process user input 16 whether test complete 17 return 21 annular buffers 22 Put pointers 23 Take pointers 24 interrupt service routines 25 primary application programs 31 primary application programs 32 interrupt service routines 33 communication buffers 41 read in the buffer value one by one 42 judge whether the buffer value changes 43 renewals also make marks 44 judge whether to run through whole data 45 judge whether to receive new data 46 put into annular buffer with data and upgrade the position of Put pointer 47 judge whether buffer will overflow 48 order hardware suspend the transmission data, and it is set at halted state 51 have judged whether new data 52 close interrupt service routine 53 take out data and upgrade the position of Take pointer 54 opens interrupters service routines 55 arrange the success mark that fetches data 56 return 57 arrange the fail flag of fetching data 58 judge whether hardware is in halted state 59 send the continuation move instruction to hardware, and to set hardware be the transmission state 61 judge whether pending data 62 process the data of update mark appointment, and the update mark that clears data 63 judge whether to receive the response of expection. 64 time-delays are waited for 65 judge whether to the upper limit of stand-by period 66 set timeout mode 67 set the response value 68 return

Claims (11)

1. hardware testing module transmits the function of data in order to testing hardware, and this hardware testing module comprises at least:
-tested hardware;
-communication buffer, it can be stored and be read the status information of this tested hardware and the data that this tested hardware transmitted;
-primary application program is monitored and is read status information and this data that this communication buffer is deposited, and handled;
-interrupt service routine is accepted the control of this primary application program, and these data that will this tested hardware transmitted write this communication buffer;
Wherein, when this primary application program when reading this communication buffer, will close this interrupt service routine earlier, just open this interrupt service routine again after finishing reading;
When this primary application program when handling these data, this interrupt service routine still can continue received new data is write in this communication buffer.
2. hardware testing module as claimed in claim 1 is characterized in that this communication buffer includes a ring-type working storage.
3. hardware testing module as claimed in claim 2 it is characterized in that this ring-type working storage comes the storage of locating information by a Put pointer, and a Take pointer is come reading of locating information.
4. hardware testing module as claimed in claim 1 is characterized in that the mode of operation of this primary application program includes the following step:
1) monitors this communication buffer, and find in this communication buffer new data is arranged;
2) close this interrupt service routine;
3) read this new data;
4) open this interrupt service routine;
5) handle this new data.
5. hardware testing module as claimed in claim 1 is characterized in that the mode of operation of this primary application program includes the following step:
1) monitors this communication buffer, and find do not have new data in this communication buffer;
2) detect tested hardware and be in the time-out situation;
3) send the instruction that continues to transmit data to this tested hardware;
4) setting this tested hardware is transmit status.
6. hardware testing module as claimed in claim 1 is characterized in that the mode of operation of this interrupt service routine includes the following step:
1) reads in the interior data of tested hardware working storage one by one;
2) these data that received are deposited in the ring-type working storage in this communication buffer, this ring-type working storage includes a Put pointer;
3) upgrade this Put pointer position pointed.
7. method that increases hardware testing speed, it includes the following step:
1) a ring-type working storage is set, described working storage can be stored and be read the status information of tested hardware and the data that this tested hardware transmitted;
2) establish a primary application program, it can read status information and this data that this ring-type working storage is deposited, and is handled;
3) establish an interrupt service routine, it accepts the control of this primary application program, and these data that will this tested hardware transmitted write this ring-type working storage; Wherein, utilize the mode of parallel work-flow, make when this primary application program is handled these data, this interrupt service routine still can continue received new data is write in this ring-type working storage.
8. the method for increase hardware testing speed as claimed in claim 7 it is characterized in that this ring-type working storage is the storage that comes locating information by a Put pointer, and a Take pointer is come reading of locating information.
9. the method for increase hardware testing speed as claimed in claim 7 is characterized in that the mode of operation of this primary application program includes the following step:
1) monitors this ring-type working storage, and find in this ring-type working storage new data is arranged;
2) close this interrupt service routine;
3) read this new data;
4) open this interrupt service routine;
5) handle this new data.
10. the method for increase hardware testing speed as claimed in claim 7 is characterized in that the mode of operation of this primary application program includes the following step:
1) monitors this ring-type working storage, and find do not have new data in this ring-type working storage;
2) detect tested hardware and be in the time-out situation;
3) instruction that continues to transmit data to this tested hardware invention;
4) setting this tested hardware is transmit status.
11. the method for increase hardware testing speed as claimed in claim 7 is characterized in that the mode of operation of this interrupt service routine includes the following step:
1) reads in the interior data of tested hardware working storage one by one;
2) these data that received are deposited in this ring-type working storage, this ring-type working storage includes a Put pointer;
3) upgrade this Put pointer position pointed.
CN99103620A 1999-03-05 1999-03-05 Hardware testing module and method for increasing hardeare testing speed Expired - Fee Related CN1113296C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN99103620A CN1113296C (en) 1999-03-05 1999-03-05 Hardware testing module and method for increasing hardeare testing speed

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN99103620A CN1113296C (en) 1999-03-05 1999-03-05 Hardware testing module and method for increasing hardeare testing speed

Publications (2)

Publication Number Publication Date
CN1266227A true CN1266227A (en) 2000-09-13
CN1113296C CN1113296C (en) 2003-07-02

Family

ID=5271364

Family Applications (1)

Application Number Title Priority Date Filing Date
CN99103620A Expired - Fee Related CN1113296C (en) 1999-03-05 1999-03-05 Hardware testing module and method for increasing hardeare testing speed

Country Status (1)

Country Link
CN (1) CN1113296C (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101150456B (en) * 2007-10-17 2010-06-23 中兴通讯股份有限公司 Hardware module testing method and system
CN101159775B (en) * 2007-10-16 2010-06-23 中兴通讯股份有限公司 Hardware module testing system and method
CN101699417B (en) * 2009-10-16 2012-08-29 华亚微电子(上海)有限公司 Interrupt method
CN104678982A (en) * 2013-11-28 2015-06-03 英业达科技有限公司 Test device using independent control module to test, and method of test device
WO2019001320A1 (en) * 2017-06-27 2019-01-03 阿里巴巴集团控股有限公司 Tracking method, device, equipment and machine readable medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01133150A (en) * 1987-11-18 1989-05-25 Nec Corp Hardware test system
DE59104724D1 (en) * 1990-08-14 1995-03-30 Siemens Ag DEVICE FOR FUNCTION MONITORING EXTERNAL SYNCHRONIZATION ASSEMBLIES IN A MULTIPLE COMPUTER SYSTEM.
DE4222774C2 (en) * 1992-07-10 1994-07-07 Siemens Ag Method for carrying out at least one test on program modules which can run in parallel on a processor and which exchange time-dependent messages with one another via routines provided in the operating system of the processor
US5958072A (en) * 1997-01-13 1999-09-28 Hewlett-Packard Company Computer-system processor-to-memory-bus interface having repeating-test-event generation hardware

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101159775B (en) * 2007-10-16 2010-06-23 中兴通讯股份有限公司 Hardware module testing system and method
CN101150456B (en) * 2007-10-17 2010-06-23 中兴通讯股份有限公司 Hardware module testing method and system
CN101699417B (en) * 2009-10-16 2012-08-29 华亚微电子(上海)有限公司 Interrupt method
CN104678982A (en) * 2013-11-28 2015-06-03 英业达科技有限公司 Test device using independent control module to test, and method of test device
WO2019001320A1 (en) * 2017-06-27 2019-01-03 阿里巴巴集团控股有限公司 Tracking method, device, equipment and machine readable medium
US11507413B2 (en) 2017-06-27 2022-11-22 Alibaba Group Holding Limited Tracking method, apparatus, device, and machine-readable medium

Also Published As

Publication number Publication date
CN1113296C (en) 2003-07-02

Similar Documents

Publication Publication Date Title
US4604710A (en) System for converting data processing information to text processing format and vice versa
EP0260459B1 (en) Terminal communications circuit
US6148321A (en) Processor event recognition
EP0340613A1 (en) Integrated Modem which operates without a dedicated controller
EP0308805A2 (en) Full-screen input/output application program interface
JPH10105427A (en) Computer operating method for displaying state logical data concerning memory access in electronic mutual connection bus
CA2179298A1 (en) Information display system for actively redundant computerized process control
JPH10301807A (en) High speed trap for evaluation of computer software
JPS5872240A (en) Text processing system
CN1113296C (en) Hardware testing module and method for increasing hardeare testing speed
CN109558348A (en) Data-moving method, apparatus and system
JPS582761A (en) Method of testing unit
CN113076233B (en) IO performance detection method, device, equipment and storage medium
CN1108561C (en) Error automatic detection device and method of personal digilal assistant device
CN100514392C (en) Interactive switching system and processing method based on SDL graphics relationship
CN1932774A (en) Embedded system software fast testing system and method based on multi-serial port resource
CN103221926A (en) Program generating device, program generating program, and program generating method
CN1564142A (en) Data separation switching transmitting method based on USB bus
CN108932171B (en) Embedded software interaction method
US5961609A (en) Extensible test method and apparatus useful for rendered controls
CN1040588C (en) Computer system for sequential and servo control
TW405070B (en) Hardware testing module
US5640557A (en) Method and system for processing logic blocks in a data processing system
CN1519729A (en) Storage device having debugging mode, electronic equipment possessing the storage device, and debugging method
CN2641934Y (en) Multiple serial interface data communicating transmitter

Legal Events

Date Code Title Description
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C06 Publication
PB01 Publication
C14 Grant of patent or utility model
GR01 Patent grant
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Chen Xing

Inventor before: Lin Guangxin

Inventor before: Chen Xuantong

Inventor before: Yan Shu

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20170918

Address after: 17-2-401, Fengman residential building, Fengman District, Jilin, Jilin

Patentee after: Chen Xing

Address before: Taipei City, Taiwan, China

Patentee before: Inventec Corporation

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20030702

Termination date: 20180305