09-17-2015 08:00 PM
When I configure a com port in MAX to operate at 230400 baud rate, I get this error message. On the same computer, using Tera Term I can configure the same port with exactly the same information and Tera Term works fine. Please I want to find out if this is bug with MAX or I am missing something. Thanks.
09-18-2015 12:47 AM
Can you configure the serial port in LabVIEW using the VISA Configure Serial Port VI with those serial settings?
09-18-2015 11:00 AM
Thanks for your response. Yes I can and I did but I get the same error message so I concluded that I have to get it working in MAX first.
09-18-2015 05:28 PM
Hi there,
Have you tried with a lower baud rate to see if it works? Just to test the device.
If you open the Visa test panel>> Input/Output>> set the bytes to read to 16 and click Query (you are going to write *IDN?\n to your device and you are going to recive some information about it). When you do that are you able to have some information or it gives you an error?
Regards
09-18-2015 08:07 PM - edited 09-18-2015 08:09 PM
Are you sure that'as the right COM port?
09-21-2015 08:55 AM
Have you tried with a lower baud rate to see if it works? Just to test the device.
Yes lower baud rate works fine.
If you open the Visa test panel>> Input/Output>> set the bytes to read to 16 and click Query (you are going to write *IDN?\n to your device and you are going to recive some information about it). When you do that are you able to have some information or it gives you an error?
I will try your recommended test and report back later today. Thanks.
09-21-2015 08:56 AM
Yes, I am using the right COM port. Same port with the same configuration works fine with Tera Term. Thanks.
09-21-2015 11:23 AM - edited 09-21-2015 11:26 AM
@aderogba wrote:
Have you tried with a lower baud rate to see if it works? Just to test the device.Yes lower baud rate works fine.
A lower baud rate works in MAX or when you use TeraTerm (or both)?
If you open the Visa test panel>> Input/Output>> set the bytes to read to 16 and click Query (you are going to write *IDN?\n to your device and you are going to recive some information about it). When you do that are you able to have some information or it gives you an error?I will try your recommended test and report back later today. Thanks.
Be aware that the advice given above assumes an IEEE 488.2 command compatible device and will return unexpected results if the device is not compatible. What is the serial port connected to? Also, is this a "real" COM port or a USB-to-serial adapter?
09-21-2015 11:29 AM
@aderogba wrote:
Yes, I am using the right COM port. Same port with the same configuration works fine with Tera Term. Thanks.
Sorry, the reason I asked this is because MAX is really only reporting what the serial port is telling it.
09-21-2015 11:30 AM
A lower baud rate works in LabVIEW or when you use TeraTerm (or both)?
Also, is this a "real" COM port or a USB-to-serial adapter?