Sending raw data/printer commands to Printer
问题 I understand that is possibly/slightly off topic here, but it is to do with programming a dot matrix printer. I am trying to generate a new character for on OKI Microline 5520, and am trying to use the command line for this. The command I am trying to send to the printer is: CHR$(27);%a;@;CHR$(28);CHR$(34);CHR$(65);CHR$(0);CHR$(65);CHR$(0);CHR$(28); CHR$(34);CHR$(73);CHR$(0);CHR$(73); which should create a CE symbol instead of an @ character. +-+-+-+-+-+-+-+-+-+-+-+ X X X X +-+-+-+-+-+-+-+-+-