Re: [fpc-pascal] Acces IO-ports in Linux with FPC 2.2.0

2009-03-05 Thread Marc Santhoff
Am Donnerstag, den 05.03.2009, 18:49 +0200 schrieb Iisakki Kosonen: > Hi, > > I am developing a free pascal software in Linux, which uses the > parallel digital input/output card (with intel 8255) in an industrial PC. > I was able to compile and run without problems with FP 2.0.4. > > Now, that t

Re: [fpc-pascal] Acces IO-ports in Linux with FPC 2.2.0

2009-03-05 Thread Felipe Monteiro de Carvalho
You can use the ports unit. Read here: http://wiki.lazarus.freepascal.org/Hardware_Access#Using_ioperm_to_access_ports_on_Linux -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailm

Re: [fpc-pascal] Acces IO-ports in Linux with FPC 2.2.0

2009-03-05 Thread Johann Glaser
Hi! > I am developing a free pascal software in Linux, which uses the > parallel digital input/output card (with intel 8255) in an industrial PC. > I was able to compile and run without problems with FP 2.0.4. > > Now, that the oldlinux unit is removed in the latest FPC, > I cannot compile the pr

[fpc-pascal] Acces IO-ports in Linux with FPC 2.2.0

2009-03-05 Thread Iisakki Kosonen
Hi, I am developing a free pascal software in Linux, which uses the parallel digital input/output card (with intel 8255) in an industrial PC. I was able to compile and run without problems with FP 2.0.4. Now, that the oldlinux unit is removed in the latest FPC, I cannot compile the program any m