Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I'm ordering an Ethernet Shield for a project I have planned, but before make the investment, I want to make sure the project will work. Eventually it will communicate with a website via ethernet, but I was wondering if I could test this through my PC, using it simply to route page requests, so that I can easily adapt it for the ethernet shield.

share|improve this question

1 Answer

up vote 2 down vote accepted

I'm not sure if the Arduino can do it, but you can look at the possibility of implementing SLIP. It's designed to layer TCP/IP over serial communications.

You can configure a PC as the SLIP server, for the device to login and route packets through.

Edit: Turns out there's an Arduino SLIP library that does that exactly!

share|improve this answer
That does look like my best option. I tried it out but I couldn't get it to show up on my network, and I can't ping it. My PC is running Ubuntu, and I followed the instructions. I don't know what went wrong. – tyjkenn Jul 13 '12 at 18:38
can't help you there as i dun use the arduino. however, SLIP is the technique used. – sybreon Jul 14 '12 at 3:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.