I have to create a program which prints to a card printer.
The output needs to be in this format:
(esc)T(space)part1(space)part2(space)part3(space)ect..(space)data(carrage return)
Where T and part# are internally recognized parameteres to the printer.
I can get the output to print out exactly how it looks.
The problem is that it isn't converting the parameters into
the objects they represent.
The output needs to be in this format:
(esc)T(space)part1(space)part2(space)part3(space)ect..(space)data(carrage return)
Where T and part# are internally recognized parameteres to the printer.
I can get the output to print out exactly how it looks.
The problem is that it isn't converting the parameters into
the objects they represent.