Post Reply 
Theoretically - could this work?
06-18-2015, 11:55 AM (This post was last modified: 06-19-2015 10:39 AM by Sylvain Cote.)
Post: #3
RE: Theoretically - could this work?
Have you tried to use it in manual mode ?
Code:
MANIO     (Manual I/O)
1         (device position in the loop, your RS-232C interface)
SELECT    (select the device)

optional: clear MAN/NORM/TRACE printer flags
Code:
CF 15
CF 16

test GP-GL command
Code:
PINIT     (create Plotter module I/O buffers and should select the first pen)
0
PEN       (plotter select the pen 0 = release pen)
PCLBUF    (clear Plotter module I/O buffers)

edit: test HP-GL command sequence
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Theoretically - could this work? - 4ster - 06-18-2015, 05:34 AM
RE: Theoretically - could this work? - Sylvain Cote - 06-18-2015 11:55 AM



User(s) browsing this thread: 1 Guest(s)