Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12589 Discussions

Transmit Float to RS232 Nios II

Altera_Forum
Honored Contributor II
967 Views

Hello Guys, 

 

 

How can I pass a float by using Nios II UART?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
234 Views

Hi, 

you can either just put in the foat byte by byte and reassemble it to a float value on your UART receiver, or transmit an fix point value.
0 Kudos
Reply