02-10-2009 10:29 AM
Hi,
I'm using Labview to acquire data from an IMU (Inertial Measurement Unit) via Bluetooth (with a USB Bluetooth connector). To do so, i use the COM 5 serial port and i'm able to read data from the IMU, by doing:
VISA configure serial port > VISA open > VISA read
The thing is when i try to write commands to port i get the error message -1073807298.
I used MAX to check the status of COM 5 and it is showing:
"VISA returned this device when finding resources, and MAX could use VISA to parse the resource name. The resource is busy, so MAX could not successfully open a VISA session to the device."
How can i write bytes to port? Can anyone help with that?
PS: I'm still an amateur using Labview, so you will have to excuse me if a seem silly with this question.
02-10-2009 01:28 PM
03-23-2009 09:14 AM
Sorry for my late response....until now i had something in hands and i didn't have much time so review this problem...
So, i did more tests and this error continues....i try to use simple things just to try to comunicate with my device.
Using MAX and VISA test panel i can read data that is continously sent from my device. When i try to write a comand to the device this error occurs at VISA Write. It has something to do with the string i'm writing?
I really would appreciate if someone could help me...this is really killing me...
Thanks
03-23-2009 10:38 AM
look in the msg below. KC has solved this same erro, only he has it displayed in hex.
http://forums.ni.com/ni/board/message?board.id=140&message.id=34995#M34995