From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why can not communicate by USB to COM with cypress chip(CYUSB3065)?

That link as(https://www.e-consystems.com/CX3-Reference-Design-Kit.asp)

This is development board as following picture:

HOYO_2-1574653605164.png

When plug-in it appeared COMPORT

HOYO_1-1574653381516.png

When I use Labview to Write "Hello" String

That will happened wired things

HOYO_3-1574654096473.png

 

But ,Used Arduino Nano Board It can sent successfully

HOYO_4-1574654274231.png

HOYO_5-1574654412861.png

Anybody have this problem?

0 Kudos
Message 1 of 3
(1,973 Views)

Hi Hoyo,

 

only one property inside VISASerialPortConfig isn't supported.

Look inside this function and copy its content to a new VI. Then remove the 2nd last property:

check.png

Most probably that "Flow control" isn't supported…

 

One more comment/suggestion:

Enable the display mode indicator for your string constant. Set it to "\-display". Then append "\n" as it's most likely the TermChar expected by your device…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(1,929 Views)

Actually it says in the error message arg2 so that would be either the baudrate or the Data Bits (not sure atm if that numbering is zero based or not). Thanks to posting a picture where the text is basically to fuzzy to really see much I don't know what constants are used for either of these two values.

Rolf Kalbermatter
My Blog
0 Kudos
Message 3 of 3
(1,907 Views)