Re: [Emc-users] writing a new device driver

2007-03-11 Thread Manfredi Leto
>The first is how to make a new configuration file visible when first >starting the emc script (./emc) in the configuration browser. I copied the >standard stepper files (under the configs/stepper directory) into a new >directory configs/myConfig, but they are not visible. > if you copy a config

Re: [Emc-users] writing a new device driver

2007-03-10 Thread Jeff Epler
On Sun, Mar 11, 2007 at 11:02:19AM +0900, garrett beaubien wrote: > The second question is how to compile a new driver. For example if I copy > the hal_parport.c under src/hal/drivers directory into a new file called > myDevice.c, how do I compile it and make it visible to the system. The easiest

[Emc-users] writing a new device driver

2007-03-10 Thread garrett beaubien
Hello, I was wondering if anyone could tell me how to go about adding support for a new device? I have 2 questions actually. The first is how to make a new configuration file visible when first starting the emc script (./emc) in the configuration browser. I copied the standard stepper files (u