Sending Display Driver Maco Commands In C# Via Parallel Port

35 Views Asked by At

I am currently writing a windows form application with C#. The application is for communicating with a parallel port device.

The instructions gives macro command as: ESCn<COMMAND>ADDRESS_FIELD<B>DATA_FIELD<D>CHECKSUM How would this be submitted via C#?

I've also added an image of the corresponding page from the manual.

Page from manual Additional page

I have not been able to figure out how to submit the macro command provided via C#.

0

There are 0 best solutions below