Hi,
I am working on TM4C1294NCPDT board for an application. Here I am using 8 ADC channels to collect data from 8 sensors. I need the sampling rate of 1 kSpS. As tiva ADC is sufficient to give the sampling rate till 1 MSpS, there is no problem with that. But when I need to send that data through UART to see it in the serial terminal, I miss most of the data. So I tried using UART transmit interrupt (it will wait for the transmit buffer to get empty before sending next data). So with this, I can able to achieve only 240 SpS (samples per second). Because, the UART is not supporting for bulk data transfer within 1 second.
So, I thought of using Ethernet, as Ethernet is used for transmitting huge data. Now, I need to send those values (from ADC with 1 kSpS) that are obtained to a serial terminal using Ethernet of tiva board. I no need to send the data to any web server. I just want to see all the data in serial terminal.
Can anyone please help me out to start working in this application. As I searched the example of Ethernet applications, all projects are discussing about, sending data to a web server using Ethernet. But my objective is to send the data to a serial terminal. So please guide me to start with this task.
Thanks and Regards,
Subash