09-03-2014 04:03 AM
Hi,
I had done a labview code based on existing RS232 FPGA implementation on SbRio downloaded form NI site
the read write code is implemented in the RT side, taken as reference RS232 FPGA implemented code
i have to adapted the code to work on Compact Rio 9068.
could any one have an example of read write (using 9870 module)
Regards,
SASA
09-03-2014 06:27 AM
Why go through the FPGA? There are serial ports on the 9068.
09-03-2014 09:33 AM
Hi,
we go throught FPGA in order to use FIFOs to make Host to target communication (RT => FPGA).
thye question now is how can configure the baud rate of the ni 9080 module.
Regards,
abdelhak.
09-03-2014 09:49 AM
Sorry
so the question is now how to configure this module (by programming)
09-03-2014 01:00 PM
With an FPGA I/O Property Node. Just link it to one of the serial ports and set the Buad Rate property.
09-03-2014 10:05 PM - edited 09-03-2014 10:05 PM
There should be some examples in example finder. Still, why would you program the fpga when you can just use scan engine?. If you install the support to the crio, it should show up as a visa item.
09-04-2014 02:44 AM
that seems the suitable solution to set baud rate, but i had'nt find a solution to connect property node to the modul!
does it mean that th NI 9870 propertis is still under development by NI.
09-04-2014 05:25 AM
@saketa wrote:
that seems the suitable solution to set baud rate, but i had'nt find a solution to connect property node to the modul!
You put down an FPGA I/O Property on your block diagram. Right click on it and go to Select Item and follow the path to the port you care about. You can now change the property to Buad Rate.