Re: Reading data from an ISA port

2007-07-27 Thread Gabriel Dragffy
On 23 Jul 2007, at 23:09, Diez B. Roggisch wrote: > Gabriel Dragffy schrieb: >> Dear list members >> >> I must admit I am a new user of Python, but it is a language that I >> enjoy using. >> >> For one of my university projects I need to write a program that can >> read several bytes from an ISA

Re: Reading data from an ISA port

2007-07-27 Thread Gabriel Dragffy
On 23 Jul 2007, at 23:09, Diez B. Roggisch wrote: > Gabriel Dragffy schrieb: >> Dear list members >> >> I must admit I am a new user of Python, but it is a language that I >> enjoy using. >> >> For one of my university projects I need to write a program that can >> read several bytes from an ISA

Re: Reading data from an ISA port

2007-07-23 Thread Diez B. Roggisch
Gabriel Dragffy schrieb: > Dear list members > > I must admit I am a new user of Python, but it is a language that I > enjoy using. > > For one of my university projects I need to write a program that can > read several bytes from an ISA port. It has been suggested to me that I > look at using

Reading data from an ISA port

2007-07-23 Thread Gabriel Dragffy
Dear list members I must admit I am a new user of Python, but it is a language that I enjoy using. For one of my university projects I need to write a program that can read several bytes from an ISA port. It has been suggested to me that I look at using C or Pyinline. If I can I would prefe