07-15-2008 12:37 PM
07-15-2008 01:06 PM
Cory K wrote:
So if I plug in this device into the serial port in my computer, where can I find it.I'm not sure what the computer will call it, or what COM port it will assign it to (if that's what the computer does)I'm not terrible at communicating with the device once I have my LabVIEW program recognizing the device.Setting up the device so it is recognized is the hardest part for me.
You can find the device at the end of your serial cable.![]()
MAX will not call your device anything. It doesn't even know that it is there. The only thing that MAX knows about serial is whether there is a com port or not and what the default settings for it are. The actual com port number is assigned by windows but it is something that you can change as long as the name does not conflict with another port. You are the one that assigns the device to a port when you select wwhich port to plug it into.
Can you explain exactly what you mean by LabVIEW recognizing the device? As I said, MAX and the VISA Resource Control only recognizes serial ports.
07-16-2008 11:44 AM
07-17-2008 04:05 PM
Well in case anyone was wondering, I finally got this thing working.
The problem ended up being I had a regular DB9 RS232 cable instead of a null-modem cable.
This made it so the Transmit and Recieve pins weren't connected.
Anyways, now at least I can communicate with the device.
Thanks for all of your help everyone.
- Cory
07-18-2008 06:54 AM
07-18-2008 09:46 AM