In order to know that how to add a new endpoint by the framework of the EZ_USB FX3 SDK 1.2,I do the following test.
1 Open the eclipse IDE, select the cyfxbulklpautomanytoone project to build,and load the image file by control Center Tools,we could see the three endpoint.
2 Add a new endpoint
(1)Adding a new endpoint descriptions in the cyfxbulklpdscr.c file
(2)Adding the new endpoint macro and socket macro in the cyfxbulklpautomanytoone.h file.
(3)Adding the create the endpoint code and socket code in the cyfxbulklpautomanytoone.c
3 Rebuild the cyfxbulklpautomanytoone project and reload the image file , but anyway,there is no infos by the control center.
How to add/create a endpoint on earth?