[En-Nut-Discussion] (no subject)
Rasmus Aagesen
rasmus.aagesen at tonica.dk
Tue Mar 16 09:54:54 CET 2010
Hallo every one.
I am using ether nut core to send and receive data over local net via UDP.
I have initiated the Ethernet device with the following call's
NutRegisterDevice(&DEV_ETHER, 0x8300, 5);
NutNetLoadConfig(DEV_ETHER_NAME);
NutNetSaveConfig();
To have full control over Ethernet, I am using a Periodic interval timer
(PIT) to read and send data every 10 ms
The NutUdpSendTo()works perfectly but the NutUdpReceiveFrom()does not work,
the program stop's the first time it call's this function
My question is how do I solve this issue.
Hop you can help
Regards Rasmus
More information about the En-Nut-Discussion
mailing list