Page 1 of 1

Ethernet led blink

Posted: Wed Jun 12, 2013 6:50 am
by jerkykid
Hello Everyone.

I bought this flowcode software and am running into issues understanding what to do with the ethernet portion of it.

What I am trying to figure out is how can blink an led with no webpage or anything like that. Just like a client/server setup.

All done through ethernet and a socket program. Does anyone have any suggestions or where to go next? I would really appreciate

some sort of code snippet so I can see what this all looks like.

Best regards,
Adam

Re: Ethernet led blink

Posted: Wed Jun 12, 2013 9:10 am
by DavidA
Hello,

If you look in the Learning Centre example files there are examples for the Ethernet component there:

http://www.matrixmultimedia.com/resourc ... php?id=595

Re: Ethernet led blink

Posted: Sat Nov 02, 2013 5:05 am
by jerkykid
Hello Everyone,

Well, its been a few months since I asked about this. I decided to try with arduino before going the PIC route.

I have my project working with arduino. I ended up just watching for an input, then would do a
client.print string to the pc to activate the device.

So, all I am doing is watching for an input, If there is an input, print a string.

In the example library there is UDP_NODES. These didnt make any sense to me.

Are there any simpler socket IO examples, or tutorial videos anywhere else?

Re: Ethernet led blink

Posted: Thu Nov 07, 2013 6:38 am
by jerkykid
Well I guess I ll be upgrading my software to v6....... :roll: