 |
|
 |
|
Next: Generic host process for win 32 services
|
| Author |
Message |
External

Since: Oct 18, 2006 Posts: 1
|
(Msg. 1) Posted: Wed Oct 18, 2006 3:27 pm
Post subject: Dual USB touch screens in exclusive-OR mode? Archived from groups: microsoft>public>windowsxp>device_driver>dev (more info?)
|
|
|
I will have two USB touch screens whose USB inputs will be plugged into
their own USB port. Both will display the same image/application, ready
for a user to use through either touch screen. When the user touches
one of the touch screens to use the application, I would like to know
if there is a software solution to detect that the touch screen has
been touched, determine which of the two touch screens has been touched
(which of the two USB ports recieved input from the touch screen), and
then temporarily disable the input of the other touch screen that is
not being used. After the user is done, both touch screens will be
enabled and ready for the next user to use either one of them.
I'm hoping to find a simple solution to do this using either an
existing Microsoft Windows XP utility or programmatically in the
application with API functions. I don't want to write a custom USB
driver. >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 14
|
(Msg. 2) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon DeleteThis @yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 1
|
(Msg. 3) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon.DeleteThis@yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 1
|
(Msg. 4) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon.TakeThisOut@yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 1
|
(Msg. 5) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon.TakeThisOut@yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 1
|
(Msg. 6) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon.DeleteThis@yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 1
|
(Msg. 7) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon RemoveThis @yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 1
|
(Msg. 8) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon.TakeThisOut@yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 1
|
(Msg. 9) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon RemoveThis @yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 1
|
(Msg. 10) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon DeleteThis @yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 1
|
(Msg. 11) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon.TakeThisOut@yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 14
|
(Msg. 12) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon.DeleteThis@yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 14
|
(Msg. 13) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon.TakeThisOut@yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 14
|
(Msg. 14) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon RemoveThis @yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2006 Posts: 14
|
(Msg. 15) Posted: Sat Nov 11, 2006 4:55 pm
Post subject: Re: Dual USB touch screens in exclusive-OR mode? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<groupsanon.DeleteThis@yahoo.com> wrote in message
news:1161210464.364280.258220@m73g2000cwd.googlegroups.com...
>I will have two USB touch screens whose USB inputs will be plugged into
> their own USB port. Both will display the same image/application, ready
> for a user to use through either touch screen. When the user touches
> one of the touch screens to use the application, I would like to know
> if there is a software solution to detect that the touch screen has
> been touched, determine which of the two touch screens has been touched
> (which of the two USB ports recieved input from the touch screen), and
> then temporarily disable the input of the other touch screen that is
> not being used. After the user is done, both touch screens will be
> enabled and ready for the next user to use either one of them.
>
hmmm.. sounds like a book of some sort. If they both have their own USB
interface then that is relatively easy to do. YOur code would ignore
messages sent from the 2nd touch screen. As far as i can tell here... you
could do this all in your application code. you should not need a custom
driver. However, you may need to deal with the fact that there will be 2 of
these running on a system instead of one.
> I'm hoping to find a simple solution to do this using either an
> existing Microsoft Windows XP utility or programmatically in the
> application with API functions. I don't want to write a custom USB
> driver.
>
> >> Stay informed about: Dual USB touch screens in exclusive-OR mode? |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|