Send UDP to Tennsy


    Aug 04 2018 | 5:10 pm
    Hi,
    i would send packets of RGB message via UDP from max to my teensy 3.5.
    I tried many ways like udp, sadam.udpsender , and so on...nothing.
    The data don't arrive. Any suggest to fix this problem?
    THX

    • Aug 04 2018 | 9:38 pm
      unsigned int localPort = 7400; // local port to listen on
      where did You get that #define localport ?
    • Aug 05 2018 | 5:24 pm
      Thank you i don't know where i find it.
      Anyway now the data arrive but when i send more messages at 30 ms frame rate the system crash. i send 660 Bytes every 25 ms. via serial port and all go fine. i think wouldn't be a problem send the same data via ethernet.
      Any suggest?
    • Aug 05 2018 | 6:19 pm
      You can get some help and infos at pjrc.com teensy forums. Because either Your code is faulty, or there is a problem with whatever shield You are using.
    • Aug 06 2018 | 1:02 am
      OK Thank you for all!