Go to previous topic
Go to next topic
Last Post 11 Feb 2014 06:18 AM by  Kumar S
ethernet communication
 0 Replies
Author Messages
Kumar S
New Member
New Member
Posts:1


--
11 Feb 2014 06:18 AM

    Hi,

    I am using OMAP L138 (only C6748) EVM and in my application I have to receive data from Ethernet and perform some operation on received data (Say addition of all the numbers ) and the transmit the sum through UART port.

    I am using CCS V5.1, NSP1.10.00.03 and NDK V2.21. I am planning to use HelloWorld example application (document SPRU523H) as my base program and above it I am planning to write my code for addition of received data through ethernet and the sending the sum value through UART(rs-232).

    I have gone through SPRU523H and some more documents  but it is too exhaustive and I am not getting the answers directly. Hence I seek your help for direct reply  of  following query:

    <!--[if !supportLists]-->1)      <!--[endif]-->HelloWorld application receives and transmit data through which port number and in which function /file it is mentioned?

    <!--[if !supportLists]-->2)      <!--[endif]-->In what array received data from ethernet is stored and it is in which file.

    <!--[if !supportLists]-->3)      <!--[endif]-->In what array transmit data for Ethernet is to be stored and it has to be done in which file.

    <!--[if !supportLists]-->4)      <!--[endif]-->If I want to add the Ethernet data and then transmit it through UART then it has to be done in which file.

     

    I again request to reply to my query directly as I am fully exhausted after reading so many documents.

                                                                    Regards,

    Kumar



    ---