Wifly UDP communication problems

hello,

i want to use touchosc (UDP datagrams) with wifly but i cant receive nothing to my terminal

My hardware is xbee explorer + wifly

My Wifly configaration is:

IF=UP

DHCP=ON

IP=172.26.0.233:9000

NM=255.255.255.0

GW=172.26.0.6

HOST=172.26.0.46:8001

PROTO=UDP,

MTU=1524

FLAGS=0x7

TCPMODE=0x0

BACKUP=0.0.0.0

<2.28>

For testing i’m using maxmsp to send UDP packets with udpsend object,

i receive something when i send from serial terminal to max udpreceive,

but i cant communicate in the other direction!

any ideas?

From the WiFly user Manual, the maximum frame size is 1460.

How did you reach 1524?

Try this for the configuration:

set comm size 1460

(In my program, I used 1403 because mine does not seem to get higher, but i have only 2.21 firmware version)

1524 appears to be the new default for 2.31

i get that as well :slight_smile: