CN113660714B - Low-power consumption awakening method based on specific feature code - Google Patents

Low-power consumption awakening method based on specific feature code Download PDF

Info

Publication number
CN113660714B
CN113660714B CN202110872128.7A CN202110872128A CN113660714B CN 113660714 B CN113660714 B CN 113660714B CN 202110872128 A CN202110872128 A CN 202110872128A CN 113660714 B CN113660714 B CN 113660714B
Authority
CN
China
Prior art keywords
interrupt
pin
count
standard
time interval
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
CN202110872128.7A
Other languages
Chinese (zh)
Other versions
CN113660714A (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.)
Yantai Dongfang Wisdom Electric Co Ltd
Original Assignee
Yantai Dongfang Wisdom Electric 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 Yantai Dongfang Wisdom Electric Co Ltd filed Critical Yantai Dongfang Wisdom Electric Co Ltd
Priority to CN202110872128.7A priority Critical patent/CN113660714B/en
Publication of CN113660714A publication Critical patent/CN113660714A/en
Application granted granted Critical
Publication of CN113660714B publication Critical patent/CN113660714B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W52/00Power management, e.g. TPC [Transmission Power Control], power saving or power classes
    • H04W52/02Power saving arrangements
    • H04W52/0209Power saving arrangements in terminal devices
    • H04W52/0225Power saving arrangements in terminal devices using monitoring of external events, e.g. the presence of a signal
    • GPHYSICS
    • G08SIGNALLING
    • G08CTRANSMISSION SYSTEMS FOR MEASURED VALUES, CONTROL OR SIMILAR SIGNALS
    • G08C23/00Non-electrical signal transmission systems, e.g. optical systems
    • G08C23/04Non-electrical signal transmission systems, e.g. optical systems using light waves, e.g. infrared
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q9/00Arrangements in telecontrol or telemetry systems for selectively calling a substation from a main station, in which substation desired apparatus is selected for applying a control signal thereto or for obtaining measured values therefrom
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W52/00Power management, e.g. TPC [Transmission Power Control], power saving or power classes
    • H04W52/02Power saving arrangements
    • H04W52/0209Power saving arrangements in terminal devices
    • H04W52/0225Power saving arrangements in terminal devices using monitoring of external events, e.g. the presence of a signal
    • H04W52/0229Power saving arrangements in terminal devices using monitoring of external events, e.g. the presence of a signal where the received signal is a wanted signal
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q2209/00Arrangements in telecontrol or telemetry systems
    • H04Q2209/60Arrangements in telecontrol or telemetry systems for transmitting utility meters data, i.e. transmission of data from the reader of the utility meter
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Selective Calling Equipment (AREA)

Abstract

The invention discloses a low-power consumption awakening method based on a specific feature code, which comprises the following steps of: step 1, connecting a signal receiving module to an external interrupt pin of a control module, configuring the pin as a rising edge interrupt trigger mode or a falling edge interrupt trigger mode, wherein the pin is used as a trigger pin for wake-up judgment and is also used as a receiving pin for receiving a feature code signal; then the equipment works in a low power consumption state; step 2, after the external interrupt pin is triggered, switching to an interrupt service function, and starting to record information received by the external interrupt pin; and 3, after the recording is completed, judging whether the information received by the external interrupt pin is matched with a preset feature code, if so, waking up the equipment, and if not, turning to the step 2, and waiting for the next interrupt to be triggered. The invention uses the external interrupt mechanism to replace the timing wake-up mechanism, thereby greatly reducing the power consumption, breaking through the limit of the communication protocol and having the advantages of strong flexibility and good compatibility.

Description

Low-power consumption awakening method based on specific feature code
Technical Field
The present invention relates to a method for waking up an electronic device, and more particularly, to a method for waking up an electric energy meter in a low power consumption state.
Background
At present, the national network requires that the electricity meter infrared be awakened only when three bytes of '68 11 04' are received. In order to enable the electric energy meter to support the infrared wake-up meter reading function of the specific message, the implementation mode in the prior art is to enable the electric energy meter to wake up at regular time in a low power consumption state, configure the infrared function, start the infrared receiving tube for a period of time, judge whether the specific message is received in a designated time, start the meter reading function if the specific message is received, and return to the low power consumption state if the specific message is not received.
The data receiving rule must meet the UART asynchronous serial port communication protocol to further analyze the data, so that the UART peripheral must be configured and started for a period of time to identify the wake-up byte, which leads to frequent withdrawal of the electric energy meter, use of UART, and reentry of the low power consumption mode, resulting in high power consumption and affecting the service life of the battery.
Disclosure of Invention
The invention provides a low-power consumption awakening method based on a specific feature code, which aims at: and the power consumption in the wake-up process is reduced.
The technical scheme of the invention is as follows:
A low-power consumption wake-up method based on specific feature codes is used for determining whether to wake up equipment according to the matching condition between a received signal and preset feature codes, and comprises the following steps:
step 1, connecting a signal receiving module to an external interrupt pin of a control module, configuring the pin as a rising edge interrupt trigger mode or a falling edge interrupt trigger mode, wherein the pin is used as a trigger pin for wake-up judgment and is also used as a receiving pin for receiving a feature code signal; then the equipment works in a low power consumption state;
step 2, after the external interrupt pin is triggered, switching to an interrupt service function, and starting to record information received by the external interrupt pin;
And 3, after the recording is completed, judging whether the information received by the external interrupt pin is matched with a preset feature code, if so, waking up the equipment, and if not, turning to the step 2, and waiting for the next interrupt to be triggered.
As a further improvement of the wake-up method: in step 2, the time interval information of the interrupt trigger signal received by the external interrupt pin is recorded.
As a further improvement of the wake-up method: the recording method in the step 2 is as follows:
Step 2.1, starting a timer; defining variables count, time1 and Time2, setting count as 1, time1 as current timer Time, and Time2 as 0; defining an array F, and setting the index of the array F as f_count, wherein f_count=0;
Step 2.2, waiting for the next interrupt trigger signal, and switching to step 2.3 when receiving a new interrupt trigger signal;
Step 2.3, let count=count+1; if count=1 at this Time, the Time of the current timer is recorded into Time1, and then step 2.4 is carried out; if count=2, recording the Time of the current timer into Time2, then letting F [ f_count ] =Time 2-Time 1, and then letting f_count=f_count+1, and then clearing count, time1 and Time2, and then turning to step 2.4;
And 2.4, ending the step 2 if f_count is larger than a preset value, and taking the array F as time interval information of an interrupt trigger signal, otherwise, turning to the step 2.2.
As a further improvement of the wake-up method: in step 3, the time interval information of waveform change corresponding to the feature code is matched with the time interval information of the interrupt trigger signal recorded in step 2 for judgment.
As a further improvement of the wake-up method: before step 3 is performed, a standard interval array f_standard representing the time interval information of waveform change is established according to the feature code:
step A, transmitting a group of feature codes to obtain a waveform diagram of the feature codes, taking all interrupt trigger points in the waveform diagram, setting n interrupt interval groups in a group of two groups according to time sequence, and setting the time interval between two interrupt trigger points in the ith interrupt interval group as Ti;
Step B, setting the length of the standard interval array F_standard as n, and sequentially writing n Ti into the F_standard;
and C, traversing the interrupt interval group, and marking the element in the F_standard corresponding to the interrupt interval group as ignore if two interrupt trigger points contained in the interrupt interval group belong to two different bytes in the feature code respectively.
As a further improvement of the wake-up method: step 3, traversing all time interval values in the time interval information recorded in the step 2, and judging that the time interval value is matched with the element if the difference value between a certain time interval value and the first element of the standard interval array F_standard is within a preset threshold value; then, taking the starting point as the starting point, sequentially judging whether the subsequent n-1 time interval values are matched with the n-1 elements remained in the F_standard in a one-to-one correspondence manner, and if the elements in the F_standard are marked as 'ignored', directly recognizing that the time interval values are matched with the elements;
If all n elements in the F_standard are judged to be matched, the signal received by the external interrupt pin is judged to be matched with the preset feature code, the device is awakened, and otherwise, the device is judged to be not matched.
Compared with the prior art, the invention has the following beneficial effects: (1) The invention uses the external interrupt mechanism to replace the timed wake-up mechanism, and the regular mode is converted into the trigger mode, and the judgment can be carried out only when the interrupt is triggered, thereby avoiding frequent automatic wake-up and greatly reducing the power consumption; (2) The interrupt pin is not only a trigger pin, but also a receiving pin of the feature code signal, and peripheral equipment such as UART and the like are not required to be started in the whole process, so that the power consumption is further reduced; (3) The waveform diagram based on the feature codes establishes a standard interval array F_standard, marks the cross-byte elements therein as ignore, solves the problem of misjudgment caused by the uncertain time interval between the feature code word nodes, and therefore, a transmitting end is not required to transmit the feature codes according to a specific communication protocol, and the limitation of the communication protocol is thoroughly broken through, and the method has strong flexibility and good compatibility.
Drawings
Fig. 1 is a waveform diagram of a "68 11 04" signature received by an external interrupt pin.
Detailed Description
The technical scheme of the invention is described in detail below with reference to the accompanying drawings:
a low-power consumption wake-up method based on specific feature codes running on an electric energy meter is characterized in that the feature codes are '68 11 04' according to national network specification, and the total number of the feature codes is 3 bytes, and the waveform diagram is shown in figure 1.
The wake-up method comprises the following steps:
Step 1, connecting a signal receiving module to an external interrupt pin of a control module, and configuring the pin as a rising edge interrupt trigger mode or a falling edge interrupt trigger mode. In this embodiment, a rising edge trigger mode is used. The pin is used as a trigger pin for wake-up judgment and is also used as a receiving pin for receiving the feature code signals. The device is then set to operate in a low power consumption state.
And step 2, after the external interrupt pin is triggered (namely, a rising edge is received), switching to an interrupt service function, and starting to record information received by the external interrupt pin. If the rising edge is not received all the time, the device can always work in a low power consumption state without automatic wake-up or periodic judgment.
After receiving the rising edge signal, starting to record the time interval information of the rising edge received by the external interrupt pin, namely monitoring the time intervals among all the received rising edge signals, wherein the specific method comprises the following steps:
step 2.1, starting a timer; defining variables count, time1 and Time2, setting count as 1, time1 as current timer Time, and Time2 as 0; defining an array F, and setting the index of the array F as f_count, wherein f_count=0.
Step 2.2, waiting for the next interrupt trigger signal, and switching to step 2.3 when receiving a new interrupt trigger signal;
Step 2.3, let count=count+1; if count=1 at this Time, the Time of the current timer is recorded into Time1, and then step 2.4 is carried out; if count=2, recording the Time of the current timer into Time2, then letting F [ f_count ] =Time 2-Time 1, and then letting f_count=f_count+1, and then clearing count, time1 and Time2, and then turning to step 2.4;
Step 2.4, if f_count is greater than a preset value (generally set to 14, that is, 15 rising edges need to be received, and enough data is guaranteed to be judged), step 2 is ended, the array F is used as time interval information of the interrupt trigger signal, and otherwise, step 2.2 is performed.
Finally, array f= [ t1, t2, … …, t15], contains 15 elements.
Next, a standard interval array f_standard representing time interval information of waveform change needs to be established in advance according to the feature code:
Step A, transmitting a group of feature codes to obtain a waveform diagram (shown in figure 1) of the feature codes, taking all interrupt trigger points (namely all rising edges, 8 positions in total) in the waveform diagram, wherein the two groups are arranged in a time sequence, 4 interrupt interval groups can be obtained, and the time interval between two interrupt trigger points in the ith interrupt interval group is Ti;
Step B, setting the length of the standard interval array F_standard to be 4, and sequentially writing 4 Ti into the F_standard; i.e., f_standard= [ T1, T2, T3, T4];
And C, traversing 4 interrupt interval groups, and marking the element in the F_standard corresponding to the interrupt interval group as ignore if two interrupt trigger points contained in the interrupt interval groups respectively belong to two different bytes in the feature code. In this embodiment, the 2 rising edges corresponding to T2 belong to byte "68" and byte "11", respectively. Since the transmission and reception of the desired signal is not limited by the communication protocol, that is, a specific communication protocol such as serial port is not adopted, the time interval between two bytes is virtually uncertain, so that T2 may cause erroneous judgment during judgment and be ignored.
And 3, after the recording is completed, judging whether the information received by the external interrupt pin is matched with a preset feature code, if so, waking up the equipment, and if not, turning to the step 2, and waiting for the next interrupt to be triggered.
Specifically, the matching judgment is performed between the time interval information (i.e. array f_standard) of the waveform change corresponding to the feature code and the time interval information (i.e. array F) of the interrupt trigger signal recorded in step 2: traversing 15 time interval values in the array F, and judging that T1 is matched with T1 if the difference between a certain time interval value (supposedly T1) and the first element T1 of the standard interval array F_standard is within a preset threshold value; then, with this as a starting point, it is sequentially determined whether the subsequent 3 time interval values are matched with the remaining 3 elements in the f_standard in a one-to-one correspondence manner, that is, whether T2 and T2, T3 and T3, and T4 can be respectively matched. At the time of judgment, since T2 in the f_standard has been marked as "ignored", T2 and T2 are directly judged to be matched. Therefore, as long as the following T3, T4 and T4 are all confirmed to be matched with each other, the signal received by the external interrupt pin can be judged to be matched with the preset feature code, and the equipment is awakened; otherwise, the matching is judged.

Claims (2)

1. A low power consumption wake-up method based on specific feature codes, which is used for determining whether to wake up equipment according to the matching condition between a received signal and preset feature codes, and is characterized by comprising the following steps:
step 1, connecting a signal receiving module to an external interrupt pin of a control module, configuring the pin as a rising edge interrupt trigger mode or a falling edge interrupt trigger mode, wherein the pin is used as a trigger pin for wake-up judgment and is also used as a receiving pin for receiving a feature code signal; then the equipment works in a low power consumption state;
step 2, after the external interrupt pin is triggered, switching to an interrupt service function, and starting to record information received by the external interrupt pin;
in step2, the time interval information of the interrupt trigger signal received by the external interrupt pin is recorded;
step 3, after the recording is completed, judging whether the information received by the external interrupt pin is matched with a preset feature code, if so, waking up the equipment, and if not, turning to step 2, and waiting for the next interrupt to be triggered;
in the step 3, matching and judging the time interval information of waveform change corresponding to the feature code with the time interval information of the interrupt trigger signal recorded in the step 2;
before step 3 is performed, a standard interval array f_standard representing the time interval information of waveform change is established according to the feature code:
step A, transmitting a group of feature codes to obtain a waveform diagram of the feature codes, taking all interrupt trigger points in the waveform diagram, setting n interrupt interval groups in a group of two groups according to time sequence, and setting the time interval between two interrupt trigger points in the ith interrupt interval group as Ti;
Step B, setting the length of the standard interval array F_standard as n, and sequentially writing n Ti into the F_standard;
Step C, traversing the interrupt interval group, and marking the element in the F_standard corresponding to the interrupt interval group as ignore if two interrupt trigger points contained in the interrupt interval group belong to two different bytes in the feature code respectively;
Step 3, traversing all time interval values in the time interval information recorded in the step 2, and judging that the time interval value is matched with the element if the difference value between a certain time interval value and the first element of the standard interval array F_standard is within a preset threshold value; then, taking the starting point as the starting point, sequentially judging whether the subsequent n-1 time interval values are matched with the n-1 elements remained in the F_standard in a one-to-one correspondence manner, and if the elements in the F_standard are marked as 'ignored', directly recognizing that the time interval values are matched with the elements;
If all n elements in the F_standard are judged to be matched, the signal received by the external interrupt pin is judged to be matched with the preset feature code, the device is awakened, and otherwise, the device is judged to be not matched.
2. The low power consumption wake-up method based on specific feature codes as claimed in claim 1, wherein the recording method in step 2 is as follows:
Step 2.1, starting a timer; defining variables count, time1 and Time2, setting count as 1, time1 as current timer Time, and Time2 as 0; defining an array F, and setting the index of the array F as f_count, wherein f_count=0;
Step 2.2, waiting for the next interrupt trigger signal, and switching to step 2.3 when receiving a new interrupt trigger signal;
Step 2.3, let count=count+1; if count=1 at this Time, the Time of the current timer is recorded into Time1, and then step 2.4 is carried out; if count=2, recording the Time of the current timer into Time2, then letting F [ f_count ] =Time 2-Time 1, and then letting f_count=f_count+1, and then clearing count, time1 and Time2, and then turning to step 2.4;
And 2.4, ending the step 2 if f_count is larger than a preset value, and taking the array F as time interval information of an interrupt trigger signal, otherwise, turning to the step 2.2.
CN202110872128.7A 2021-07-30 2021-07-30 Low-power consumption awakening method based on specific feature code Active CN113660714B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110872128.7A CN113660714B (en) 2021-07-30 2021-07-30 Low-power consumption awakening method based on specific feature code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110872128.7A CN113660714B (en) 2021-07-30 2021-07-30 Low-power consumption awakening method based on specific feature code

Publications (2)

Publication Number Publication Date
CN113660714A CN113660714A (en) 2021-11-16
CN113660714B true CN113660714B (en) 2024-04-26

Family

ID=78490157

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110872128.7A Active CN113660714B (en) 2021-07-30 2021-07-30 Low-power consumption awakening method based on specific feature code

Country Status (1)

Country Link
CN (1) CN113660714B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102096649A (en) * 2011-02-10 2011-06-15 中兴通讯股份有限公司 UART-based sleep wakeup method and device
CN102831364A (en) * 2011-06-16 2012-12-19 中兴通讯股份有限公司 Awakening signal matching method, awakening signal matching device and label
CN103731908A (en) * 2013-03-22 2014-04-16 深圳市金溢科技有限公司 OBU wrong wakeup preventing method and system and OBU
CN107239422A (en) * 2017-06-15 2017-10-10 威海市天罡仪表股份有限公司 A kind of lossless method for receiving bursty data of TTL serial ports under low-power consumption mode
CN107423239A (en) * 2017-05-05 2017-12-01 山东大学 Low-power scm complete data frame method of reseptance under Halt patterns
CN107589824A (en) * 2017-09-21 2018-01-16 上海顺舟智能科技股份有限公司 It is a kind of to reduce the method for only supporting IO to wake up MCU power consumptions

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2452733A (en) * 2007-09-12 2009-03-18 Symbian Software Ltd Managing power under operating constraints set by system components
US20160154452A1 (en) * 2014-12-02 2016-06-02 Arm Limited System and method for controlling the power mode of operation of a memory device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102096649A (en) * 2011-02-10 2011-06-15 中兴通讯股份有限公司 UART-based sleep wakeup method and device
CN102831364A (en) * 2011-06-16 2012-12-19 中兴通讯股份有限公司 Awakening signal matching method, awakening signal matching device and label
CN103731908A (en) * 2013-03-22 2014-04-16 深圳市金溢科技有限公司 OBU wrong wakeup preventing method and system and OBU
CN107423239A (en) * 2017-05-05 2017-12-01 山东大学 Low-power scm complete data frame method of reseptance under Halt patterns
CN107239422A (en) * 2017-06-15 2017-10-10 威海市天罡仪表股份有限公司 A kind of lossless method for receiving bursty data of TTL serial ports under low-power consumption mode
CN107589824A (en) * 2017-09-21 2018-01-16 上海顺舟智能科技股份有限公司 It is a kind of to reduce the method for only supporting IO to wake up MCU power consumptions

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
An Ultra-Low Power Wake-up Receiver Digital Controller for 5.8 GHz DSRC Applications;Imran Ali等;《2020 International SoC Design Conference (ISOCC)》;20210201;第2163-9612页 *
一种车身控制模块的低功耗软件设计与应用;黄继梅;;电子技术与软件工程;20200301(第05期);第60-62页 *
基于CS5460A设计三相电能表关键技术研究;许春香等;《电测与仪表》;20101225;第49-52页 *
智能电网信息安全交互模型及关键技术研究;陈飞;《中国优秀硕士学位论文全文数据库》;20160815;第1-114页 *

Also Published As

Publication number Publication date
CN113660714A (en) 2021-11-16

Similar Documents

Publication Publication Date Title
US20090103570A1 (en) Time Synchronization in Serial Communications
CN107128191A (en) A kind of electric automobile lithium-ion-power cell group voltage synchronous Acquisition Circuit and its control method
CN101430229B (en) Method for signal collection
CN102619501A (en) Data transmission system in petroleum logging instrument
CN100480923C (en) Controller soft realizing method from I2C bus
CN113660714B (en) Low-power consumption awakening method based on specific feature code
CN104268301B (en) Coal mine roadway strain data acquisition method and device based on three-level wake-up mechanism
CN113380015A (en) Wireless passive sensor and working method of wireless passive controller thereof
CN204389097U (en) A kind of manometer based on RFID technology of Internet of things
CN203688086U (en) Two-line remote temperature measuring circuit based on digital temperature sensor
CN202976445U (en) Counter bus data collector with ultralow power consumption
CN210201839U (en) Transmission protocol self-adaptive decoding system
CN204265162U (en) A kind of elevator dragging wire rope stress harvester of low-power consumption
CN204758128U (en) Temperature detection circuit structure based on audio interface
CN219761014U (en) Wireless communication receiver
CN107422874A (en) A kind of multifunction push key communication means
CN205486718U (en) Management prediction unit that low capacity battery power is wireless
CN220894481U (en) Distributed battery monitoring system based on CAN bus
CN219609990U (en) LED display system
CN220171415U (en) Low-power-consumption remote measurement and control terminal
CN112558750A (en) Method and device for waking up chip
CN214751464U (en) Control circuit for realizing low power consumption
CN215729844U (en) Smart card communication circuit
CN116760475B (en) Infrared signal communication circuit and method of intelligent electric energy meter
CN219761063U (en) High-speed near infrared-to-RS 485 communication system

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