Ethernet Port device path?

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Ethernet Port device path?
# 8  
Old 05-14-2014
How does it send these packets? Broadcast?
# 9  
Old 05-15-2014
Wow, sorry that was some terrible typing.
I have an instrument that for some reason sends data out in binary packets via ethernet on a particular port. I am not sure why ethernet is used as I have found that most devices like this one are USB.
I have a fully functioning server application written in C for logging USB output.
I have never worked with ethernet ports before and am looking for resources to beging coding something up.

Thanks!

---------- Post updated at 08:36 AM ---------- Previous update was at 08:33 AM ----------

And in response to your question Corona I am not sure what you mean.

The instrument just puts out data at a given frequency. I believe it is 1Hz by default. So my application would just take whatever is available.
# 10  
Old 05-15-2014
Ethernet is not a serial port. Your USB application is not useful here.

Data over ethernet comes pre-organized into small "packets" which arrive in one piece, labelled with source and destination. If it wasn't from a source your computer was configured to expect, you won't get it. If the destination isn't you, you won't get it. If you're not listening for the correct protocol, you won't get it. It's a network.

Most ethernet data loggers don't send data until you ask them to. If you don't know the address of your data logger and its method of communication, you will need to find out.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Command to see the logical volume path, device mapper path and its corresponding dm device path

Currently I am using this laborious command lvdisplay | awk '/LV Path/ {p=$3} /LV Name/ {n=$3} /VG Name/ {v=$3} /Block device/ {d=$3; sub(".*:", "/dev/dm-", d); printf "%s\t%s\t%s\n", p, "/dev/mapper/"v"-"n, d}' Would like to know if there is any shorter method to get this mapping of... (2 Replies)
Discussion started by: royalibrahim
2 Replies

2. Red Hat

Unable To Activate Ethernet Network Device in RHEL 5.5 - e100 device eth0 does not seem to be presen

Hi All, Could anyone please help to resolve the below problem. I installed RHEL5.5 in my desktop.But when i try to activate the ethernet connection then it gives me the error. I spent 2 days for the above and go through with several suggestion found by googling. But no luck. ... (0 Replies)
Discussion started by: Tanmoy
0 Replies

3. Red Hat

Oracle RAC -- changing ethernet device name

I have a RAC setup that was configured before I started at my new company. I would like to reconfigure the network devices and change the names. How complex is this regarding the Oracle RAC environment? Does the Oracle RAC rely on the device name or is it only relying on the IP information? ... (1 Reply)
Discussion started by: s ladd
1 Replies

4. Linux

Do linux have a device file for ETHERNET CARD.

Sir, Do linux have device file for ethernet card. Can I use open , read , write , system calls to read data transferred through LAN. Is there any methods to read network datas (with out header and tailor information). Hope anyone can help me out. Thanking you.... ... (5 Replies)
Discussion started by: iamjayanth
5 Replies

5. Solaris

Ethernet Port Name

I have a new Sun 440 and I am trying to configure it. Non of the Ethernet ports are enabled; when I issue "ifconfig -a" it returns nothing. Is there a way to know the available port name (e.g. ce, bge, etc.) by running a command or so ? (4 Replies)
Discussion started by: StarSol
4 Replies

6. Solaris

Reg. Ethernet port

Hi Friends, I am using intel system installed solaris 10, when i check ifconfig -a it doesn't show any thing eg-for HP servers hme0, for sun servers-iprb0. for me it doesn't show any thing, and tell me what files to be modified. Thanks in Advance. (1 Reply)
Discussion started by: kurva
1 Replies

7. UNIX for Dummies Questions & Answers

serial port device path

hi. Im trying to install a switch. And the manual says i should type a command including a SerialPortDevicePath. which is the filepath to serial port used for connection. However.. nothing about how to find this info. Could anyone help me where to find this path? thx mr.T (6 Replies)
Discussion started by: tyskertøs
6 Replies

8. UNIX for Advanced & Expert Users

determining ethernet port speed in solaris

i purchased, what was labeled as a 4-port fast ethernet sbus card from ebay. i installed it in my ultra1, and it seems to be working fine. how can i determine if the card is infact a fast ethernet card vs. the standard ethernet 4-port card? (7 Replies)
Discussion started by: xyyz
7 Replies
Login or Register to Ask a Question