CN105988826B - Control method and device - Google Patents

Control method and device Download PDF

Info

Publication number
CN105988826B
CN105988826B CN201510047502.4A CN201510047502A CN105988826B CN 105988826 B CN105988826 B CN 105988826B CN 201510047502 A CN201510047502 A CN 201510047502A CN 105988826 B CN105988826 B CN 105988826B
Authority
CN
China
Prior art keywords
function
virtual device
determining
private
equipment
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.)
Active
Application number
CN201510047502.4A
Other languages
Chinese (zh)
Other versions
CN105988826A (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.)
Ali Cloud Computing Co Ltd
Original Assignee
Alibaba Cloud Computing 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 Alibaba Cloud Computing Ltd filed Critical Alibaba Cloud Computing Ltd
Priority to CN201510047502.4A priority Critical patent/CN105988826B/en
Publication of CN105988826A publication Critical patent/CN105988826A/en
Application granted granted Critical
Publication of CN105988826B publication Critical patent/CN105988826B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a control method and a control device, which comprise the following steps: acquiring an application program carrying an equipment instance mark and an equipment function mark; determining virtual equipment corresponding to the equipment instance mark by utilizing the first corresponding relation; determining a virtual device instance corresponding to the device instance mark and a virtual device function corresponding to the device function mark in the virtual device; determining private drivers corresponding to the functions of the virtual equipment by using a second corresponding relation, wherein the second corresponding relation is a one-to-one corresponding relation between the functions of the virtual equipment and the private drivers; determining the attribute corresponding to the private drive in the virtual equipment instance as an actual input attribute by using the third corresponding relation; and calling the private drive to realize control by using the actual input attribute to obtain a control result. The invention utilizes the application program with the unified standard to determine the virtual equipment instance and the virtual equipment function, and utilizes the virtual equipment instance to call the private drive corresponding to the virtual equipment function to realize the control function, so that the application program has universality.

Description

Control method and device
Technical Field
The invention relates to the technical field of computers, in particular to a control method and a control device.
Background
With the application and popularization of the internet of things, more and more intelligent devices enter the visual field of people, and become a new popular development field of computer technology.
Different from a traditional computer system, the intelligent device generally adopts a high-integration-level microcontroller as a core processor, but the functions of the microprocessors are different, and manufacturers only provide device driving for the own microprocessors; because the microprocessor needs to call the corresponding device driver by using the application program to realize the actual hardware control function, no device driver with unified standard exists, so that the universality of the application program cannot be realized.
In summary, the problem that the application program cannot achieve universality exists in the prior art.
Disclosure of Invention
The invention aims to provide a control method and a control device, and aims to solve the problem that the application program in the prior art cannot realize universality.
In order to achieve the above purpose, the invention provides the following technical scheme:
a method of manipulation, comprising:
acquiring an application program, wherein the application program carries an equipment instance mark and an equipment function mark;
determining virtual equipment corresponding to the equipment instance marks by utilizing a first corresponding relation, wherein the first corresponding relation is a one-to-one corresponding relation between the equipment instance marks and the virtual equipment;
respectively determining a virtual device instance corresponding to the device instance mark and a virtual device function corresponding to the device function mark in the virtual device;
determining a private driver corresponding to the virtual device function by using a second corresponding relationship, wherein the second corresponding relationship is a one-to-one corresponding relationship between the virtual device function and the private driver;
determining that the attribute corresponding to the private drive in the virtual equipment instance is an actual input attribute by using a predetermined third corresponding relationship, wherein the third corresponding relationship is a one-to-one corresponding relationship between the private drive and the actual input attribute;
and calling the private drive to realize control by using the actual input attribute to obtain a control result.
Preferably, after obtaining the control result, the control method further includes:
converting the control result according to a preset standard format to obtain standardized output;
communicating the normalized output to the application.
Preferably, the predetermined process of the third corresponding relationship includes:
determining constant attributes of different private drivers when driving the same hardware equipment;
respectively determining the actual attribute values of the constant attributes when different private drivers drive the same hardware equipment, and determining the actual attribute values as the actual input attributes;
and determining that the one-to-one correspondence between the private drive and the actual input attribute is the third correspondence.
A steering device, comprising:
the device comprises an acquisition module, a processing module and a display module, wherein the acquisition module is used for acquiring an application program, and the application program carries an equipment instance mark and an equipment function mark;
a first determining module, configured to determine, by using a first corresponding relationship, a virtual device corresponding to the device instance identifier, where the first corresponding relationship is a one-to-one correspondence relationship between the device instance identifier and the virtual device;
a second determining module, configured to determine, in the virtual device, a virtual device instance corresponding to the device instance identifier and a virtual device function corresponding to the device function identifier respectively;
a third determining module, configured to determine a private driver corresponding to the virtual device function by using a second corresponding relationship, where the second corresponding relationship is a one-to-one corresponding relationship between the virtual device function and the private driver;
a fourth determining module, configured to determine, by using a predetermined third correspondence, that an attribute corresponding to the private drive in the virtual device instance is an actual input attribute, where the third correspondence is a one-to-one correspondence between the private drive and the actual input attribute;
and the calling module is used for calling the private drive to realize control by utilizing the actual input attribute to obtain a control result.
Preferably, the apparatus further comprises:
the output module is used for converting the control result according to a preset standard format to obtain standardized output; communicating the normalized output to the application.
Preferably, the fourth determining module includes:
the first determining unit is used for determining the constant attribute of different private drivers when the same hardware equipment is driven; respectively determining the actual attribute values of the constant attributes when different private drivers drive the same hardware equipment, and determining the actual attribute values as the actual input attributes; and determining that the one-to-one correspondence between the private drive and the actual input attribute is the third correspondence.
Preferably, when the interface type of the virtual device is a serial device interface, the function of the virtual device is an initialization function, a reverse initialization function, a serial data transmission function, or a serial data reception function.
Preferably, when the interface type of the virtual device is an analog-to-digital conversion interface, the function of the virtual device is an initialization function, a reverse initialization function, or a sampling value reading function.
Preferably, when the interface type of the virtual device is a pulse width modulation interface, the function of the virtual device is an initialization function, a reverse initialization function, or a start pulse output function.
Preferably, when the interface of the virtual device is a real-time clock interface, the function of the virtual device is an initialization function, a counter-initialization function, an RTC reading function, or an RTC writing function.
The invention provides a control method and a control device, which comprise the following steps: acquiring an application program, wherein the application program carries an equipment instance mark and an equipment function mark; determining virtual equipment corresponding to the equipment instance marks by utilizing a first corresponding relation, wherein the first corresponding relation is a one-to-one corresponding relation between the equipment instance marks and the virtual equipment; respectively determining a virtual device instance corresponding to the device instance mark and a virtual device function corresponding to the device function mark in the virtual device; determining private drivers corresponding to the functions of the virtual equipment by using a second corresponding relation, wherein the second corresponding relation is a one-to-one corresponding relation between the functions of the virtual equipment and the private drivers; determining the attribute corresponding to the private drive in the virtual equipment instance as an actual input attribute by utilizing a predetermined third corresponding relationship, wherein the third corresponding relationship is a one-to-one corresponding relationship between the private drive and the actual input attribute; and calling the private drive to realize control by using the actual input attribute to obtain a control result. Compared with the prior art, the method writes the equipment instance mark and the equipment function mark into the application program with the unified standard, determines the virtual equipment instance in the virtual equipment corresponding to the equipment instance mark and the virtual equipment function in the virtual equipment corresponding to the equipment function mark, and can realize the control function only by calling the private driver corresponding to the virtual equipment function by using the virtual equipment instance.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a control method according to an embodiment of the present invention;
fig. 2 is a flowchart of a process of determining a third corresponding relationship in the manipulation method according to the embodiment of the present invention;
fig. 3 is a schematic structural diagram of an operating device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a flowchart of a manipulation method according to an embodiment of the present invention is shown, which includes the following steps:
s11: and acquiring an application program, wherein the application program carries the device instance mark and the device function mark.
It should be noted that the application program is written and developed by a worker, and the worker writes the device instance flag and the device function flag into the application program. In addition, the device instance flag may be the name or number of the virtual device instance corresponding thereto, and similarly, the device function flag may be the name or number of the virtual device function corresponding thereto.
S12: and determining the virtual equipment corresponding to the equipment instance mark by utilizing the first corresponding relation, wherein the first corresponding relation is the one-to-one corresponding relation between the equipment instance mark and the virtual equipment.
The device instance mark and the device function mark can be obtained from the application program, and the virtual device corresponding to the device instance mark and the virtual device can be determined according to the one-to-one corresponding relation, namely the first corresponding relation, of the device instance mark and the virtual device. The first correspondence relationship is set by the worker when performing the definition writer for the virtual device.
S13: and respectively determining a virtual device instance corresponding to the device instance mark and a virtual device function corresponding to the device function mark in the virtual device.
It should be noted that both the virtual device instance and the virtual device function are determined by the staff member when defining the virtual device. The virtual device function is a general function summarized by the worker according to the function of the common core processor, and can be understood as a more common function.
S14: and determining the private driver corresponding to the virtual equipment function by utilizing the second corresponding relation, wherein the second corresponding relation is a one-to-one corresponding relation between the virtual equipment function and the private driver.
It should be noted that the private driver herein refers to the private driver in the prior art; in the prior art, a core processor needs to call a driver corresponding to each function when completing each function. The virtual device function is a general function summarized according to the functions of the core processor, and therefore, a one-to-one correspondence relationship exists between the virtual device function and the driver, that is, a second correspondence relationship.
S15: and determining that the attribute corresponding to the private drive in the virtual equipment instance is an actual input attribute by using a predetermined third corresponding relationship, wherein the third corresponding relationship is a one-to-one corresponding relationship between the private drive and the actual input attribute.
The method for calling the private drive comprises the following steps: inputting attributes corresponding to the private driver to enable the private driver to realize a specific function; and the virtual device instance includes all attributes required for implementing different functions corresponding to the virtual device. Therefore, the actual input attribute corresponding to the private drive in the virtual device instance needs to be determined through the third correspondence.
S16: and calling the private drive to realize control by using the actual input attribute to obtain a control result.
With the actual input attributes, the proprietary drivers already in the prior art are remotely invoked to implement the control function.
The method writes the equipment instance mark and the equipment function mark into the application program with the unified standard, determines the virtual equipment instance in the virtual equipment corresponding to the equipment instance mark and the virtual equipment function in the virtual equipment corresponding to the equipment function mark, and can realize the control function only by calling the private driver corresponding to the virtual equipment function by using the virtual equipment instance.
It should be noted that, in the manipulation method provided in the embodiment of the present invention, the programs respectively corresponding to the device instance flag, the virtual device instance, the device function flag, the virtual device function, the first corresponding relationship, the second corresponding relationship, and the third corresponding relationship, and the programs required for implementing steps S11 to S16 may be written into the virtual device by the staff, so that the virtual device implements the steps described above.
In addition, after obtaining the control result, the control method provided in the above embodiment may further include:
converting the control result according to a preset standard format to obtain standardized output; the normalized output is communicated to the application.
The preset standard format can be set by a worker.
Referring to fig. 2, a flowchart of a process for determining a third corresponding relationship in a manipulation method according to an embodiment of the present invention is shown, where the process may include:
s21: the constant properties of different private drivers when driving the same hardware device are determined.
S22: and respectively determining the actual values of the attributes of the constant attributes of different private drivers when the same hardware equipment is driven, and determining the actual values of the attributes as the actual input attributes.
S23: and determining that the one-to-one corresponding relation between the private drive and the actual input attribute is a third corresponding relation.
It should be noted that, the virtual device instance may also be defined through the above steps, that is, the actual input attribute is an attribute included in the virtual device instance. The method specifically comprises the following steps: determining different virtual device descriptions for different core processors; and creating a virtual device instance according to the hardware connection of the core processor and the virtual device description.
The method includes determining different virtual device descriptions for different core processors, specifically:
the private driver needs to input the corresponding attribute to realize the control function of the private driver, and examines the attribute which does not need to be changed when different private drivers provided by the original factory for producing the core processor operate the same hardware equipment, namely the constant attribute; the constant attributes are taken as the attributes contained in the virtual device description. The virtual device descriptions determined according to core processors manufactured by different manufacturers are different.
For example, for the general input output interface of the STM32F2 family of processors in ST, the private driver provided by ST requires three attributes to be called: port, pin number, and clock driver, then three attributes that define the virtual device description to contain are: port, pin number, and clock drive.
Creating a virtual device instance according to the hardware connection of the core processor and the virtual device description, specifically:
respectively determining attribute actual values of constant attributes contained in virtual equipment description when different private drivers operate the same hardware equipment according to the actual hardware connection relation of a core processor; the external form of the virtual device instance is uniform, but internally has different definitions.
For example, for the STM32F2 series processor in ST, if the PB10 pin under the high speed bus No. 1 needs to be utilized when operating the same hardware device, the device instance is defined to be labeled vgho _1, and the virtual device instance corresponding to it contains the following attributes: PB port, pin 10, high speed bus number 1. In subsequent operation, only the vGPIO _1 is written into the application program, the three corresponding attributes can be determined, and the private drive interface is called by using the three attributes, so that the PB10 pin is controlled.
When the core processor or the hardware connection relation of the core processor is changed, only the virtual device instance needs to be adjusted, and the application program does not need to be changed. In addition, the invention calls the existing private drivers of different manufacturers to realize the control function, thereby reducing the development workload and saving the cost.
Referring to fig. 3, a schematic diagram of an operating device according to an embodiment of the present invention is shown, where the operating device includes:
the obtaining module 31 is configured to obtain an application, where the application carries an apparatus instance tag and an apparatus function tag.
The first determining module 32 is configured to determine a virtual device corresponding to the device instance identifier by using a first corresponding relationship, where the first corresponding relationship is a one-to-one corresponding relationship between the device instance identifier and the virtual device.
The second determining module 33 is configured to determine a virtual device instance corresponding to the device instance identifier and a virtual device function corresponding to the device function identifier in the virtual device, respectively.
The third determining module 34 is configured to determine the private drivers corresponding to the virtual device functions by using a second corresponding relationship, where the second corresponding relationship is a one-to-one corresponding relationship between the virtual device functions and the private drivers.
The fourth determining module 35 is configured to determine, by using a predetermined third corresponding relationship, that the attribute corresponding to the private drive in the virtual device instance is the actual input attribute, where the third corresponding relationship is a one-to-one corresponding relationship between the private drive and the actual input attribute.
And the calling module 36 is configured to call the private driver to implement control by using the actual input attribute, so as to obtain a control result.
According to the control device provided by the embodiment of the invention, if the hardware connection relation of the core processor is changed, only the attribute values contained in the virtual equipment instances need to be redefined according to the actual hardware connection relation, so that the difference of hardware platforms can be shielded for the application program, and the application program has universality; and the control function is realized by calling the private driver provided by each manufacturer, so that the maintenance and development cost is saved.
It should be noted that, in the manipulation device provided in the foregoing embodiment, the manipulation device may further include:
the output module is used for converting the control result according to a preset standard format to obtain standardized output; the normalized output is communicated to the application.
In addition, the fourth determination module 32 may include:
the first determining unit is used for determining the constant attribute of different private drivers when the same hardware equipment is driven; respectively determining the actual attribute values of the constant attributes of different private drivers when the same hardware equipment is driven, and determining the actual attribute values as actual input attributes; and determining that the one-to-one corresponding relation between the private drive and the actual input attribute is a third corresponding relation.
It should be noted that, the virtual device in the control apparatus provided by the present invention may include the following interface types and corresponding virtual device functions:
general-purpose input-output interface (General-purpose I/Os, GPIO): the system comprises an initialization function, a reverse initialization function, an output high level function, an output low level function, an output level reverse function, an input level reading function, an external interrupt function starting function and an external interrupt function closing function;
universal Asynchronous Receiver Transmitter (UART), Serial Peripheral Interface (SPI), and Inter-integrated circuit interface (I2C): an initialization function, a reverse initialization function, a serial data transmission function and a serial data reception function;
analog-to-digital converter interface (ADC): an initialization function, a reverse initialization function and a sampling value reading function;
pulse Width Modulation (PWM): an initialization function, a reverse initialization function and a start pulse output function;
flash read-write Interface (Flash Interface): the device comprises an initialization function, a reverse initialization function, a Flash erasing function, a Flash reading function and a Flash writing function;
real-time clock interface (RTC): an initialization function, a counter-initialization function, an RTC read function, and an RTC write function.
It should be noted that the universal asynchronous receiver/transmitter, the serial peripheral interface, and the internal integrated circuit interface are in a parallel relationship, and the application program may select one of them according to the hardware connection relationship of the core processor.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A method of manipulation, comprising:
acquiring an application program, wherein the application program carries an equipment instance mark and an equipment function mark;
determining virtual equipment corresponding to the equipment instance marks by utilizing a first corresponding relation, wherein the first corresponding relation is a one-to-one corresponding relation between the equipment instance marks and the virtual equipment;
respectively determining a virtual device instance corresponding to the device instance mark and a virtual device function corresponding to the device function mark in the virtual device;
determining a private driver corresponding to the virtual device function by using a second corresponding relationship, wherein the second corresponding relationship is a one-to-one corresponding relationship between the virtual device function and the private driver;
determining that the attribute corresponding to the private drive in the virtual equipment instance is an actual input attribute by using a predetermined third corresponding relationship, wherein the third corresponding relationship is a one-to-one corresponding relationship between the private drive and the actual input attribute;
calling the private drive to realize control by using the actual input attribute to obtain a control result;
wherein the predetermined process of the third corresponding relationship comprises:
determining constant attributes of different private drivers when driving the same hardware equipment;
respectively determining the actual attribute values of the constant attributes when different private drivers drive the same hardware equipment, and determining the actual attribute values as the actual input attributes;
and determining that the one-to-one correspondence between the private drive and the actual input attribute is the third correspondence.
2. The method of claim 1, wherein after obtaining the control result, the steering method further comprises:
converting the control result according to a preset standard format to obtain standardized output;
communicating the normalized output to the application.
3. An operating device, characterized in that the device comprises:
the device comprises an acquisition module, a processing module and a display module, wherein the acquisition module is used for acquiring an application program, and the application program carries an equipment instance mark and an equipment function mark;
a first determining module, configured to determine, by using a first corresponding relationship, a virtual device corresponding to the device instance identifier, where the first corresponding relationship is a one-to-one correspondence relationship between the device instance identifier and the virtual device;
a second determining module, configured to determine, in the virtual device, a virtual device instance corresponding to the device instance identifier and a virtual device function corresponding to the device function identifier respectively;
a third determining module, configured to determine a private driver corresponding to the virtual device function by using a second corresponding relationship, where the second corresponding relationship is a one-to-one corresponding relationship between the virtual device function and the private driver;
a fourth determining module, configured to determine, by using a predetermined third correspondence, that an attribute corresponding to the private drive in the virtual device instance is an actual input attribute, where the third correspondence is a one-to-one correspondence between the private drive and the actual input attribute;
the calling module is used for calling the private drive to realize control by utilizing the actual input attribute to obtain a control result;
wherein the fourth determining module comprises:
the first determining unit is used for determining the constant attribute of different private drivers when the same hardware equipment is driven; respectively determining the actual attribute values of the constant attributes when different private drivers drive the same hardware equipment, and determining the actual attribute values as the actual input attributes; and determining that the one-to-one correspondence between the private drive and the actual input attribute is the third correspondence.
4. The apparatus of claim 3, further comprising:
the output module is used for converting the control result according to a preset standard format to obtain standardized output; communicating the normalized output to the application.
5. The apparatus according to claim 3, wherein when the interface type of the virtual device is a serial device interface, the virtual device function is an initialization function, a de-initialization function, a serial data transmission function, or a serial data reception function.
6. The apparatus of claim 3, wherein when the interface type of the virtual device is an analog-to-digital conversion interface, the virtual device function is an initialization function, a de-initialization function, or a sample value reading function.
7. The apparatus of claim 3, wherein when the interface type of the virtual device is a pulse width modulation interface, the virtual device function is an initialization function, a de-initialization function, or a start pulse output function.
8. The apparatus of claim 3, wherein when the interface of the virtual device is a real-time clock interface, the virtual device function is an initialization function or an anti-initialization function or an RTC + read function or an RTC write function.
CN201510047502.4A 2015-01-29 2015-01-29 Control method and device Active CN105988826B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510047502.4A CN105988826B (en) 2015-01-29 2015-01-29 Control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510047502.4A CN105988826B (en) 2015-01-29 2015-01-29 Control method and device

Publications (2)

Publication Number Publication Date
CN105988826A CN105988826A (en) 2016-10-05
CN105988826B true CN105988826B (en) 2020-06-09

Family

ID=57035134

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510047502.4A Active CN105988826B (en) 2015-01-29 2015-01-29 Control method and device

Country Status (1)

Country Link
CN (1) CN105988826B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1878176A (en) * 2005-06-09 2006-12-13 株式会社日立制作所 Apparatus management system
CN102625171A (en) * 2012-03-16 2012-08-01 晨星软件研发(深圳)有限公司 Remote control method, system and corresponding equipment for smart television
CN103686295A (en) * 2013-12-06 2014-03-26 康佳集团股份有限公司 Method and system allowing set top box and mobile terminal to share Bluetooth function
CN103995678A (en) * 2013-02-20 2014-08-20 佳能株式会社 Information processing device and controlling method therefor
CN104113574A (en) * 2013-04-19 2014-10-22 中国科学院计算技术研究所 Safe transfer method and system of wide area network trusted virtual machine

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8966477B2 (en) * 2011-04-18 2015-02-24 Intel Corporation Combined virtual graphics device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1878176A (en) * 2005-06-09 2006-12-13 株式会社日立制作所 Apparatus management system
CN102625171A (en) * 2012-03-16 2012-08-01 晨星软件研发(深圳)有限公司 Remote control method, system and corresponding equipment for smart television
CN103995678A (en) * 2013-02-20 2014-08-20 佳能株式会社 Information processing device and controlling method therefor
CN104113574A (en) * 2013-04-19 2014-10-22 中国科学院计算技术研究所 Safe transfer method and system of wide area network trusted virtual machine
CN103686295A (en) * 2013-12-06 2014-03-26 康佳集团股份有限公司 Method and system allowing set top box and mobile terminal to share Bluetooth function

Also Published As

Publication number Publication date
CN105988826A (en) 2016-10-05

Similar Documents

Publication Publication Date Title
US8650332B2 (en) Method for switching working mode, USB device, and host device
EP2587385B1 (en) Usb key device and method for realizing intelligent card communication using usb interface
CN110119282B (en) Internet of things terminal and system based on general embedded computer
CN103761129A (en) Method of implementing SDIO (secure digital input/output) interface drive in Boot loader layer
CN104407956A (en) IIC bus experimental facility debugged by serial port
CN105224483B (en) Data transmission method, electronic equipment and universal serial bus device
CN112462661B (en) Industrial data acquisition controller and control method thereof
CN105988826B (en) Control method and device
CN109189705B (en) USB extension method, device, equipment, storage medium and system
CN105068962A (en) I2C controller access method and I2C controller access system
CN103092114A (en) Embedded control equipment for lithography machine and control method thereof
CN103207850B (en) The transmission system of heterogeneous device
CN103970706A (en) External expansion system of mobile device based on FT311D interface chip
US20150095540A1 (en) External device and a transmission system and the method of the heterogeneous device
CN108388370B (en) Mobile terminal touch screen interruption detection method, mobile terminal and storage medium
CN104978173B (en) Sense digital independent device and its read method
CN104424153B (en) A kind of audio & video equipment data collecting system and its method to USB interface
TW201214110A (en) Computer system having chip with computer system environment information monitoring module
CN204613933U (en) Based on general micro-USB interface zigbee debugging board
CN204189165U (en) A kind of smart machine and embedded device carry out the device of data transmission
CN104199630A (en) MXM graphics card configuration method based on Loongson processor computer platform
CN204178277U (en) Colored TFT speech-sound intelligent display terminal
CN102929779A (en) Method for debugging Linux drive program
CN204178688U (en) A kind of novel TFT intelligent display screen
CN205263796U (en) A debugging intervention device for flush bonding processor

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20171211

Address after: 310024 Hangzhou City, Zhejiang Province, Xihu District turn pond science and technology economic block No. 16, 8

Applicant after: Ali cloud computing Co., Ltd.

Address before: 200333 Shanghai Road, Zhongjiang, lane, building No. 241, room 1, room 879

Applicant before: Shanghai Mxchip Information Technique Co., Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant