I would like to explain my question as specifically as possible:

I am trying to connect Intel Edison board on the Serial port of my Ubuntu laptop and can successfully gather the temperature readings for every 1 second. What I would like to do is connect my laptop to another linux machine (Can be either another ubuntu laptop or a server) using ethernet cable.

I want to send this data that I collect on the serial interface in real time on the ethernet port and see it on the receiving ubuntu laptop/server. How can I do this?

I tried using 127.0.0.1 on my own ubuntu laptop, making it both the TCP/IP client and server to just see if I can get the serial data, unfortunately I ran into some error.

Also, I am not sure which would be my serial port. I have connected two serial ports between my laptop and the intel edison and am not sure which would be my seial port. When I use ttyUSB0 in the commands mentioned above, kit says port/device busy. And when I use ttyACM0 I get the error.

I would truly appreciate all the help I can get on this.

Thanks!

0

There are 0 answers