From 058c231d7eb8f17e92d898c4b80b3822dcc5e353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Sat, 9 Nov 2013 19:29:34 +0100 Subject: fixed flow control problem in plotter extension (bzr r12783) --- share/extensions/plotter.inx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'share/extensions/plotter.inx') diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index b950e0246..cca325cf2 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -27,9 +27,10 @@ - - - + + + +   <_param name="serialHelp" type="description">This can be a physical serial connection or a USB-to-Serial bridge. Ask your plotter manufacturer for drivers if needed. -- cgit v1.2.3 From 9b5f6b893852940b30d8797469d2b8b14f0ecbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Sat, 9 Nov 2013 19:48:52 +0100 Subject: added missing translation flags and a small text change (bzr r12784) --- share/extensions/plotter.inx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share/extensions/plotter.inx') diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index cca325cf2..526ab1bd3 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -27,10 +27,10 @@ - - - - + <_option value="">None + <_option value="xonxoff">Software (XON/XOFF) + <_option value="rtscts">Hardware (RTS/CTS) + <_option value="dsrdtrrtscts">Hardware (DSR/DTR + RTS/CTS)   <_param name="serialHelp" type="description">This can be a physical serial connection or a USB-to-Serial bridge. Ask your plotter manufacturer for drivers if needed. -- cgit v1.2.3 From 297f45e2e4ab293f036a7199ec80f9c3008cdcb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20W=C3=BCst?= Date: Sun, 10 Nov 2013 14:06:03 +0100 Subject: fixed and optimized pyserial usage, added dmpl support, small stuff (bzr r12787) --- share/extensions/plotter.inx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'share/extensions/plotter.inx') diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index 526ab1bd3..49bcf837e 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -26,11 +26,15 @@ - - <_option value="">None + <_option value="xonxoff">Software (XON/XOFF) <_option value="rtscts">Hardware (RTS/CTS) <_option value="dsrdtrrtscts">Hardware (DSR/DTR + RTS/CTS) + <_option value="">None + + + +   <_param name="serialHelp" type="description">This can be a physical serial connection or a USB-to-Serial bridge. Ask your plotter manufacturer for drivers if needed. @@ -38,7 +42,7 @@ <_param name="hpglNote" type="description">Please note that only the HPGL command language is supported at the moment. - 1 + 1 1016.0 1016.0 false -- cgit v1.2.3