Search:

Type: Posts; User: christyyim

Search: Search took 0.00 seconds.

  1. How to Write a Program in C to detect the Ethernet Cable?

    I wish to write a C program to detect whether the Ethernet cable is plugged or unplugged. I found out by using a command "nm-tool" in Linux terminal will show me whether a Ethernet cable is plugged...
  2. warning: assignment makes integer from pointer without a cast

    Here is the code I wrote to detect whether a LAN cable is pluged or unpluged. After compilation, it gives me the warning:


    warning: assignment makes integer from pointer without a cast

    Here is...
Results 1 to 2 of 2