[sane-devel] request_identity2

2006-12-08 Thread Olaf Meeuwissen
Gerald Murray gmur...@cloudnet.com writes:

 Quoting Alessandro Zummo azummo-li...@towertech.it:

 
  Hello,
 
I'm searching documentation for the epson ESC i command,
  used in D1 and D7 scanners and implemented in the request_identity2
 function
  in the epson.c driver.

From earlier documentation on printer Epson JX80, it is a switch that 
 controls buffer access:
 ESC i1  mode: acts on each character immediately as it is sent to buffer
 ESC i0  mode: does not act immediately on the character

These are from another ESC/* spec.  Alessandro is asking for the ESC/I
specification's ESC i command.

 The above might not be true for a scanner, but I expect that it will be 
 very similar, and the digit following the i will be significant.

The ESC i command doesn't take any parameters.

I have the (Japanese) spec right in front of me ... but can't say a
damned thing!  Incredibly frustrating.

I know this doesn't help :-(
-- 
Olaf Meeuwissen  EPSON AVASYS Corporation, SE1
FSF Associate Member #1962   sign up at http://member.fsf.org/
GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97  976A 16C7 F27D 6BE3 7D90
Penguin's lib!   -- I hack, therefore I am --   LPIC-2


[sane-devel] request_identity2

2006-12-08 Thread Alessandro Zummo
On Fri, 08 Dec 2006 08:50:18 +0900
Olaf Meeuwissen olaf.meeuwis...@avasys.jp wrote:

 Gerald Mu
  The above might not be true for a scanner, but I expect that it will be 
  very similar, and the digit following the i will be significant.
 
 The ESC i command doesn't take any parameters.
 
 I have the (Japanese) spec right in front of me ... but can't say a
 damned thing!  Incredibly frustrating.
 
 I know this doesn't help :-(

 Don't worry, I would not understand japanese anyway :-D
 
 btw I've got some specs and I'm working on it. I don't have
 any Dx scanner here but will do my best.

-- 

 Best regards,

 Alessandro Zummo,
  Tower Technologies - Turin, Italy

  http://www.towertech.it


[sane-devel] request_identity2

2006-12-07 Thread Alessandro Zummo

 Hello,

   I'm searching documentation for the epson ESC i command,
 used in D1 and D7 scanners and implemented in the request_identity2 function
 in the epson.c driver.

  Any help is appreciated ;)

-- 

 Best regards,

 Alessandro Zummo,
  Tower Technologies - Turin, Italy

  http://www.towertech.it



[sane-devel] request_identity2

2006-12-07 Thread Gerald Murray
Quoting Alessandro Zummo azummo-li...@towertech.it:

 
  Hello,
 
I'm searching documentation for the epson ESC i command,
  used in D1 and D7 scanners and implemented in the request_identity2
 function
  in the epson.c driver.

From earlier documentation on printer Epson JX80, it is a switch that 
controls buffer access:
ESC i1  mode: acts on each character immediately as it is sent to buffer
ESC i0  mode: does not act immediately on the character

The above might not be true for a scanner, but I expect that it will be 
very similar, and the digit following the i will be significant.

Gerald