CN112904751A - Heating logic control method of thermal printing head - Google Patents

Heating logic control method of thermal printing head Download PDF

Info

Publication number
CN112904751A
CN112904751A CN201911225653.9A CN201911225653A CN112904751A CN 112904751 A CN112904751 A CN 112904751A CN 201911225653 A CN201911225653 A CN 201911225653A CN 112904751 A CN112904751 A CN 112904751A
Authority
CN
China
Prior art keywords
data
heating
peripheral interface
serial peripheral
pin
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
CN201911225653.9A
Other languages
Chinese (zh)
Other versions
CN112904751B (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.)
Shenzhen Ingenic Time Semiconductor Co ltd
Original Assignee
Shenzhen Ingenic Time Semiconductor 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 Shenzhen Ingenic Time Semiconductor Co ltd filed Critical Shenzhen Ingenic Time Semiconductor Co ltd
Priority to CN201911225653.9A priority Critical patent/CN112904751B/en
Publication of CN112904751A publication Critical patent/CN112904751A/en
Application granted granted Critical
Publication of CN112904751B publication Critical patent/CN112904751B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/042Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • G05B19/0423Input/output
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B41PRINTING; LINING MACHINES; TYPEWRITERS; STAMPS
    • B41JTYPEWRITERS; SELECTIVE PRINTING MECHANISMS, i.e. MECHANISMS PRINTING OTHERWISE THAN FROM A FORME; CORRECTION OF TYPOGRAPHICAL ERRORS
    • B41J2/00Typewriters or selective printing mechanisms characterised by the printing or marking process for which they are designed
    • B41J2/315Typewriters or selective printing mechanisms characterised by the printing or marking process for which they are designed characterised by selective application of heat to a heat sensitive printing or impression-transfer material
    • B41J2/32Typewriters or selective printing mechanisms characterised by the printing or marking process for which they are designed characterised by selective application of heat to a heat sensitive printing or impression-transfer material using thermal heads
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B41PRINTING; LINING MACHINES; TYPEWRITERS; STAMPS
    • B41JTYPEWRITERS; SELECTIVE PRINTING MECHANISMS, i.e. MECHANISMS PRINTING OTHERWISE THAN FROM A FORME; CORRECTION OF TYPOGRAPHICAL ERRORS
    • B41J29/00Details of, or accessories for, typewriters or selective printing mechanisms not otherwise provided for
    • B41J29/38Drives, motors, controls or automatic cut-off devices for the entire printing mechanism
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/21Pc I-O input output
    • G05B2219/21119Circuit for signal adaption, voltage level shift, filter noise

Abstract

The invention provides a heating logic control method of a thermal printing head, which comprises the following steps: and S1, controlling the heating time: replacing the original general input and output pin by the data output pin of the serial peripheral interface, wherein the pin control is changed from the original processor control to the on-chip peripheral control of the serial peripheral interface; s2, performing a heating flow for processing the thermal printer head by the chip and the peripheral: the wiring method comprises the following steps that a data pin and a data clock pin in a thermal print head heating module are respectively controlled by a data output pin and a data clock output pin of a serial peripheral interface 0, a data latch pin in the thermal print head heating module is controlled by a data output pin of a serial peripheral interface 1, and a heating enable pin in the thermal print head heating module is controlled by a data output pin of a serial peripheral interface 2; s3, control flow: and automatically loading data to the serial peripheral interface by using the direct memory access function of the on-chip peripheral, and finally judging that the heating process is finished.

Description

Heating logic control method of thermal printing head
Technical Field
The invention relates to the technical field of printing, in particular to a heating logic control method of a thermal printing head.
Background
With the development of society, people put higher and higher demands on the diversity and richness of the functions of electronic products. With advances in integrated circuit design and manufacturing technology, the realization of this need becomes possible. Printers as electronic products are also widely used, wherein thermal printers are commonly used printers in existing printers, and are characterized by high printing speed, simple structure, no need of adding ink, and principle of displaying images by heating printing paper. The receipt printer is widely applied to printing receipts in catering and supermarkets. The thermal printer head is a core element of a thermal printer printing paper.
As shown in fig. 1, a thermal print head generally has two core modules, a heating module and a stepping motor module. The stepping motor module is used for controlling the stepping motor to enable the thermal paper to be fed.
The heating module is used for controlling the heating strips to heat the thermal paper, and the thermal paper can display colors when being heated. The heating module may include a heat generating component, a temperature sensor, and a photosensor. The stepping motor and the heating module need to work cooperatively, and the heating module heats one line of data when the motor runs for one line.
As shown in FIG. 2, the heat module typically has four interface pins, namely a data pin, a data clock pin, a data latch pin, and a heat enable pin. The working process comprises the steps that one bit of data is sent at the rising edge of one clock, the data latch pin is pulled down after one line of data is sent, the sent data are latched in the heating logic, and then the heating pin is pulled up to heat the thermal paper.
Because the time sequence of the data pin and the data clock pin is the same as the time sequence of the serial peripheral interface, the serial peripheral interface of the singlechip is usually used for connecting the data pin and the data clock pin, and the universal input and output pin is used for controlling the data latch pin and the heating enable pin.
The heating enable pin has a high requirement on heating time, and the existing technical solutions use a general-purpose input/output pin for control, which results in a requirement on the real-time performance of the processor.
There are two general approaches to real-time requirements, the first one is blocking, which blocks the processor waiting for the heating time to achieve accurate timing heating.
In the second method, a hardware timer is used, and an interrupt mode is generated regularly to realize accurate timing heating.
The first method uses too much processor resources and fails to respond to other events in a warm-up process, and is therefore not typically used in real product code.
In the second method, a hardware timer function is used, hardware interruption is generated at regular time, and level inversion is realized in an interruption function to realize heating time control. Under the condition of driving of the single chip microcomputer, the single chip microcomputer is more considered in real-time problem during chip design, so that the preemptive interrupt is supported under the general condition, the priority of a control timer for heating pins can be set to be the highest to ensure the precision, and meanwhile, attention needs to be paid to the fact that the interrupt cannot be closed by other threads. In the case of application processor driving, because the application processor considers more main frequency performance of the processor and has no high requirement on real-time performance, the application processor usually has no preemptive interrupt, and there is no way to ensure that the interrupt function responds at the first time. The application processor drives the thermal printer to use the scheme that a singlechip specially controlling the thermal head is usually added, data is sent to the singlechip, and the singlechip controls the thermal head. This solution would add the cost of an additional single chip.
The above technical solutions have a drawback that the processor is required to participate in the heating process of the thermal printer head, which results in excessive resource consumption of the processor, or special requirements for the processor, such as the need to preempt the interrupt and the inability to turn off the interrupt.
Disclosure of Invention
In order to solve the above problems, an object of the present invention is to provide a method for controlling heating logic of a thermal print head, which does not require a processor to participate in a heating process of a thermal printer, and enables the application processor to directly drive a heating module of the thermal printer in a non-real-time system.
Specifically, the invention provides a heating logic control method of a thermal printing head, which comprises the following steps:
and S1, controlling the heating time: replacing the original general input and output pin by the data output pin of the serial peripheral interface, wherein the pin control is changed from the original processor control to the on-chip peripheral control of the serial peripheral interface;
s2, performing a heating flow for processing the thermal printer head by the chip and the peripheral: the wiring method comprises the following steps that a data pin and a data clock pin in a thermal print head heating module are respectively controlled by a data output pin and a data clock output pin of a serial peripheral interface 0, a data latch pin in the thermal print head heating module is controlled by a data output pin of a serial peripheral interface 1, and a heating enable pin in the thermal print head heating module is controlled by a data output pin of a serial peripheral interface 2;
s3, control flow: and automatically loading data to the serial peripheral interface by using the direct memory access function of the on-chip peripheral, and finally judging that the heating process is finished.
The step S3 is a control flow, further including:
s3.1: preparing printing data needing to use a serial peripheral interface in a memory of the on-chip peripheral;
s3.2: preparing serial peripheral interface data latched by data in an on-chip and peripheral memory, wherein the serial peripheral interface data is represented by binary number of x bits, the front numerical value is displayed as n bits of 1, the 111 of the front numerical value is determined by the time of sending heating data, the middle numerical value is displayed as m bits of 0, the 000 of the middle numerical value is determined by the time of latching the data of the thermal printing head, the rear numerical value is displayed as 1, and the level of a data latching pin is pulled up by the 1 of the rear numerical value;
s3.3: preparing heating enabling serial peripheral interface data in an on-chip peripheral memory, wherein in binary representation, front numerical values are displayed as n bits of 0, 000 of the front numerical values are determined by heating data sending time and data latching time, middle numerical values are displayed as m bits of 1, 111 of the middle numerical values are determined by heating time of a thermal printing head, the rear numerical values are displayed as 0, and the rear numerical values of 0 enable the level of a heating enabling pin to be pulled down;
s3.4: sequentially enabling the direct memory access functions of the serial peripheral interface 0, the serial peripheral interface 1 and the serial peripheral interface 2, and enabling the direct memory access peripherals to automatically carry and transfer data to the serial peripheral interface to realize analog time sequence;
s3.5: the direct memory access peripheral of the serial peripheral interface 2 completes the interruption and judges that the heating process is completed.
The binary is represented by 19 bits.
In the step S3.2: n is 15 and m is 3.
In step S3.3: n is 15 and m is 3.
The serial peripheral interface is a serial peripheral interface of an externally-hung singlechip.
The application has the advantages that: the thermal head does not need the participation of the CPU in the heating process, reduces the occupation of the CPU resource and does not consume the processor resource too much. The direct control to the heating head can be realized by the processor at the application level, the control by an externally-hung single chip is not needed, the hardware cost is reduced, and the practical value is very high.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the principles of the invention.
Fig. 1 is a schematic block diagram of a prior art thermal printer to which the present invention relates.
FIG. 2 is a schematic block diagram of the operation of the prior art single chip and heating module according to the present invention.
FIG. 3 is a schematic block diagram of a method of replacing a universal input output pin with a data output pin of a serial peripheral interface.
FIG. 4 is a schematic block diagram of the method of the present invention in which the data latch pin and the heat enable pin are controlled by the data output pin of the serial peripheral interface.
FIG. 5 is a waveform diagram of the control clock, data latch, heat enable display of the serial peripheral interface according to the method of the present invention.
Fig. 6 is a flow chart of a method to which the present invention relates.
Detailed Description
The problem of no processor involvement in the heating time is solved, and firstly, the control of the heating time is only a high level with variable length in a digital circuit. The idea to solve the problem is to use the on-chip peripherals to simulate the required levels and the heating process does not require the processor to participate.
Firstly, the interfaces of the on-chip and the peripheral are analyzed, and the heating time of the heating head of the printer is controlled by using a data output pin of the serial peripheral interface. Because the data format of the serial peripheral interface is simple, the time sequence is also simple and convenient to simulate the required level time sequence. The communication frequency of the serial peripheral interface determines the minimum unit of heating time, and the heating time is determined by the output high-level data volume of the serial peripheral interface. And the time sequence is required to be completed under the condition that the processor does not participate, so that the direct memory access function of the on-chip peripheral equipment is also required to be used for automatically loading data to the serial peripheral equipment interface. The above enables control of the heating time and there is no need for real-time response of the processor.
As shown in fig. 3, the general purpose input output pin is replaced by the data output pin of the serial peripheral interface, and the pin control is modified from processor control to on-chip peripheral control of the serial peripheral interface.
In the second step, as shown in fig. 4 and 5, the heating processes of the thermal printer head are expanded to be processed by the chip and the peripheral. The wiring method comprises the following steps:
the clock and data pins are controlled by the clock output pin and the data output pin of the serial peripheral interface 0, the data latch pin is controlled by the data output pin of the serial peripheral interface 1, and the heating enable pin is controlled by the data output pin of the serial peripheral interface 2.
The control flow specifically comprises the following steps:
1: preparing print data requiring serial peripheral interface in memory
2: the serial peripheral interface data is ready for data latching in memory,
binary data example 1111111111111110001
The front 111 is determined by the time of heating data transmission
The middle 000 is determined by the time of data latch of the thermal print head
The latter 1 pulls the data latch pin level high
3: serial peripheral interface data ready for heat enable in memory
Binary data example 0000000000000001110
The former 000 is determined by heating data transmission time and data latch time
The middle 111 is determined by the thermal print head heating time
Back 0 let heat enable pin level pull low
4: the direct memory access functions of the serial peripheral interfaces 0,1 and 2 are sequentially enabled, and the direct memory access peripheral automatically moves to the data channel serial peripheral interface to realize analog time sequence.
5: the direct memory access peripheral of the serial peripheral interface 2 completes the interruption and judges that the heating process is completed.
As shown in fig. 6, the present invention provides a heating logic control method for a thermal print head, comprising the steps of:
and S1, controlling the heating time: replacing the original general input and output pin by the data output pin of the serial peripheral interface, wherein the pin control is changed from the original processor control to the on-chip peripheral control of the serial peripheral interface;
s2, performing a heating flow for processing the thermal printer head by the chip and the peripheral: the wiring method comprises the following steps that a data pin and a data clock pin in a thermal print head heating module are respectively controlled by a data output pin and a data clock output pin of a serial peripheral interface 0, a data latch pin in the thermal print head heating module is controlled by a data output pin of a serial peripheral interface 1, and a heating enable pin in the thermal print head heating module is controlled by a data output pin of a serial peripheral interface 2;
s3, control flow: and automatically loading data to the serial peripheral interface by using the direct memory access function of the on-chip peripheral, and finally judging that the heating process is finished.
The step S3 is a control flow, further including:
s3.1: preparing printing data needing to use a serial peripheral interface in a memory of the on-chip peripheral;
s3.2: preparing serial peripheral interface data latched by data in an on-chip and peripheral memory, wherein the serial peripheral interface data is represented by binary number of x bits, the front numerical value is displayed as n bits of 1, the 111 of the front numerical value is determined by the time of sending heating data, the middle numerical value is displayed as m bits of 0, the 000 of the middle numerical value is determined by the time of latching the data of the thermal printing head, the rear numerical value is displayed as 1, and the level of a data latching pin is pulled up by the 1 of the rear numerical value;
s3.3: preparing heating enabling serial peripheral interface data in an on-chip peripheral memory, wherein in binary representation, front numerical values are displayed as n bits of 0, 000 of the front numerical values are determined by heating data sending time and data latching time, middle numerical values are displayed as m bits of 1, 111 of the middle numerical values are determined by heating time of a thermal printing head, the rear numerical values are displayed as 0, and the rear numerical values of 0 enable the level of a heating enabling pin to be pulled down;
s3.4: sequentially enabling the direct memory access functions of the serial peripheral interface 0, the serial peripheral interface 1 and the serial peripheral interface 2, and enabling the direct memory access peripherals to automatically carry and transfer data to the serial peripheral interface to realize analog time sequence;
s3.5: the direct memory access peripheral of the serial peripheral interface 2 completes the interruption and judges that the heating process is completed.
The binary is represented by 19 bits.
In the step S3.2: n is 15 and m is 3.
In step S3.3: n is 15 and m is 3.
The serial peripheral interface is a serial peripheral interface of an externally-hung singlechip.
The invention can realize the direct control of the heating head by the application level processor, and replace the on-chip and peripheral control of the plug-in single chip microcomputer.
The invention can realize the direct control of the heating head by the application level processor, and replace the on-chip and peripheral control of the plug-in single chip microcomputer.
The invention can also use other on-chip and peripheral functions, and can be realized as long as the corresponding time sequence can be simulated. However, compared with the peripheral equipment with the serial peripheral interface, the simplicity and the universality of the peripheral equipment are not convenient for the serial peripheral interface.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes may be made to the embodiment of the present invention by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (7)

1. A method of controlling heating logic of a thermal print head, comprising the steps of:
and S1, controlling the heating time: replacing the original general input and output pin by the data output pin of the serial peripheral interface, wherein the pin control is changed from the original processor control to the on-chip peripheral control of the serial peripheral interface;
s2, performing a heating flow for processing the thermal printer head by the chip and the peripheral: the wiring method comprises the following steps that a data pin and a data clock pin in a thermal print head heating module are respectively controlled by a data output pin and a data clock output pin of a serial peripheral interface 0, a data latch pin in the thermal print head heating module is controlled by a data output pin of a serial peripheral interface 1, and a heating enable pin in the thermal print head heating module is controlled by a data output pin of a serial peripheral interface 2;
s3, control flow: and automatically loading data to the serial peripheral interface by using the direct memory access function of the on-chip peripheral, and finally judging that the heating process is finished.
2. The method as claimed in claim 1, wherein the step S3 further comprises:
s3.1: preparing printing data needing to use a serial peripheral interface in a memory of the on-chip peripheral;
s3.2: preparing serial peripheral interface data latched by data in an on-chip and peripheral memory, wherein the serial peripheral interface data is represented by binary number of x bits, the front numerical value is displayed as n bits of 1, the 111 of the front numerical value is determined by the time of sending heating data, the middle numerical value is displayed as m bits of 0, the 000 of the middle numerical value is determined by the time of latching the data of the thermal printing head, the rear numerical value is displayed as 1, and the level of a data latching pin is pulled up by the 1 of the rear numerical value;
s3.3: preparing heating enabling serial peripheral interface data in an on-chip peripheral memory, wherein in binary representation, front numerical values are displayed as n bits of 0, 000 of the front numerical values are determined by heating data sending time and data latching time, middle numerical values are displayed as m bits of 1, 111 of the middle numerical values are determined by heating time of a thermal printing head, the rear numerical values are displayed as 0, and the rear numerical values of 0 enable the level of a heating enabling pin to be pulled down;
s3.4: sequentially enabling the direct memory access functions of the serial peripheral interface 0, the serial peripheral interface 1 and the serial peripheral interface 2, and enabling the direct memory access peripherals to automatically carry and transfer data to the serial peripheral interface to realize analog time sequence;
s3.5: the direct memory access peripheral of the serial peripheral interface 2 completes the interruption and judges that the heating process is completed.
3. The method of claim 1, wherein the binary is represented by 19 bits.
4. A method of controlling heating logic of a thermal printhead according to claim 3, wherein in step S3.2: n is 15 and m is 3.
5. A method of controlling heating logic of a thermal printhead according to claim 3, wherein in step S3.3: n is 15 and m is 3.
6. The method as claimed in claim 1, wherein the serial peripheral interface is a serial peripheral interface of a plug-in single chip microcomputer.
7. The method as claimed in claim 1, wherein the application level processor is used to directly control the heating head to replace the on-chip and peripheral control of the plug-in single chip microcomputer.
CN201911225653.9A 2019-12-04 2019-12-04 Heating logic control method of thermal print head Active CN112904751B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911225653.9A CN112904751B (en) 2019-12-04 2019-12-04 Heating logic control method of thermal print head

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911225653.9A CN112904751B (en) 2019-12-04 2019-12-04 Heating logic control method of thermal print head

Publications (2)

Publication Number Publication Date
CN112904751A true CN112904751A (en) 2021-06-04
CN112904751B CN112904751B (en) 2024-01-30

Family

ID=76104607

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911225653.9A Active CN112904751B (en) 2019-12-04 2019-12-04 Heating logic control method of thermal print head

Country Status (1)

Country Link
CN (1) CN112904751B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113580775A (en) * 2021-08-02 2021-11-02 百瑞互联集成电路(上海)有限公司 Heating control method, device, system, medium and equipment of thermal printer
CN114083905A (en) * 2021-12-06 2022-02-25 湖南凯通电子有限公司 Thermal circuit for thermal printing hair
CN115534545A (en) * 2022-10-11 2022-12-30 珠海趣印科技有限公司 Printing control method of thermal printer based on motor and thermal sensitive sheet

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09314906A (en) * 1996-05-24 1997-12-09 Fujitsu Takamizawa Component Kk Method for developing character pattern and thermal printer
CN101691090A (en) * 2009-08-03 2010-04-07 厦门敏讯信息技术股份有限公司 Device and method for controlling thermal printer by using GSM module with SPI interface
CN101980178A (en) * 2010-11-01 2011-02-23 福建鑫诺通讯技术有限公司 Time sequence control method for miniature thermal printer driver
CN102658733A (en) * 2012-05-23 2012-09-12 天津浩镛科技发展有限公司 Method and device for increasing printing speed by using single chip serial FLASH
CN102848739A (en) * 2012-07-25 2013-01-02 深圳市科曼医疗设备有限公司 Monitor printing method and system
CN105744111A (en) * 2014-12-29 2016-07-06 株式会社东芝 Decoloring apparatus and method
CN105984241A (en) * 2015-02-02 2016-10-05 深圳市科曼医疗设备有限公司 Thermal printer and thermal printing method
CN209176333U (en) * 2018-10-05 2019-07-30 谦华科技股份有限公司 Printing system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09314906A (en) * 1996-05-24 1997-12-09 Fujitsu Takamizawa Component Kk Method for developing character pattern and thermal printer
CN101691090A (en) * 2009-08-03 2010-04-07 厦门敏讯信息技术股份有限公司 Device and method for controlling thermal printer by using GSM module with SPI interface
CN101980178A (en) * 2010-11-01 2011-02-23 福建鑫诺通讯技术有限公司 Time sequence control method for miniature thermal printer driver
CN102658733A (en) * 2012-05-23 2012-09-12 天津浩镛科技发展有限公司 Method and device for increasing printing speed by using single chip serial FLASH
CN102848739A (en) * 2012-07-25 2013-01-02 深圳市科曼医疗设备有限公司 Monitor printing method and system
CN105744111A (en) * 2014-12-29 2016-07-06 株式会社东芝 Decoloring apparatus and method
US20160368302A1 (en) * 2014-12-29 2016-12-22 Kabushiki Kaisha Toshiba Decoloring apparatus and method
CN105984241A (en) * 2015-02-02 2016-10-05 深圳市科曼医疗设备有限公司 Thermal printer and thermal printing method
CN209176333U (en) * 2018-10-05 2019-07-30 谦华科技股份有限公司 Printing system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
吴友宇;余翔;: "基于飞思卡尔单片机的微型热敏打印机的设计与实现", 国外电子元器件, no. 07 *
施坚强;吴丹;: "基于ARM的热敏打印机系统", 黑龙江科技信息, no. 28 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113580775A (en) * 2021-08-02 2021-11-02 百瑞互联集成电路(上海)有限公司 Heating control method, device, system, medium and equipment of thermal printer
CN114083905A (en) * 2021-12-06 2022-02-25 湖南凯通电子有限公司 Thermal circuit for thermal printing hair
CN115534545A (en) * 2022-10-11 2022-12-30 珠海趣印科技有限公司 Printing control method of thermal printer based on motor and thermal sensitive sheet
CN115534545B (en) * 2022-10-11 2024-02-09 珠海趣印科技有限公司 Printing control method of thermal printer based on motor and thermal sensitive sheet

Also Published As

Publication number Publication date
CN112904751B (en) 2024-01-30

Similar Documents

Publication Publication Date Title
CN112904751A (en) Heating logic control method of thermal printing head
JPS5957337A (en) Universal computer printer interface
JPH09136445A (en) Small-sized printer
CN112895732B (en) System for heating logic control thermal printing head
US4566813A (en) Dot-matrix print controller
CN100535977C (en) Display system capable of automatically regulating signal bias and drive method thereof
CN112590401B (en) Thermal printer control method, thermal printer control device, thermal printer and medium
CN105620060A (en) Printer control circuit
Corcoran Two wires and 30 years: A tribute and introductory tutorial to the I2C two-wire bus
US6404452B1 (en) Auxiliary control device for managing printing in a thermal printer
CN112590400B (en) Thermal printer control method, thermal printer control device, thermal printer and medium
US5881335A (en) Gradational power saving technique for electrophotographic image forming apparatus
JPS6335360A (en) Lifetime lengthening system of heat-sensitive printing-head
US4095277A (en) Method for communicating text commands and instructions using conventional coded text characters and a structure for decoding and presenting command and instruction signals
CN115534545A (en) Printing control method of thermal printer based on motor and thermal sensitive sheet
JPS59208643A (en) Method for controlling data transfer of terminal control device
JPH01160657A (en) Thermosensitive printer
CN1318939C (en) Method and device for handling requests for changing system mode and computer system
JP5643946B2 (en) Device having a plurality of interface units
CN105538939A (en) Watermark printing method and device of thermal printer
CN112590402B (en) Thermal printer control method, thermal printer control device, thermal printer and medium
US5828872A (en) Implementation of high speed synchronous state machines with short setup and hold time signals
CN213108732U (en) Multipurpose printer board
JP3182789B2 (en) Printer control device, printer and control method therefor
CN101621549A (en) LonWorks node multi-I/O device based on nerve cell chip

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