So, I am very new to this networking and I could do with some help please. I am using an Arduino mega with an ENC28J60 module. After a couple of stressful days where I have stripped my project down to just the module and the arduino mega, i have got to the point
where I get this on the serial port
REQ
11:47:29.445 ->
11:47:29.445 -> [getStaticIP]
11:47:29.445 -> Server: 74.125.79.99
11:47:31.758 -> Gateway found
11:47:31.758 ->
11:47:31.758 -> >>> REQ
11:47:36.777 ->
11:47:36.777 -> >>> REQ
Ln 15, Col 35
Arduino Mega or Mega 2560
on COM6
and I can ping the network and I get a respnse. So that is good. But how do I go about making data available over the ethernet.
I have used getStaticIP (etherCard example) just to prove I have some connectivity. I am building a small test rig, with a variety of sensors including rpm counter, current sensor and temperature amongst others.
what I would like to do is send the name of the data field and the data from the sensor to a PC. Please could someone give me a few pointers please.