CAD CAM EDM DRO - Yahoo Group Archive

Re: Re: Linux USB

Posted by Ray
on 2001-08-20 05:32:54 UTC
From: Jon Elson <elson@...>
Subject: Re: Linux USB

>William Scalione wrote:

>> Jon,
>>
>> I was talking about a joystick with switches as opposed to pots.
>> Simply connected to the keyboard circuit board matrix. Move
>> right and it will emulate the right arrow key.

>As long as the window focus stays on the right window, this is really
>simple, and should work fine.

If you have separate I/O paths, not two keyboard signals in the same
path, we can write a simple process to run in the background that will
watch inputs and communicate with the running EMC. There are examples of
processes somewhat like this under the scripts menu in tkemc. IO_Show.tcl
starts a separate instance of a program that connects the EMC's internal
communication system (NML) to most any I/O port. Software processes like
these do not connect to a hardware counter, unless the device you are using
has one, so you can't simply watch how many times a switch has closed. They
are loops that are executed every so often and look to see what state the
pin is in.

HTH

Ray

Discussion Thread

William Scalione 2001-08-18 16:18:41 UTC Linux USB Weyland 2001-08-18 19:37:39 UTC Re: [CAD_CAM_EDM_DRO] Linux USB Jon Elson 2001-08-18 22:51:43 UTC Re: [CAD_CAM_EDM_DRO] Linux USB William Scalione 2001-08-18 23:15:00 UTC Re: [CAD_CAM_EDM_DRO] Linux USB Brian Pitt 2001-08-19 00:50:15 UTC Re: [CAD_CAM_EDM_DRO] Linux USB William Scalione 2001-08-19 01:53:41 UTC Re: [CAD_CAM_EDM_DRO] Linux USB Ray 2001-08-19 06:47:17 UTC Re: Linux USB William Scalione 2001-08-19 09:17:45 UTC Re: [CAD_CAM_EDM_DRO] Re: Linux USB Jon Elson 2001-08-19 14:34:58 UTC Re: [CAD_CAM_EDM_DRO] Linux USB Alan Marconett KM6VV 2001-08-19 16:22:08 UTC Re: [CAD_CAM_EDM_DRO] Linux USB Ray 2001-08-20 05:32:54 UTC Re: Re: Linux USB