Receive UDP

Post any examples or modules that you want to share here
Post Reply
rob.keij
Posts: 13
Joined: Mon May 25, 2015 9:23 pm
Location: IJmuiden the Netherlands
Contact:

Receive UDP

Post by rob.keij »

I try to get UDP Messages from a UDP server.

It should work, when I look with a other UDP monitor I see the UDP server sends the requested data.
But with the udp.fsm program I receive only the transmitted data.

Is ther somebody with a good suggestion what I have missed?

I have read Component Reference.pdf page 316 And is so clear that its almost impossible to make a mistake :)


Best regards,

Rob
Attachments
udp.fsm
UDP test
(3.53 KiB) Downloaded 1111 times
rob.keij
Posts: 13
Joined: Mon May 25, 2015 9:23 pm
Location: IJmuiden the Netherlands
Contact:

Re: Receive UDP

Post by rob.keij »

I know what the problem was, my incorrect handling of the fs client port number.
My microcontroller server now looks to the port flowstone has choose.


receiving 128 bytes
receiving 128 bytes
UDPTEST.png (50.26 KiB) Viewed 13557 times
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Receive UDP

Post by MyCo »

Sorry that you didn't get an answer. Glad you found the problem yourself. There aren't many users into networks... Couldn't help either, haven't done more than forwarding URLs to the browser in terms of network stuff :lol:
rob.keij
Posts: 13
Joined: Mon May 25, 2015 9:23 pm
Location: IJmuiden the Netherlands
Contact:

Re: Receive UDP

Post by rob.keij »

No problem, I have more Ruby problems to solve. :)
Post Reply