How to send UDP Data over USB
Hey guys,
I am using a STM32F401RE nucleo board that does not have an ethernet port. However, I would like to send UDP Frames over the USB/serial port.
Since I am new to this and there are no examples how to do it, I really appreciate your help. Has anybody done this before? Are there some working examples or maybe you have any hints where to start research.
I know that there are some LwIP examples for boards with an ethernet adapter. Could I use these libraries and, at the point where they are getting send over ethernet, send them over USB CDC instead?
Please help! :)
