Re: [Emc-users] changinging parallel port numbers

2021-06-26 Thread Robert Murphy
Hi, link to hal_parport docs, for future reference. http://linuxcnc.org/docs/2.8/html/man/man1/hal_parport.1.html Look for a line starting with this in your hal file: loadrt hal_parport cfg= On 27/6/21 5:46 am, R C wrote: Hello, this probably (somewhat) trivial;   I replaced a pci

Re: [Emc-users] changinging parallel port numbers

2021-06-26 Thread R C
thanks!!  that worked Ron On 6/26/21 2:58 PM, andy pugh wrote: On Sat, 26 Jun 2021 at 20:49, R C wrote: Where (and what) do I change in the config file(s) to for example move from port 2 to port 0? Look in the HAL file for "loadrt hal_parport cfg=" and either change it there, or

Re: [Emc-users] changinging parallel port numbers

2021-06-26 Thread andy pugh
On Sat, 26 Jun 2021 at 20:49, R C wrote: > Where (and what) do I change in the config file(s) to for example move > from port 2 to port 0? Look in the HAL file for "loadrt hal_parport cfg=" and either change it there, or if it references the INI, in the INI. -- atp "A motorcycle is a

[Emc-users] changinging parallel port numbers

2021-06-26 Thread R C
Hello, this probably (somewhat) trivial;   I replaced a pci parallel card (one gave up) and of course the order of the ports changed. Where (and what) do I change in the config file(s)  to for example  move from port 2 to port 0? thanks, Ron