[Solved] UDP Support?

Does hFramework have UDP support? Like UDP.Send, etc.?

Hi PureRockets,

We have support for UDP in hFramework. You can find code here.

You have to remember that hFramework is not recommended for new designs. Now we recommend to use Mbed framework.

Please let me know what you decide.

Best regards,
Hubert

Got it. If I were to move to Mbed, could you recommend a good PID and servo control library? Perhaps PwmOut - APIs | Mbed OS 5 Documentation and PID Motor Control ?

1 Like

Hi,
For PID controller you can also consider to use this library: PID | Mbed

Regards,
Szymon