Home > database >  No driver serial printing problem
No driver serial printing problem

Time:09-23

I want to achieve serial print more, in PC with a serial port card, each port to install a printer, now want to realize the style of printing paper documents,
How to control the printer, use different types of paper printers,
Don't know how to implement, please tall person to give directions,

CodePudding user response:

refer to the original poster atghit posts:
I want to realize the serial printing, in PC with a serial port card, each port to install a printer, now want to realize the style of printing paper documents,
How to control the printer, use different types of paper printers,
Don't know how to implement, please tall person to give directions,

When choosing a printer.

Printsetup ()

CodePudding user response:

Install a printer driver, set the dw printer

Dw_1. Object. The datawindow. Printer='printer driver name'

CodePudding user response:

First, thank you,
I want to achieve is a printer connected to a serial port card, more do not need to drive, because the customer installed, also don't know what he will buy a printer,

CodePudding user response:

Printer is not installed driver how to print

CodePudding user response:

With control mscomm32
A serial port programming,

CodePudding user response:

This form using PB itself is certainly not possible.
Need to talk directly to the printer via a serial port, you can use the mscomm control, know the printer communication protocol of this program is very simple,

The use of VB to achieve a more simple, can use VB to realize the first, and then modeled on its properties and usages in PB, the only difference is a more object

CodePudding user response:

How to modify the software of the hardware serial number
  • Related