Ethernet led blink

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
jerkykid
Posts: 4
Joined: Wed Dec 12, 2012 5:24 am

Ethernet led blink

Post 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

User avatar
DavidA
Matrix Staff
Posts: 1076
Joined: Fri Apr 23, 2010 2:18 pm
Location: Matrix Multimedia Ltd
Has thanked: 58 times
Been thanked: 258 times
Contact:

Re: Ethernet led blink

Post 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

jerkykid
Posts: 4
Joined: Wed Dec 12, 2012 5:24 am

Re: Ethernet led blink

Post 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?

jerkykid
Posts: 4
Joined: Wed Dec 12, 2012 5:24 am

Re: Ethernet led blink

Post by jerkykid »

Well I guess I ll be upgrading my software to v6....... :roll:

Post Reply