Enhanced channel skip processing

BARR/SPOOL

If you want to use your printer's channel skip feature for ASCII files, and your printer stores form definitions internally, you can code the commands Skip to Channel 1 through Skip to Channel 12 with a special command sequence. When the Barr software sends the file to the channel printer, it converts the command sequence to the correct channel skip command. The sequence consists of two bytes in the format 1F nn, where 1F signals the software to send a channel skip command to the printer and nn indicates which skip command to send. You must code the hexadecimal value of the skip that you want to perform. For example, specify 1F 02 for a Skip to Channel 2 and 1F 0C for a Skip to Channel 12.

Barr software uses control format, so it writes the data and then sends the channel skip. The channel skip command sequence works best for channel skips 2 through 12. The Barr software automatically converts ASCII form feed characters to Skip to Channel 1 commands, and it is more efficient to let the software convert them than to code them yourself as the ASCII sequence 1F 01. You can add the channel skip sequences to your files by using a program editor or you can generate the sequences by changing the programs that generate the files.

What do you want to do?