0

i'm beginner to Qt,

I wanted to know how can i interact with Printer like devices which are connected to LPT/Parallel port. i just want to send the control codes to dot matrix printer and also receive the data from a device which is connected to Parallel port

Please help Thanks in advance

K Vinay
  • 13
  • 6

1 Answers1

0

There is no Qt API for accessing the parallel port so you will have to use the native platform API for that.

Frank Meerkötter
  • 2,778
  • 2
  • 20
  • 26