Thread: Sending data to an ethernet port

  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    1

    Sending data to an ethernet port

    Hello,
    I have a c code that gathers data and sends it to a com port, but now I also want to be able to send it to an ethernet port using Linux. I have done some looking around but I have had no luck. Does anyone know of code to write to an ethernet port or a good place to do research for the code?

    Thanks ahead of time for all repleys,
    Pat
    Last edited by Patman; 08-05-2004 at 12:15 PM.

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    I guess you felt this would be out of place on the Networking forum. No, don't crosspost, it'll get moved there by someone.

    Writing to "an ethernet port" is a OS/system specific question. It generally helps if you actually specify what OS/platform you're compiling for. As for good places to research, well, you could always read the previously mentioned forum, or you could visit, oh, I don't know, a search engine...

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Lame null append cause buffer to crash
    By cmoo in forum C Programming
    Replies: 8
    Last Post: 12-29-2008, 03:27 AM
  2. Concurrent chat, Sockets
    By jakemott in forum Linux Programming
    Replies: 6
    Last Post: 11-29-2008, 05:41 PM
  3. xor linked list
    By adramalech in forum C Programming
    Replies: 23
    Last Post: 10-14-2008, 10:13 AM
  4. Where's the EPIPE signal?
    By marc.andrysco in forum Networking/Device Communication
    Replies: 0
    Last Post: 12-23-2006, 08:04 PM
  5. can't insert data into my B-Tree class structure
    By daluu in forum C++ Programming
    Replies: 0
    Last Post: 12-05-2002, 06:03 PM