Hallöchen!

Donn Cave <[EMAIL PROTECTED]> writes:

> In article <[EMAIL PROTECTED]>,
>  "Terry Reedy" <[EMAIL PROTECTED]> wrote:
>
>> "Madhusudan Singh" <[EMAIL PROTECTED]> wrote in message 
>> news:[EMAIL PROTECTED]
>>
>>> I was wondering how does one detect the above character. It is
>>> returned by an instrument I am controlling via GPIB.
>> 
>> [...]
>
> Which begs the question, what is the ASCII number of the
> character?  I was curious enough to feed GPIB and EOI into
> a search engine, and from what I got back, I believe it is
> not a character, but rather a hardware line that may be
> asserted or not.

Right.  Well, sometimes there are "termination characters" that
denote the end of a message sent from the intrument to the computer
and vice versa, see
<http://pyvisa.sourceforge.net/pyvisa/node17.html>.  They are not
EOI though but \r or \n.

Besides, normally you work on an abstraction level where you don't
worry about the EOI line or any termination characters.  For
example, you work with <http://pyvisa.sourceforge.net>.  ;-)

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus            ICQ 264-296-646
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to