Hi Macbeth,
Thank you very much.
So to access UART 0 of the BF537 evaluation board you have the port number as 0, right?
To write: If i want to use the Serial Write.vi would would just connect the UART Ref out indicator to the port number of the Serial Write .vi correct? And i would just add a string constant to its input?
To Read:First i have to use the Bytes At Serial Port.vi to be able to get the byte count needed for the Serial Read.vi, right? To do that I connect the UART Ref out to the input (port number) of the Bytes At Serial Port.vi and finally connect the byte count output to the requested byte count input of the Serial Write.vi and use the UART Ref out again for the same vi's port number. Am i okay with that?
I can see that you know a lot about Embedded programming and the BF537 processor..... :0
Is it possible if i do a loopback scheme using my bf537 processor?
What i wanted to do was to open the UART 0 port of my bf537 evaluation board, Write a string message (say my name "Jorge"), send it through the RS232 port (which is the UART 0 port right?), then the same data sent will loopback to the same RS232 port (UART 0) right after the transmitting the data, then finally displayng the data to an indicator.
How do i do this?
I tried doing it with what you gave me in your previous mesage but i don't know if i did okay...
🙂 - because i am not gettiing any loopback.
Should i short (with a wire) the transmit and receive pins of UART 0 for me to have a loopback? (just like the Basic Serial Write and Read.vi found in the Example Finder)
If i should which pins should it be? pins 2 and 3?
Thank you very much Macbeth...