CN112799521A - Electronic device and method for operating electronic device - Google Patents

Electronic device and method for operating electronic device Download PDF

Info

Publication number
CN112799521A
CN112799521A CN202110330172.5A CN202110330172A CN112799521A CN 112799521 A CN112799521 A CN 112799521A CN 202110330172 A CN202110330172 A CN 202110330172A CN 112799521 A CN112799521 A CN 112799521A
Authority
CN
China
Prior art keywords
key information
operating system
electronic device
key
file
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
CN202110330172.5A
Other languages
Chinese (zh)
Other versions
CN112799521B (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.)
Shanghai Jiebote Robot Co Ltd
Original Assignee
Shanghai Jiebote Robot 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 Shanghai Jiebote Robot Co Ltd filed Critical Shanghai Jiebote Robot Co Ltd
Priority to CN202110330172.5A priority Critical patent/CN112799521B/en
Publication of CN112799521A publication Critical patent/CN112799521A/en
Application granted granted Critical
Publication of CN112799521B publication Critical patent/CN112799521B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • G06F3/0238Programmable keyboards
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

An electronic device includes a processor and an input device. The processor runs a first operating system and a second operating system different from the first operating system. The input device is connected with the processor and is provided with a plurality of keys for inputting key information. The first operating system and the second operating system are configured to simultaneously receive key information from the input device. The first operating system judges whether the key information contains first key information, and if yes, first operation corresponding to the first key information is executed; and the second operating system judges whether the key information contains second key information, and if so, executes second operation corresponding to the second key information. According to the method and the device, a double-operating system and key sharing mechanism is realized on the electronic equipment, two sets of hardware do not need to be customized for the two operating systems, the development cost is saved, and the complexity of the hardware is reduced.

Description

Electronic device and method for operating electronic device
Technical Field
The present application relates to the field of computer technologies, and in particular, to an electronic device and a method for operating the electronic device.
Background
For automation industries such as robots and the like, on one hand, automation control has higher requirements on real-time performance, and on the other hand, the current society has higher and higher requirements on usability and experience of human-computer interaction. Nowadays, a dual-system operation (Android + Linux) is realized on a demonstrator of a robot control system, the Android system has advanced user experience, but the background program capacity of the Android system is deliberately designed to be weak in order to ensure the response and the user experience of foreground programs. The Linux system has strong most process management capacity and is very suitable for providing background services, but the user experience of the Linux system is tedious and old. By means of the fact that the two systems can be operated on the demonstrator at the same time, human-computer interaction related applications can be operated in an Android system, and background services are operated in Linux.
However, if each operating system is configured with a separate set of input/output devices, the development cost and complexity of hardware, as well as the difficulty for users to understand and use, will increase.
Disclosure of Invention
The application provides an electronic device and a method for operating the electronic device, which can realize that two sets of operating systems share one set of external key device.
The application provides an electronic device, including:
a processor running a first operating system and a second operating system;
the input device is connected with the processor and is provided with a plurality of keys for inputting key information;
wherein the first operating system and the second operating system are configured to simultaneously receive key information from the input device,
the first operating system judges whether the key information contains first key information, and if yes, first operation corresponding to the first key information is executed; and the second operating system judges whether the key information contains second key information, and if so, executes second operation corresponding to the second key information.
Optionally, the electronic device further includes a driving module, where the driving module is configured to convert the first key information into first keyboard input information, and the first operating system executes the corresponding first operation based on the first keyboard input information.
Optionally, the second operating system is a Linux system, the electronic device further includes a device file, the key information is written in the device file, and the second operating system executes the corresponding second operation when recognizing that the device file contains a data stream corresponding to the second key information.
Optionally, the key information is written in the device file in a form of a bit data stream, where each bit of the bit data stream represents a pressed state of the corresponding key.
Optionally, the electronic device is a demonstrator of a robot control system; and/or the second operation has higher real-time performance than the first operation.
Optionally, the second operating system is different from the first operating system.
The application also provides an operation method of the electronic equipment, which comprises the following steps:
running the first operating system and the second operating system on the processor;
the first operating system and the second operating system receive key information from the input device at the same time;
judging whether the key information contains the first key information or not, and if so, executing a first operation corresponding to the first key information by the first operating system;
and judging whether the key information contains the second key information, if so, executing a second operation corresponding to the second key information by the second operating system.
Optionally, the step of determining whether the key information includes the first key information, and if so, the step of the first operating system executing the first operation corresponding to the first key information includes:
converting the first key information into first keyboard input information;
and executing the corresponding first operation based on the first keyboard input information.
Optionally, the second operating system is a Linux system, the determining whether the key information includes the second key information, and if the second key information includes the second key information, the step of executing, by the second operating system, a second operation corresponding to the second key information includes:
writing the key information into an equipment file of the Linux system;
and identifying whether the equipment file contains a data stream corresponding to the second key information, and if so, executing the corresponding second operation.
Optionally, the step of writing the key information into the device file of the Linux system includes:
and writing the key information into the equipment file in a bit data stream mode, wherein each bit of the bit data stream represents the pressing state corresponding to the key.
Optionally, the electronic device is a demonstrator of a robot control system; and/or the second operation has higher real-time performance than the first operation.
Optionally, the second operating system is different from the first operating system.
According to the technical scheme provided by the embodiment of the application, one key device can be identified and used by two operating systems in a software mode, two sets of hardware do not need to be customized for the two operating systems, the development cost is saved, and the complexity of the hardware is reduced.
Drawings
FIG. 1 is a block diagram illustrating one embodiment of an electronic device of the present application;
FIG. 2 is a flow chart illustrating steps of one embodiment of a method of operation of an electronic device of the present application;
fig. 3 is a flowchart illustrating steps of a first operating system executing a first operation corresponding to first key information in an embodiment of an operating method of an electronic device according to the present application;
fig. 4 is a flowchart illustrating a step of determining whether the key information includes the second key information in an embodiment of an operating method of the electronic device according to the present application.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus consistent with certain aspects of the present application, as detailed in the appended claims.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. Unless otherwise defined, technical or scientific terms used herein shall have the ordinary meaning as understood by one of ordinary skill in the art to which this application belongs. The use of the terms "comprising" or "including" in the description and claims of this application is intended to indicate that an element or item listed before "comprising" or "includes" and its equivalents are covered by the element or item listed after "comprising" or "including," and does not exclude other elements or items. The terms "connected" or "coupled" and the like are not restricted to physical or mechanical connections, but may include electrical connections, whether direct or indirect. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
Fig. 1 is a block diagram of an electronic device according to the present application. The electronic device 10 comprises a processor 11 and an input means 12. In some embodiments, the processor 11 runs a first operating system and a second operating system, and the first operating system and the second operating system are different from each other, for example, the first operating system is a system with low real-time requirement, and the second operating system is a system with high real-time requirement. Or the first operating system has higher requirements on usability and user experience, and the second operating system has lower requirements on usability and user experience, and the like. In some embodiments, the first operating system and the second operating system provide a runtime environment for a foreground program and a background program, respectively.
An input device 12 is connected to the processor 11, the input device 12 having a plurality of keys for inputting key information. In some embodiments, the electronic device 10 is a teach pendant of a robotic control system, and the input device 12 is a physical key panel on the teach pendant, which may have tens of keys. The physical key panel is connected with the processor in an external mode through a peripheral circuit. In the application, the two operating systems share the input device, specifically, when the user presses a key, the key information is sent to the processor, and the first operating system and the second operating system receive the key information at the same time. The first operating system judges whether the key information contains first key information, if so, a first operation corresponding to the first key information is executed, the second operating system judges whether the key information contains second key information, and if so, a second operation corresponding to the second key information is executed.
In some embodiments, the electronic device includes a driver module that is responsible for converting the key information into keyboard input information for the first operating system. Namely, the driving module converts the key information into the keyboard input information of the external keyboard equipment of the first operating system, so that each application program under the first operating system can execute corresponding operation. Specifically, the electronic device further includes a configuration module, where the configuration module is responsible for configuring keyboard symbols corresponding to the keys of the input device, and for example, the physical keys of the input device may be dynamically mapped to the keyboard key combination information of the first operating system through a key character mapping table. The configuration module may configure the physical buttons as individual keyboard character information, but may also be configured as composite keyboard character information such as: ctrl + F1. Taking an example of an input device having 20 keys, the following key character mapping is designed.
Figure 702145DEST_PATH_IMAGE001
The first operating system executes corresponding first operation based on the keyboard input information. For example, when the key No. 9 of the input device is pressed, the driving module maps it to "Ctrl + F9" keyboard information, and the first operating system performs a "LOCK SCREEN" LOCK operation based on the keyboard information.
In some embodiments, the first operating system is an Android system and the second operating system is a Linux system. In some embodiments, the Android system and the Linux system each have a file system to prevent interference conflicts.
In some embodiments, the Linux system includes a device file into which the key information of the input device can be written. And the second operating system reads the equipment file and executes a second operation when identifying that the data stream corresponding to the second key information is contained in the equipment file.
Specifically, the device file exists in a file system under the Linux system, but does not work under the Android system. Therefore, when the user presses the physical key corresponding to the second key information, the Android system receives key information similar to that of the common keyboard, and the data stream is written into the equipment file of the Linux system. In some embodiments, the key information is written into the device file in the form of a bitstream, each bit of the bitstream representing a pressed state of a corresponding key press or release. For example, when a bit of 1 indicates that the corresponding key is pressed, a bit of 0 indicates that the corresponding key is released. Of course, in other embodiments, 0 may represent the pressed state and 1 may represent the released state, and the application is not limited thereto. For the Linux system, the mode of using the device file is more convenient for background programs to use. The device file can be read when needed by the daemon. Preferably, the Linux system continuously reads the device file corresponding to the input device in real time, and obtains the latest key state data stream therefrom.
For example, 32 bits of data can be obtained for each reading by the Linux system, and each bit corresponds to one key state. For example, if the 3 rd bit is 1, it means that the 3 rd key (RUN) is pressed, and if it is 0, it means that the corresponding key is not pressed.
Some keys of the input device may represent robot movement commands. For example, keys 11-20 are motion keys for controlling the motion of the robot. Under this setting, bits 11-20 of the data stream correspond to key information of key No. 11-20. When the 11 th-20 th bit is data with 1, the data indicates that a corresponding action key is pressed, and the Linux system can immediately inform the operation and control action process to control the robot to execute corresponding movement. Such as: when the value of the 11 th bit is found to be 1, indicating that the first axis of the robot needs to move clockwise; a value of 1 for bit 14 indicates that the second axis of the robot needs to move counter-clockwise. The keys and corresponding commands of the input device can be preset according to requirements.
In some embodiments, the real-time performance of the first operation executed by the Android system is low, and the real-time performance of the second operation executed by the Linux system is high. For example, in some embodiments, the first operation is a user interface operation (e.g., a lock screen operation) and the second operation is a robot motion control operation.
In some embodiments, since the processor runs both operating systems simultaneously, in order to ensure exclusivity of the output device (e.g., display), only the user interface of the first operating system is reserved, while the user interface of the second operating system is removed.
The key information and the corresponding first operating system and second operating system instructions can be set according to requirements. In some embodiments, the first key information and the second key information are completely different, for example, keys No. 1-10 of the input device are the first key information and correspond to a user interface operation of an Android system; the No. 11-20 key is second key information and corresponds to the operation control operation of the robot of the Linux system. In some embodiments, the first key information may also at least partially overlap with the second key information, for example, the number 9 key of the input device may be used as both the first key information and the second key information, and may correspond to a user interface operation of the Android system, such as a screen locking operation, and may also correspond to a robot motion control operation of the Linux system, such as a shaft rotation operation.
According to the method, the double-operating-system and key sharing mechanism is realized on the electronic equipment, when a user presses a certain key of the input device, the Android system and the Linux system can receive and process key information respectively without mutual interference, so that the motion control operation can be directly processed in the background process of the Linux system, and the user interface operations such as screen locking and the like can be executed without winding around the background by directly monitoring the keyboard information in the UI (user interface) program of the foreground Android system, and therefore both the real-time performance and the UI experience of the system are considered.
FIG. 2 is a flow chart illustrating steps of one embodiment of a method of operating an electronic device of the present application.
The operation method of the electronic equipment comprises the following steps:
s1, running a first operating system and a second operating system on the processor;
s2, the first operating system and the second operating system simultaneously receive the key information from the input device;
s3, determining whether the key information includes the first key information, if yes, executing step S4; and determining whether the key information includes second key information, if yes, executing step S5;
s4, the first operation system executes the first operation corresponding to the first key information;
s5, the second operating system performs a second operation corresponding to the second key information.
In some embodiments, the step of the first operating system performing the first operation corresponding to the first key information at step S4 further includes:
s41, converting the first key information into first keyboard input information;
and S42, executing corresponding first operation based on the first keyboard input information.
Specifically, the physical keys of the input device can be dynamically mapped to the keyboard key combination information of the first operating system through the key character mapping table. For example, the 9-number key is mapped to "Ctrl + F9" keyboard information. Then when the key No. 9 of the input device is pressed, the driving module maps it to the "Ctrl + F9" keyboard information, based on which the first operating system performs the "LOCK SCREEN" LOCK operation.
In some embodiments, the first operating system is an Android system and the second operating system is a Linux system. The step of determining whether the key information includes the second key information in step S3 further includes:
s31, writing the key information into the equipment file of the Linux system;
s32, identifying whether the device file contains the data stream corresponding to the second key information, if yes, executing step S5.
Specifically, the Linux system includes a device file into which key information of the input apparatus can be written. And the second operating system reads the equipment file and executes a second operation when identifying that the data stream corresponding to the second key information is contained in the equipment file. Since the device file exists in the file system under the Linux system, but does not work under the Android system, when the user presses the physical key corresponding to the second key information, the Android system receives key information similar to a common keyboard, and the data stream is written into the device file of the Linux system.
In some embodiments, the key information is written into the device file in S32 in a bitstream, where each bit of the bitstream represents a pressed state of the corresponding key. For example, when a bit of 1 indicates that the corresponding key is pressed, a bit of 0 indicates that the corresponding key is released. Of course, in other embodiments, 0 may represent the pressed state and 1 may represent the released state, and the application is not limited thereto. For the Linux system, the mode of using the device file is more convenient for background programs to use. The device file can be read when needed by the daemon. Preferably, the Linux system continuously reads the device file corresponding to the input device in real time, and obtains the latest key state data stream therefrom.
For example, 32 bits of data can be obtained for each reading by the Linux system, and each bit corresponds to one key state. For example, if the 3 rd bit is 1, it means that the 3 rd key (RUN) is pressed, and if it is 0, it means that the corresponding key is not pressed.
Some keys of the input device may represent robot movement commands. For example, keys 11-20 are motion keys for controlling the motion of the robot. Under this setting, bits 11-20 of the data stream correspond to key information of key No. 11-20. When the 11 th-20 th bit is data with 1, the data indicates that a corresponding action key is pressed, and the Linux system can immediately inform the operation and control action process to control the robot to execute corresponding movement. Such as: when the value of the 11 th bit is found to be 1, indicating that the first axis of the robot needs to move clockwise (Joint 1 +); a value of 1 for bit 14 indicates that the second axis of the robot needs to move counter-clockwise (Joint 2-). The keys and corresponding commands of the input device can be preset according to requirements.
In some embodiments, the real-time performance of the first operation executed by the Android system is low, and the real-time performance of the second operation executed by the Linux system is high. For example, in some embodiments, the first operation is a user interface operation (e.g., a lock screen operation) and the second operation is a robot motion control operation.
The above description is only exemplary of the present application and should not be taken as limiting the present application, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the scope of protection of the present application.

Claims (12)

1. An electronic device, comprising:
a processor running a first operating system and a second operating system;
the input device is connected with the processor and is provided with a plurality of keys for inputting key information;
wherein the first operating system and the second operating system are configured to simultaneously receive key information from the input device,
the first operating system judges whether the key information contains first key information, and if yes, first operation corresponding to the first key information is executed; and the second operating system judges whether the key information contains second key information, and if so, executes second operation corresponding to the second key information.
2. The electronic device according to claim 1, further comprising a driver module, wherein the driver module is configured to convert the first key information into first keyboard input information, and the first operating system performs the corresponding first operation based on the first keyboard input information.
3. The electronic device according to claim 2, wherein the second operating system is a Linux system, the electronic device further includes a device file, the key information is written in the device file, and the second operating system executes the corresponding second operation when recognizing that a data stream corresponding to the second key information is included in the device file.
4. The electronic device of claim 3, wherein the key information is written in the device file as a bitstream, each bit of the bitstream representing a pressed state of the corresponding key.
5. The electronic device of claim 1, wherein the electronic device is a teach pendant of a robotic control system; and/or the second operation has higher real-time performance than the first operation.
6. The electronic device of claim 5, wherein the second operating system is different from the first operating system.
7. A method of operating an electronic device as claimed in claim 1, comprising the steps of:
running the first operating system and the second operating system on the processor;
the first operating system and the second operating system receive key information from the input device at the same time;
judging whether the key information contains the first key information or not, and if so, executing a first operation corresponding to the first key information by the first operating system;
and judging whether the key information contains the second key information, if so, executing a second operation corresponding to the second key information by the second operating system.
8. The method according to claim 7, wherein the step of determining whether the key information includes the first key information, and if so, the step of the first operating system executing the first operation corresponding to the first key information includes:
converting the first key information into first keyboard input information;
and executing the corresponding first operation based on the first keyboard input information.
9. The method according to claim 7, wherein the second operating system is a Linux system, the determining whether the key information includes the second key information, and the step of executing the second operation corresponding to the second key information by the second operating system if the second operating system performs the second operation corresponding to the second key information includes:
writing the key information into an equipment file of the Linux system;
and identifying whether the equipment file contains a data stream corresponding to the second key information, and if so, executing the corresponding second operation.
10. The method according to claim 9, wherein the step of writing the key information into a device file of the Linux system comprises:
and writing the key information into the equipment file in a bit data stream mode, wherein each bit of the bit data stream represents the pressing state corresponding to the key.
11. The method of operating an electronic device according to claim 9, wherein the electronic device is a teach pendant of a robot control system; and/or the second operation has higher real-time performance than the first operation.
12. The method of claim 9, wherein the second operating system is different from the first operating system.
CN202110330172.5A 2021-03-29 2021-03-29 Electronic device and method for operating electronic device Active CN112799521B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110330172.5A CN112799521B (en) 2021-03-29 2021-03-29 Electronic device and method for operating electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110330172.5A CN112799521B (en) 2021-03-29 2021-03-29 Electronic device and method for operating electronic device

Publications (2)

Publication Number Publication Date
CN112799521A true CN112799521A (en) 2021-05-14
CN112799521B CN112799521B (en) 2021-08-27

Family

ID=75815861

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110330172.5A Active CN112799521B (en) 2021-03-29 2021-03-29 Electronic device and method for operating electronic device

Country Status (1)

Country Link
CN (1) CN112799521B (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1495591A (en) * 2002-07-18 2004-05-12 ���ǵ�����ʽ���� Display apparatus and method
CN101620471A (en) * 2009-08-07 2010-01-06 福建升腾资讯有限公司 Method for realizing single host computer with multiple systems
CN101706539A (en) * 2009-11-16 2010-05-12 深圳市华力特电气股份有限公司 Electric energy quality monitoring method and on-line electric energy quality monitor
US20100241821A1 (en) * 2009-03-20 2010-09-23 Phoenix Technologies Ltd Inter operating system memory hotswap to support memory growth a non-virtualized system
US20120096252A1 (en) * 2010-10-13 2012-04-19 International Business Machines Corporation Preparing and preserving a system configuration during a hot upgrade
CN103376902A (en) * 2012-04-26 2013-10-30 致伸科技股份有限公司 Keyboard device applicable to different operating systems
CN103677989A (en) * 2013-12-13 2014-03-26 Tcl集团股份有限公司 Device and method for obtaining multiple systems through linux kernel
CN104626165A (en) * 2014-12-18 2015-05-20 南京熊猫电子股份有限公司 Demonstrator key reaction sensitivity optimization method
CN105521603A (en) * 2015-12-11 2016-04-27 北京奇虎科技有限公司 Virtual input control method, apparatus and system for running games
CN105573816A (en) * 2015-12-11 2016-05-11 北京奇虎科技有限公司 Virtual input method, device and system
CN105573516A (en) * 2014-10-29 2016-05-11 罗技欧洲公司 Multi-operating system input device
CN105721912A (en) * 2014-12-05 2016-06-29 北京奇虎科技有限公司 Method and device for intelligent television to respond to simulation button
CN106529228A (en) * 2015-09-02 2017-03-22 北京壹人壹本信息科技有限公司 Method and device for safe operations of personal information
CN109063434A (en) * 2018-07-24 2018-12-21 广州朗国电子科技有限公司 The method and system of synchronizing unlocking dual system meeting blank
CN111666160A (en) * 2019-03-06 2020-09-15 北京边缘创新技术有限公司 Method and system for accessing application program to multiple interactive systems and computer equipment

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1495591A (en) * 2002-07-18 2004-05-12 ���ǵ�����ʽ���� Display apparatus and method
US20100241821A1 (en) * 2009-03-20 2010-09-23 Phoenix Technologies Ltd Inter operating system memory hotswap to support memory growth a non-virtualized system
CN101620471A (en) * 2009-08-07 2010-01-06 福建升腾资讯有限公司 Method for realizing single host computer with multiple systems
CN101706539A (en) * 2009-11-16 2010-05-12 深圳市华力特电气股份有限公司 Electric energy quality monitoring method and on-line electric energy quality monitor
US20120096252A1 (en) * 2010-10-13 2012-04-19 International Business Machines Corporation Preparing and preserving a system configuration during a hot upgrade
CN103376902A (en) * 2012-04-26 2013-10-30 致伸科技股份有限公司 Keyboard device applicable to different operating systems
CN103677989A (en) * 2013-12-13 2014-03-26 Tcl集团股份有限公司 Device and method for obtaining multiple systems through linux kernel
CN105573516A (en) * 2014-10-29 2016-05-11 罗技欧洲公司 Multi-operating system input device
CN105721912A (en) * 2014-12-05 2016-06-29 北京奇虎科技有限公司 Method and device for intelligent television to respond to simulation button
CN104626165A (en) * 2014-12-18 2015-05-20 南京熊猫电子股份有限公司 Demonstrator key reaction sensitivity optimization method
CN106529228A (en) * 2015-09-02 2017-03-22 北京壹人壹本信息科技有限公司 Method and device for safe operations of personal information
CN105521603A (en) * 2015-12-11 2016-04-27 北京奇虎科技有限公司 Virtual input control method, apparatus and system for running games
CN105573816A (en) * 2015-12-11 2016-05-11 北京奇虎科技有限公司 Virtual input method, device and system
CN109063434A (en) * 2018-07-24 2018-12-21 广州朗国电子科技有限公司 The method and system of synchronizing unlocking dual system meeting blank
CN111666160A (en) * 2019-03-06 2020-09-15 北京边缘创新技术有限公司 Method and system for accessing application program to multiple interactive systems and computer equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
J SCHNEIDER等: "《Safety Issues of Integrating IVI and ADAS functionality via running Linux and AUTOSAR in parallel on a Dual-Core-System》", 《AUTOMOTIVE–SAFETY & SECURITY》 *
WANG S Y 等: "《Realization of Online Dual System Based on Linux》", 《COMMUNICATIONS TECHNOLOGY》 *

Also Published As

Publication number Publication date
CN112799521B (en) 2021-08-27

Similar Documents

Publication Publication Date Title
Peatman Design with PIC microcontrollers
US20070050525A1 (en) [virtual com port for remote i/o controller]
US9435560B2 (en) Air-conditioner control interface device, air conditioner, and air-conditioner control system
CN112799521B (en) Electronic device and method for operating electronic device
US20080301340A1 (en) Method for Data Transmission
US9395872B2 (en) Facilities controlling device, screen displaying method, and recording medium
CN110531881B (en) Centralized KVM system for calling OSD menu by mouse
US20160252974A1 (en) Communicating with an unsupported input device
JPH09319538A (en) Graphical user interface
CN102043631A (en) Window control system and control method thereof
CN112233498B (en) Tabular programmable display controller
JPH0844518A (en) Input operation unifying method for plural application software
JPS62151938A (en) Instruction processing system
JP2001034413A (en) Pen input system and pen input method
CN207488755U (en) A kind of portable IIC command control systems
EP2148274B1 (en) Controller development tool and motor drive system developed by the tool
CN115904534A (en) Parameter configuration method, system and storage medium for processing equipment
CN115562986A (en) Equipment debugging method and device, electronic equipment and storage medium
CN117891421A (en) Multi-screen touch display automatic calibration method
CN106294220A (en) A kind of information processing method and electronic equipment
CN114356413A (en) Bare computer program writing method, apparatus, system and storage medium
CN113204338A (en) Visual programming method, device, equipment and medium for chip
CN115952376A (en) Webpage access method and device, electronic equipment and storage medium
CN103853547A (en) Simulation system and simulation software for programmable display frame data and programmable display
JP2011253236A (en) Kvm switch

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant