Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial Transceiver APC220-43

Hello,

 

I just wanna ask if anyone had used this APC220-43 transceiver module before with serial VISA?

Because it didn't work at all with just the example of Basic serial write & read. I'm afraid I might not be able to proceed with my project if it really is not compatible with LabVIEW. 

 

Thanks in advance for replying!

0 Kudos
Message 1 of 22
(6,936 Views)

Any luck communicating with the APC220?  I just got one and am having problems comunicating with it also.

0 Kudos
Message 2 of 22
(6,919 Views)

hello

 

I managed to communicate with the APC module. What problem are you facing exactly?

0 Kudos
Message 3 of 22
(6,906 Views)

I am unable to get it comunicate at all using VISA.  I am able to comunicate with it now using .NET modified from here:

https://decibel.ni.com/content/docs/DOC-8092

with a baud rate at 4800.  However, it seems to be not reliable at all with characters outside the keyboard character range of 0x20 to 0x7E.

0 Kudos
Message 4 of 22
(6,895 Views)

hello,

have you modify the RTS mode inside the VISA configure serial port?

Thanks for the link, I'll take a look at that right away. 

Message 5 of 22
(6,884 Views)

I haven't done anything to the RTS within VISA.  I am able now to get it fully working using .NET with the write BYTES method instead of the write CHAR method as shown in the example linked previously.

 

0 Kudos
Message 6 of 22
(6,869 Views)

Good afternoon! Prompt please as you managed to connect APC220-43? I badly know English language. I have established the driver on APC220-43 in LAb this arrangement was displayed as COM port but to be connected to it I have it does not go right. How properly to configure it? If it is possible an example. Thanks for the answerет

0 Kudos
Message 7 of 22
(6,747 Views)

I was unable to get the APC220-43 to work properly using the LabVIEW VISA tools.  Using the .NET method works well using the write byte method as shown

untitled1.jpg

Message 8 of 22
(6,738 Views)

Many thanks, I shall try your method

0 Kudos
Message 9 of 22
(6,734 Views)

After finding the actual code I used I noticed I added a few more things in the configuration.  I'm not sure if all the changes were necessary but I do remember that the handshaking needs to be set to NONE instead of RequestToSend as set as default in the above example.

untitled1.jpg

Message 10 of 22
(6,732 Views)