CN102262600A - Method and system for recognizing USB (Universal Serial Bus) equipment - Google Patents

Method and system for recognizing USB (Universal Serial Bus) equipment Download PDF

Info

Publication number
CN102262600A
CN102262600A CN2010101824320A CN201010182432A CN102262600A CN 102262600 A CN102262600 A CN 102262600A CN 2010101824320 A CN2010101824320 A CN 2010101824320A CN 201010182432 A CN201010182432 A CN 201010182432A CN 102262600 A CN102262600 A CN 102262600A
Authority
CN
China
Prior art keywords
usb device
information
usb
operating system
windows operating
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
CN2010101824320A
Other languages
Chinese (zh)
Other versions
CN102262600B (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.)
Guangzhou Ankai Microelectronics Co.,Ltd.
Original Assignee
Anyka Guangzhou Microelectronics Technology Co 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 Anyka Guangzhou Microelectronics Technology Co Ltd filed Critical Anyka Guangzhou Microelectronics Technology Co Ltd
Priority to CN 201010182432 priority Critical patent/CN102262600B/en
Publication of CN102262600A publication Critical patent/CN102262600A/en
Application granted granted Critical
Publication of CN102262600B publication Critical patent/CN102262600B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention is suitable for the technical field of data transmission and provides a method and a system for recognizing USB equipment. The method provided by the invention comprises the following steps of: when detecting the USB equipment to be plugged in, reading information of the plugged USB equipment; comparing the read information of the USB equipment with information of a protocol driver of the Windows operating system to recognize the USB equipment; when the read information of the USB equipment is matched with the information of the protocol driver of the Windows operating system, judging the plugged USB equipment to be the plug and play equipment to realize the read-write of the USB data. The technical scheme of the embodiment provided by the invention realizes the transmission of any data between the USB equipment and the PC (Personal Computer) machine without carrying out a development of the driver; the method and the system provided by the invention are convenient for users to use and really realize the plug and play function of the USB equipment.

Description

A kind of recognition methods of USB device and system
Technical field
The invention belongs to technical field of data transmission, relate in particular to a kind of recognition methods and system of USB device.
Background technology
At present, there is the product of many USB interface all need on Windows operating system, could normally use by install driver on the market, and the commercial city that provides of each product need be write the USB bsp driver of the Windows operating system of different editions for these USB interface equipment, wherein, the windows platform that comprises windows2000/xp, VISTA, Window7 or the like, aspect the framework of PC in order to satisfy the needs in market, also must the design driver of 32 machines and the driver of 64 machines.About the design of windows driver, the Products Development cycle is longer, and can this in time release market for a product is a serious obstruction.On the other hand, Microsoft company is for the standard driver, the installation of its driver of the non-authentication of all strict restriction on VISTA, Windows7 reach with upper mounting plate, if promptly through the windows driver that has digital signature of Microsoft authentication, then can not normal mounting to the platform of VISTA, windows7 or the like.Product needs to spend a large amount of funds and time in the process that obtains the Microsoft authentication, the driver of each product all must be through the audit of a plurality of windows platforms, for example product should use on vista, reach on the higher platform at windows7 again and use, just must obtain the authentication of these two windows platforms, and the authentication of each platform all needs to pay many certification fee usefulness, annually also must pay certain annual fee.
And USB device also need be finished self-defining usb bus data transmission.In the prior art, during the USB communication mechanism of the pre-defined cover custom protocol of manufacturer, the information that not only needs to write product, but also the USB driver of necessary each different windows platforms of exploitation, concerning production firm, consuming time, consumption wealth and loaded down with trivial details.
Summary of the invention
The purpose of the embodiment of the invention is to provide a kind of recognition methods of USB device, be intended to solve the read-write that USB device of the prior art needs install driver or could realize usb data by signature authentication, complex operation, and also need to write corresponding driving program, the problem of consumption wealth consuming time during by signature authentication.
The embodiment of the invention is achieved in that a kind of recognition methods of USB device, and described method comprises the steps:
When having detected the USB device insertion, read the information of the USB device of insertion;
The information of the described USB device that reads and the protocol class drive information that Windows operating system carries are compared, described USB device is discerned;
When the protocol class drive information that carries when the information and the Windows operating system of the described USB device that reads was complementary, the USB device of then judging described insertion was the equipment of plug and play, to realize the read-write of usb data.
Another purpose of the embodiment of the invention is to provide a kind of recognition system of USB device, and described system comprises:
Information reading module is used for reading the information of the USB device of insertion when having detected the USB device insertion;
The identification comparing module is used for the information of described USB device that described information reading module is read and the protocol class drive information that Windows operating system carries and compares, and described USB device is discerned; And
Determination module, when being used for the information of the described USB device that reads when described information reading module and protocol class drive information that Windows operating system carries and being complementary, the USB device of then judging described insertion is the equipment of plug and play, to realize the read-write of usb data.
Another purpose of the embodiment of the invention is to provide a kind of transmission implementation method of usb data, and described method comprises the steps:
When the USB device that recognizes insertion is the equipment of plug and play, calls first function of Windows operating system and open the successful USB device of described identification;
The read write command program of user-defined usb data is written to buffer zone;
Call second functions control of Windows operating system usb data is carried out read-write operation.
Another purpose of the embodiment of the invention is to provide a kind of transmission of usb data to realize system, and described system comprises:
First calling module is used for when the USB device that recognizes insertion is the equipment of plug and play, calls first function of Windows operating system and opens the successful USB device of described identification;
Writing module is used for the read write command program of user-defined usb data is written to buffer zone; And
Second calling module, second functions control that is used to call Windows operating system is carried out read-write operation to usb data.
In embodiments of the present invention, when having detected the USB device insertion, read the information of the USB device of insertion; The information of the described USB device that reads and the protocol class drive information that Windows operating system carries are compared, described USB device is discerned; When the protocol class drive information that carries when the information and the Windows operating system of the described USB device that reads is complementary, the USB device of then judging described insertion is the equipment of plug and play, to realize the read-write of usb data, thereby the exploitation that not need fully to realize carrying out driver can realize being user-friendly to the transmission of arbitrary data between USB device and the PC.
Description of drawings
Fig. 1 is the realization flow figure of the recognition methods of the USB device that provides of the embodiment of the invention;
Fig. 2 is the structured flowchart of the recognition system of the USB device that provides of the embodiment of the invention;
Fig. 3 is the realization flow figure of the transmission implementation method of the usb data that provides of the embodiment of the invention;
Fig. 4 is the structured flowchart that the transmission of the usb data that provides of the embodiment of the invention realizes system.
Embodiment
In order to make purpose of the present invention, technical scheme and advantage clearer,, the present invention is further elaborated below in conjunction with drawings and Examples.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
In embodiments of the present invention, when having detected the USB device insertion, read the information of the USB device of insertion; The information of the described USB device that reads and the protocol class drive information that Windows operating system carries are compared, described USB device is discerned; When the protocol class drive information that carries when the information and the Windows operating system of the described USB device that reads was complementary, the USB device of then judging described insertion was the equipment of plug and play, to realize the read-write of usb data.
Fig. 1 shows the realization flow of the recognition methods of the USB device that the embodiment of the invention provides, and its concrete step is as described below:
In step S101, when having detected the USB device insertion, read the information of the USB device of insertion.
In embodiments of the present invention, in the information of USB device, the protocol class driver that Windows operating system is carried is written to the information of described USB device in advance in advance, makes USB device have the function of protocol class.Wherein, the protocol class driver that this Windows operating system carries can be a MassStorage Class protocol class program, can certainly be other protocol class drivers that Windows operating system carries, USB Video Class etc. for example, do not repeat them here, following is that embodiment is described with Mass Storage Class protocol class program also.
In embodiments of the present invention, above-mentioned USB device can be the equipment that possesses USB interface, for example USB interface-based is real-time data acquisition industrial system equipment, USB interface-based electronic handwriting pen product, USB interface-based game machine telepilot, USB interface-based recording system equipment and USB interface-based data analysis instrument etc., do not repeat them here, followingly describe yet as embodiment.
In step S102, the information of the USB device that reads and the protocol class drive information that Windows operating system carries are compared, described USB device is discerned.
In embodiments of the present invention, this comparison process is promptly to the identifying of the USB device inserted, judge whether this USB device is the equipment that has write Mass Storage Class protocol class program, judge promptly whether the USB device of this insertion is Mass Storage Class protocol class equipment.
In step S103, judge whether success of the identification of USB device, be execution in step S104 then, otherwise execution in step S105.
In step S104, when the protocol class drive information that carries when the information and the Windows operating system of the described USB device that reads was complementary, the USB device of then judging described insertion was the equipment of plug and play, to realize the read-write of usb data.
In embodiments of the present invention, when the protocol class drive information that carries when the information and the Windows operating system of the described USB device that reads is complementary, the USB device of then judging described insertion is the equipment of plug and play, do not need to point out the USB driver of any this equipment of user installation, can use application program to realize the read-write of usb data.
In step S105, when the protocol class drive information that carries when the information and the Windows operating system of the described USB device that reads does not match, prompting user installation driver.
In embodiments of the present invention, after the protocol class driver that in advance Windows operating system is carried is written to the information of described USB device, need in the protocol class driver of USB device and Windows operating system application program, write the read write command program of user-defined usb data respectively.
In embodiments of the present invention, said method embodiment be Windows operating system implement on the basis of integrated USBMass Storage Class class host-host protocol, still comprised multiple sub-protocol in the Mass Storage Class protocol class, in this embodiment, adopt the transmission channel of Bulk Only host-host protocol as usb data, the communication of Bulk Only host-host protocol is with command block packet (Command BlockWrapper, CBW), it has 31 bytes, and its detailed form is as follows:
Figure GSA00000132455200061
In the last table, the data of the 0th byte to the 14 bytes are to express the data of this CBW package informatin, and wherein the value of dCBWSignature section is fixed as 43425355h, represents that this packet is a CBW packet;
The dCBWTag section is the label section of this bag, the PC main frame send comprise this label section CBW to USB device, equally also require USB device to return same label data section and give the PC main frame, if label data is not corresponding then make mistakes;
The length of the dCBWDataTransferLength section data that to be the PC main frame send or receive to equipment to USB device, this data length be by the CBW order determine that it will transmit by BULK OUT end points or BULKIN end points;
The bmCBWFlags section is the message segment that comprises data transfer direction, the 7th direction that has determined data transmission of bmCBWFlags, if 0, the direction of representative data is to USB device from the PC main frame, if 1, then the representative data direction is to the PC main frame from USB device;
The bCBWLUN section refers to the Logic Unit Number of USB device, and USB device can be supported a plurality of logical blocks, and therefore, it is the order of carrying out at which logical block that the PC main frame must be specified this CBW order;
For the data in the above CBW information field, do not need to carry out any modification, keep the expressed meaning of former CBW;
From the 15th byte to the 30 bytes is exactly CBWCB (CBW Command Block) command field, and this field is that DEVICE needs real recognition command and exectorial field.
Following table has provided the structure of the CBWCB of a standard commands FORMAT UNIT:
Figure GSA00000132455200071
Can see by last table, the 0th byte is Operation Code field, it is the SCSI-2 order, the byte of back all is the parameter of this order, its form is by each specific instructions decision, the Operation Code value that for example goes up the described FORMAT UNIT order of table is 04h, and the byte of back all is the parameter of FORMATUNIT.
All USB flash disks all meet Mass Storage Class quasi-protocol, and the SCSI-2 order that USB flash disk is mainly used is as shown in the table:
Command Description (order implication) Command Value (bid value)
Format?Unit 04h
Inquiry 12h
Mode?Select 55h
Mode?Sense 5Ah
Prevent-Allow?Medium?Removal 1Eh
Read(10) 28h
Read(12) A8h
Read?Capacity 25h
Read?Format?Capacities 23h
Request?Sense 03h
Rezero 01h
Seek(10) 2Bh
Send?Diagnostic 1Dh
Start-Stop?Unit 1Bh
Test?Unit?Ready 00h
Verify 2Fh
Write(10) 2Ah
Write(12) AAH
Write?and?Verify 2Eh
The standard commands that described these orders of last table are USB flash disk work, can see that these orders take the space of a byte, therefore, in this byte, can hold from 0 to 255 totally 256 orders, therefore, except the order of these standards, add some self-defining orders and use, also in USB device information, add the program of identification custom command simultaneously, self-defining order is carried out for USB device.
In this embodiment, Operation Code field use this value of 0xf1 as equipment exclusive order, certainly, Operation Code field can be selected to be worth arbitrarily, order all is not fine as long as this value is not SCSI-2, and following table is our self-defining CBWCB structure:
Figure GSA00000132455200091
Because Operation Code is 0xF1, this value is not the value of the SCSI-2 order of any standard, therefore this order can never be discerned by USB flash disk, and this orders to determine whether it is to belong to its exclusive order and the information of my USB device relies on judgement just.
After USB device identified and is its exclusive order, the content of beginning interpreted command, CustomizeCommand field were to set the command function that needs are realized according to requirement of client, for example upload, download, delete, dispose or the like.Address field, Value field and State Symbol field all are CustomizeCommand custom feature order parameters needed.
The above-mentioned concrete implementation detail that only provides for the embodiment of the invention, this not in order to the restriction the present invention.
Fig. 2 shows the structured flowchart of the recognition system of the USB device that the embodiment of the invention provides, and for convenience of explanation, has only provided the part relevant with the embodiment of the invention among the figure.
Information reading module 11 reads the information of the USB device of insertion when having detected the USB device insertion; The information of the described USB device that identification comparing module 12 reads described information reading module 11 and the protocol class drive information that Windows operating system carries compare, and described USB device is discerned; When the information of the described USB device that determination module 13 reads when described information reading module 11 and the protocol class drive information that Windows operating system carries are complementary, the USB device of then judging described insertion is the equipment of plug and play, to realize the read-write of usb data.
In embodiments of the present invention, the protocol class driver that in advance Windows operating system carried of first writing module 14 is written to the information of described USB device; Second writing module 15 writes the read write command program of user-defined usb data respectively in the protocol class driver of USB device and Windows operating system application program; Wherein, described protocol class driver is a Mass Storage Class protocol class program.
In embodiments of the present invention, when the information of the described USB device that reads when described information reading module 11 and the protocol class drive information that Windows operating system carries do not match, reminding module 16 prompting user installation drivers.
Above-mentioned only is a system embodiment of the present invention, and wherein, the function of each module of this system does not repeat them here as described in the above-mentioned method embodiment, but not in order to restriction the present invention.
Fig. 3 shows the realization flow of the transmission implementation method of the usb data that the embodiment of the invention provides, and its concrete step is as described below:
In step S301, when the USB device that recognizes insertion is the equipment of plug and play, calls first function of Windows operating system and open the successful USB device of described identification, wherein, this first function can be the windows api function.
In the embodiment of the invention, on the basis of the technical scheme that the first method embodiment provides, when USB device is discerned successfully, need call the related function of Windows and open this USB device, so that carry out the operations such as read-write of usb data, certainly, this usb data also comprises custom data.
Wherein, can adopt CreateFile to open the equipment that PC just now successfully recognizes, form is as follows:
HANDLE?CreateFile(
LPCTSTR lpFileName, the pointer of // sensing filename
DWORD dwDesiredAccess, // access module (Writing/Reading)
DWORD dwShareMode, // shared model
LPSECURITY_ATTRIBUTES lpSecurity Attributes, // point to
The pointer of // security attribute
DWORD dwCreationDisposition, // how to create
DWORD dwFlagsAndAttributes, // file attribute
HANDLE hTemplateFile // be used for xcopy handle
);
Wherein, because equipment is Mass Storage Class kind equipment, so lpFileName directly selects drive to get final product.
Above-mentioned only is one embodiment of the present of invention, this not in order to the restriction the present invention.
In step S302, the read write command program of user-defined usb data is written to the buffer zone of second function, wherein, second function can be the read-write api function.
In step S303, call second functions control of Windows operating system usb data is carried out read-write operation.
In embodiments of the present invention, after equipment was successfully opened, we can use the DeviceIoControl function to send self-defining CBW order to equipment, and the concrete form of DeviceIoControl is as follows:
BOOL?DeviceIoControl(
HANDLE hDevice, // equipment handle
DWORD dwIoControlCode, // control code
LPVOID lpInBuffer, // input data buffer pointer
DWORD nInBufferSize, // input data buffer length
LPVOID lpOutBuffer, // data output buffer district pointer
DWORD nOutBufferSize, // data output buffer section length
LPDWORD lpBytesReturned, // output data physical length element length
LPOVERLAPPED lpOverlapped // overlapping processing structured fingers
);
This shows, can just can realize the transmission of USB self-defining data by Windows api function DeviceIoControl.
The transmission that Fig. 4 shows the usb data that the embodiment of the invention provides realizes the structured flowchart of system, for convenience of explanation, has only provided the part relevant with the embodiment of the invention among the figure.
First calling module 21 calls first function of Windows operating system and opens the successful USB device of described identification when the USB device that recognizes insertion is the equipment of plug and play; Writing module 22 is written to buffer zone with the read write command program of user-defined usb data; Second calling module 23 calls second functions control of Windows operating system usb data is carried out read-write operation.
Above-mentioned only is a system embodiment of the present invention, and method embodiment as shown in Figure 3 is described for the function of its each module, this not in order to the restriction the present invention.
In embodiments of the present invention, when having detected the USB device insertion, read the information of the USB device of insertion; The information of the described USB device that reads and the protocol class drive information that Windows operating system carries are compared, described USB device is discerned; When the protocol class drive information that carries when the information and the Windows operating system of the described USB device that reads is complementary, the USB device of then judging described insertion is the equipment of plug and play, do not need to point out the USB driver that any this equipment is installed, can use application program to realize the read-write of usb data, thereby the exploitation that not need fully to realize carrying out driver can realize being user-friendly to the transmission of arbitrary data between USB device and the PC.
The above only is preferred embodiment of the present invention, not in order to restriction the present invention, all any modifications of being done within the spirit and principles in the present invention, is equal to and replaces and improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. the recognition methods of a USB device is characterized in that, described method comprises the steps:
When having detected the USB device insertion, read the information of the USB device of insertion;
The information of the described USB device that reads and the protocol class drive information that Windows operating system carries are compared, described USB device is discerned;
When the protocol class drive information that carries when the information and the Windows operating system of the described USB device that reads was complementary, the USB device of then judging described insertion was the equipment of plug and play, to realize the read-write of usb data.
2. the method for claim 1 is characterized in that, and is described when having detected USB device and insert, and also comprises the steps: before reading the step of information of USB device of insertion
The protocol class driver that Windows operating system is carried is written to the information of described USB device in advance.
3. method as claimed in claim 2 is characterized in that, the step that the described protocol class driver that in advance Windows operating system is carried is written to the information of described USB device also comprises the steps: afterwards
In the protocol class driver of USB device and Windows operating system application program, write the read write command program of user-defined usb data respectively.
4. method as claimed in claim 3 is characterized in that, described protocol class driver is a MassStorage Class protocol class program.
5. the method for claim 1 is characterized in that, described method also comprises the steps:
When the protocol class drive information that carries when the information and the Windows operating system of the described USB device that reads does not match, prompting user installation driver.
6. the recognition system of a USB device is characterized in that, described system comprises:
Information reading module is used for reading the information of the USB device of insertion when having detected the USB device insertion;
The identification comparing module is used for the information of described USB device that described information reading module is read and the protocol class drive information that Windows operating system carries and compares, and described USB device is discerned; And
Determination module, when being used for the information of the described USB device that reads when described information reading module and protocol class drive information that Windows operating system carries and being complementary, the USB device of then judging described insertion is the equipment of plug and play, to realize the read-write of usb data.
7. system as claimed in claim 6 is characterized in that, described system also comprises:
First writing module, the protocol class driver that is used in advance Windows operating system being carried is written to the information of described USB device; And
Second writing module is used for the read write command program that protocol class driver and Windows operating system application program in USB device write user-defined usb data respectively;
Described protocol class driver is a Mass Storage Class protocol class program.
8. system as claimed in claim 6 is characterized in that, described system also comprises:
Reminding module, when being used for protocol class drive information that information and Windows operating system when the described USB device that reads carries and not matching, prompting user installation driver.
9. the transmission implementation method of a usb data is characterized in that, described method comprises the steps:
When the USB device that recognizes insertion is the equipment of plug and play, calls first function of Windows operating system and open the successful USB device of described identification;
The read write command program of user-defined usb data is written to the buffer zone of second function;
Call second functions control of Windows operating system usb data is carried out read-write operation.
10. the transmission of a usb data realizes system, it is characterized in that described system comprises:
First calling module is used for when the USB device that recognizes insertion is the equipment of plug and play, calls first function of Windows operating system and opens the successful USB device of described identification;
Writing module is used for the read write command program of user-defined usb data is written to the buffer zone of second function; And
Second calling module, second functions control that is used to call Windows operating system is carried out read-write operation to usb data.
CN 201010182432 2010-05-25 2010-05-25 Method and system for recognizing USB (Universal Serial Bus) equipment Active CN102262600B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010182432 CN102262600B (en) 2010-05-25 2010-05-25 Method and system for recognizing USB (Universal Serial Bus) equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010182432 CN102262600B (en) 2010-05-25 2010-05-25 Method and system for recognizing USB (Universal Serial Bus) equipment

Publications (2)

Publication Number Publication Date
CN102262600A true CN102262600A (en) 2011-11-30
CN102262600B CN102262600B (en) 2013-12-25

Family

ID=45009234

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010182432 Active CN102262600B (en) 2010-05-25 2010-05-25 Method and system for recognizing USB (Universal Serial Bus) equipment

Country Status (1)

Country Link
CN (1) CN102262600B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514117A (en) * 2012-06-21 2014-01-15 上海斐讯数据通信技术有限公司 USB network card identifying method
CN103544122A (en) * 2013-10-29 2014-01-29 华东师范大学 Port adaptive matching synergetic system and synergetic method thereof
CN104572363A (en) * 2013-10-15 2015-04-29 航天信息股份有限公司 Device and method for testing recognition reliability of USB equipment
CN104871158A (en) * 2012-10-26 2015-08-26 惠普发展公司,有限责任合伙企业 Product intelligence engine
CN105653475A (en) * 2014-12-03 2016-06-08 北京握奇智能科技有限公司 USB device identification method and system
CN108259512A (en) * 2018-03-01 2018-07-06 深圳前海有电物联科技有限公司 Communication protocol recognition methods, electronic device and computer storage media

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040230708A1 (en) * 2003-05-13 2004-11-18 Ours Technology Inc. Application method for universal serial bus file transfer cable
CN1834920A (en) * 2006-04-30 2006-09-20 北京飞天诚信科技有限公司 Automatic installation method of USB device filter drive program
CN1869855A (en) * 2005-05-23 2006-11-29 深圳市江波龙电子有限公司 Method for command interaction and two-way data transmission on USB mass storage equipment by program and USB mass storage equipment
CN101520756A (en) * 2009-04-07 2009-09-02 深圳华为通信技术有限公司 Equipment driving method, equipment driving device and communication system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040230708A1 (en) * 2003-05-13 2004-11-18 Ours Technology Inc. Application method for universal serial bus file transfer cable
CN1869855A (en) * 2005-05-23 2006-11-29 深圳市江波龙电子有限公司 Method for command interaction and two-way data transmission on USB mass storage equipment by program and USB mass storage equipment
CN1834920A (en) * 2006-04-30 2006-09-20 北京飞天诚信科技有限公司 Automatic installation method of USB device filter drive program
CN101520756A (en) * 2009-04-07 2009-09-02 深圳华为通信技术有限公司 Equipment driving method, equipment driving device and communication system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杜宇,李可: "嵌入式设备USB驱动及固件程序设计", 《山东科学》, vol. 18, no. 3, 31 July 2005 (2005-07-31), pages 262 - 266 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514117A (en) * 2012-06-21 2014-01-15 上海斐讯数据通信技术有限公司 USB network card identifying method
CN104871158A (en) * 2012-10-26 2015-08-26 惠普发展公司,有限责任合伙企业 Product intelligence engine
CN104871158B (en) * 2012-10-26 2018-10-19 企业服务发展公司有限责任合伙企业 Product intelligent engine
US10600025B2 (en) 2012-10-26 2020-03-24 Ent. Services Development Corporation Lp Product intelligence engine
CN104572363A (en) * 2013-10-15 2015-04-29 航天信息股份有限公司 Device and method for testing recognition reliability of USB equipment
CN104572363B (en) * 2013-10-15 2018-10-09 航天信息股份有限公司 A kind of device and method of test USB device identification certainty
CN103544122A (en) * 2013-10-29 2014-01-29 华东师范大学 Port adaptive matching synergetic system and synergetic method thereof
CN105653475A (en) * 2014-12-03 2016-06-08 北京握奇智能科技有限公司 USB device identification method and system
CN105653475B (en) * 2014-12-03 2018-07-24 北京握奇智能科技有限公司 A kind of recognition methods of USB device and system
CN108259512A (en) * 2018-03-01 2018-07-06 深圳前海有电物联科技有限公司 Communication protocol recognition methods, electronic device and computer storage media

Also Published As

Publication number Publication date
CN102262600B (en) 2013-12-25

Similar Documents

Publication Publication Date Title
CN102262600B (en) Method and system for recognizing USB (Universal Serial Bus) equipment
CN101142581B (en) Delivery of a message to a user of a portable data storage device as a condition of its use
RU2445676C2 (en) Method of communication with multifunctional memory card
JP2008547068A (en) USB-SD storage device having a plurality of DMA channels, storage method thereof and recording medium
TWI454912B (en) Data processing method, memory controller and memory storage device
US20140156913A1 (en) Data processing method, memory controller and memory storage apparatus
CN103324587B (en) A kind of Nandflash equipment encryption and decryption realization method and system
CN103218300B (en) Data processing method, Memory Controller and memorizer memory devices
US20090198747A1 (en) Memory Card Reader Device for Recovering Memory Card
US7249710B2 (en) Method of dynamic icons and labels showing status of the memory card in a card reader
CN103389941A (en) Memorizer formatting method, memorizer controller and memorizer memory device
CN100440383C (en) External storing performance testing method and apparatus
TWI396090B (en) Flash memory apparatus, data storage system, and method for sending special instructions to a flash memory apparatus
CN103218319A (en) Data protection method, memory controller and memory storage device
KR100638383B1 (en) Usb apparatus which is installed a smart card, and using method thereof
US20080147966A1 (en) Flash memory device, update method and program search method thereof
CN102567263A (en) Device and method for automatic synchronization and automatic exchanging of user data of serial interface portable device
CN101872429A (en) Plug-and-play data card and driver installation method thereof
CN100592258C (en) Memory card supporting self start-up
KR100993935B1 (en) Memory device recognized optical disk drive and driving method for the same
US20080313390A1 (en) Method and System for Presenting an Executing Status of a Memory Card
KR101139216B1 (en) Portable Storage Device Having One Touch Backup Function
CN103870408A (en) Data processing method, memory controller and memory storage device
EP2138938A1 (en) Producing method and producing system for loading digital contents into a plurality of memory cards
CN103914263A (en) SD card and device and method for accessing SD card

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 3 / F, C1 area, innovation building, 182 science Avenue, Science City, Guangzhou, Guangdong 510000

Patentee after: Guangzhou Ankai Microelectronics Co.,Ltd.

Address before: 3 / F, C1 area, innovation building, 182 science Avenue, Science City, Guangzhou, Guangdong 510000

Patentee before: ANYKA (GUANGZHOU) MICROELECTRONICS TECHNOLOGY Co.,Ltd.

CP01 Change in the name or title of a patent holder
CP02 Change in the address of a patent holder

Address after: 510555 No. 107 Bowen Road, Huangpu District, Guangzhou, Guangdong

Patentee after: Guangzhou Ankai Microelectronics Co.,Ltd.

Address before: 3 / F, C1 area, innovation building, 182 science Avenue, Science City, Guangzhou, Guangdong 510000

Patentee before: Guangzhou Ankai Microelectronics Co.,Ltd.

CP02 Change in the address of a patent holder