10-27-2015 01:22 PM
Hi.
Thank you and i will try. Another problem i connected ardunio on serial port and i start to read and i always take frame error .Error code error-1073
10-28-2015 01:23 PM
Hi!
As far as the error you are receiving goes, that particular error is a framing error. Serial data is transferred one byte at a time. Each byte has a specific format with a start bit, data bits, parity, and stop bits. A framing error occurs when a byte of data is received, but it is not in the format expected.
This error can occur for a multitude of reasons, and it best outlined in the article that I referred earlier in the thread. Among various other things, It is possible that the voltage levels being sent to the sbRIO over the serial port do not match up with what the sbRIO is expecting,
Thanks!
10-30-2015 03:50 AM
Hi
Thank you for answer.Xbee logic level 3.3 volt.What is the sbrio logic level?Do you know about this?
10-30-2015 06:12 PM
Hi!
I believe the sbRIO typically operates at 5V. Have you been able to try the steps outlined in the other forum post yet?
Thanks!
10-31-2015 03:51 AM
Hi
You are right, 5V logic level of sbrio rs 232 port.Thank you for answered. İ foun this example http://www.ni.com/example/27164/en/ and FPGA configurate to rs 232 port .DIO Tx and other DIO Rx .Did you try this example ? and Do you know how to tadopted to sbrio 9636 this example?
11-04-2015 08:46 AM
Hi osman87,
For FPGA projects it is important to migrate the VI's from the project, and take into consideration the I/O otherwise you will be referencing it wrong. To migrate a FPGA project must follow this Knowledge Base article:
http://www.ni.com/tutorial/5075/en/
I found extra information about serial communication using sbRIO that may help you:
http://www.ni.com/white-paper/9595/en/
http://digital.ni.com/public.nsf/allkb/490D347C53D120B5862575C2004E6205?OpenDocument
regards,
jred101
11-05-2015 12:45 AM
Thank you for reply and thank you for help.
11-05-2015 02:31 PM
I am glad I was able to help