07-02-2007 09:49 AM
07-02-2007 10:56 AM
07-02-2007 11:03 AM
You can use 2 keyboards (Try one via PS2 port and another via Bluetooth) But you can't tell where the data is coming from.
Your best solution would be a second PC or the split screen tech mentioned previously... but neither compares to the price of the LabVIEW license you already have.
07-02-2007 11:23 AM
I used already 2 USB keyboards and it works fine but I cannot identify from which keyboard the characters are coming.
@MattH wrote:
You can use 2 keyboards (Try one via PS2 port and another via Bluetooth) But you can't tell where the data is coming from.
Your best solution would be a second PC or the split screen tech mentioned previously... but neither compares to the price of the LabVIEW license you already have.
07-02-2007 11:24 AM
@zou wrote:Microsoft Windows support only one keyboard, one mouse at any given time.To do what you want, you have to create your own device driver.
07-02-2007 11:30 AM
Here is a thought... may not be feasible:
Bluetooth keyboards can typically be installed as SPP(Serial Port Profile) or HID(Human Interface Devices). If it is an HID it would look like a regular keyboard and thus you can't tell where the data is coming from... BUT if you had a USB keyboard and a bluetooth setup as SPP, then you should be able to get data from a bluetooth serial port for one operator and from the regular keyboard for the other.
07-02-2007 11:45 AM
07-02-2007 11:53 AM
* USB Bluetooth Dongle. We use these on our shop floor with industrial PCs for our Bluetooth barcode scanners... They use SPP so that they don't interfere with the regular keyboard. This requires something called a software wedge (I.E. you have to watch for bytes at the port and manipulate them manually). If I used a Bluetooth keyboard in a similar fashion, I could have a keyboard that a single application can use. I have done something similar with VISA functions with the bluetooth scanners.
07-02-2007 12:22 PM
The problem is not the impossibility of adding the bluetooth capability to the IC.
@MattH wrote:
* USB Bluetooth Dongle. We use these on our shop floor with industrial PCs for our Bluetooth barcode scanners... They use SPP so that they don't interfere with the regular keyboard. This requires something called a software wedge (I.E. you have to watch for bytes at the port and manipulate them manually). If I used a Bluetooth keyboard in a similar fashion, I could have a keyboard that a single application can use. I have done something similar with VISA functions with the bluetooth scanners.
07-02-2007 12:27 PM