‎04-14-2008 09:17 AM
Solved! Go to Solution.
‎04-14-2008 09:27 AM
‎04-21-2008 11:07 AM
‎04-21-2008 11:12 AM
Yenks wrote:
Hi, I have a question. Can I use a virtual COM port to send and receive data via labview? I tried to create a USB driver for my microcontroller but it didn't work so I am trying to use a virtual COM port and use Labview 8.0 to send and receive data. Help anyone?Please?
‎04-21-2008 02:20 PM
‎04-21-2008 03:50 PM
‎10-06-2009 03:27 PM
Hello, I work on a project for my school, and I need to use Labview to control the 8 bits of a IEEE-1284 port.
And I'm new in Labview.
The problem is the IEEE-1284 port is a virtual port, we use a USB/IEEE-1284 converter, and windows doesn't see it like parallel port but like USB port.
It uses the driver of windows XP.
So MAX doesn't see a parallel port.
Do you know if it's possible to make that MAX sees like a parallel port ?
If it's not possible, does someone have a .vi example to control the 8 bits of a USB/IEEE-1284 converter ?
Thank you for your attention.
Regards‎10-06-2009 04:07 PM
You should have started a new thread for this.
If you go to Windows Device manager, what does it see it as? You said is doesn't show up like a parallel port.
What exactly does "it uses the driver of Windows XP" mean? Did the converter come with its own driver? Can you download one off the manufacturer's website?
Until you can get Windows to recognize it like a parallel port, there is no way you are going to get MAX to see it as a parallel port.
Have you tried unplugging the USB connector and plugging it in again?
With some of these devices, when you plug them in, it will go through a couple of "Recognizing Hardware" messages as it cycles down through the driver first recognizing it as a generic USB device, then perhaps a USB host, then the parallel port. Perhaps when you plugged it in, it didn't successfully load all the levels of the driver.
1. Unplug, replug. See what happens.
2. Make sure you use the manufacturer's drivers. The drivers that come with WinXP may be too generic for this device.
3. Don't worry about MAX until you see the device show up as a parallel port in Windows device manager.
‎10-06-2009 07:39 PM
Sorry for the thread...
The windows device manager sees a USB port.
The manufacturer's website tells that for windows XP we didn't need a driver, windows use his own driver.
I try elder driver from the manufacturer but I have the same result : windows device manager sees a USB port.
1. Yes I tried it but it sees again a USB port.
2. The manufacturer's drivers didn't resolve the problem.
3. I will ask help to the manufacturer.
Thank you for your help Ravens Fan,
Regards
‎07-14-2012 05:30 AM
Dear all,
In my project i need to communication with control system having USB port. Before this project i was using serial communication for transfering the data. But now i want to provide usb communication so that user need not to select each time com port for communicaqtion. It should be like usb mouse or usb keyboard(HOT PLUGGIBILITY).
If any of you can help me to show me my direction, It will be great help.
Thanks