ethernet solution wanted

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ethernet solution wanted

159 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by klausc127 on Sat Sep 24 03:00:24 MST 2011
Hi,
my lpcxpresso LPC1769 has to do the following via Ethernet connected to a windows XP PC:
read file vom PC (location known), handle data
delete file on PC
write file to PC with result data
show status of Hardware in a browser on PC
a RTOS would be nice but is not necessary.

What can I use for these tasks?
Any help or hint is appreciated, thanks in advance
Klaus
0 Kudos
2 Replies

152 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_Europe on Tue Sep 27 15:15:13 MST 2011
Hello klausc127,

see:
http://knowledgebase.nxp.com/showthread.php?t=2229&highlight=ethernet

More solutions can be found on this forum via search 'ethernet'.
0 Kudos

152 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by hzrnbgy on Sat Sep 24 14:13:44 MST 2011
For starter, you would need an application in the PC listening at a specific port. On this port is where you would have to send the instructions from your LPC. Ethernet is basically just a communication channel. You would still need an application installed on the PC side to execute whatever instruction it receives from the channel.
0 Kudos