LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Additional peripheral of sbrio 9607 with ni9683 RMC Card


@Chishti wrote:

I've loopback pin 2 (RXD) and 3 (TXD) of sbrio serial port. 
...

2. For serial communication, using onboard sbrio serial port Loopback pin 2 & 3 (short pin 2 & 3) to simply run the  Example i.e. Simple serial from NI Examples


Did you look at the manual to determine which pins are 2 and 3? I assume the blue wire in your photograph is supposed to be the jumper between transmit and receive. However, if you look at the manual (page 22), it's clear that the two pins you've connected are not 2 & 3. It looks like you've instead shorted pin 3 (transmit) to pin 5 (ground).

9607 serial pinout.png

0 Kudos
Message 11 of 17
(1,054 Views)

Yes I mistakenly short the two pins. But how can I add the additional peripheral (serial ports) to sbrio. Please guide. Thanks

 

 

0 Kudos
Message 12 of 17
(1,045 Views)

@Chishti wrote:

Yes I mistakenly short the two pins. But how can I add the additional peripheral (serial ports) to sbrio. Please guide. Thanks


As I wrote before: unfortunately you cannot add another serial port that will be accessible through VISA (unless you don't need access to any of the devices on the 9683, but in that case why would you be using one?). You'll have to implement your own serial driver on the FPGA (or copy code, there are a couple of implementations available on the NI website), and then write corresponding code on the real-time side to send and receive characters.

 

Can you use the onboard serial port? What is your application?

0 Kudos
Message 13 of 17
(1,038 Views)

Nope. I'm looking for an alternate. 

I'm so thankful to you. 🙂

0 Kudos
Message 14 of 17
(1,027 Views)

I've changed the RMC Card. Now, I am using RMC 9694. Can I configure serial ports now using DIOs?

 

Thanks

 

0 Kudos
Message 15 of 17
(1,008 Views)

Chishti,

 

I suggest you check out the Serial FPGA example available in the NI's website: RS-232 Interface Reference Example for LabVIEW FPGA

 

Warm regards,

0 Kudos
Message 16 of 17
(995 Views)

 I've changed the RMC Card now I'm using RMC 9694. Can we do it for RMC 9694? Or we still need that driver in FPGA Code?

Plus I've made the custom RMC card can it be possible to use DIOs as serial pins or we need NI RMC Card?

 

0 Kudos
Message 17 of 17
(973 Views)