Other Parts Discussed in Thread: C2000WARE,
Hi team,
Here's an issue from the customer may need your help:
Requirement: The control board of the 28388D is used to communicate with the PC. Sending and receiving data is a normal binary number, similar to SCI applications.
Implement:
- Address: 192.168.2.22
- Port number: 6600
- Communication via TCP or UDP
- Send 8-bit data and receive 8-bit data.
Is it possible to implement something like I2C that can each be configured by function individually, not all data is mixed together?
When debugging the network interface for the first time, refer to the example file in C2000 ware. There seems to be no example of setting up TCP and UDP (local port number). In some cases, addresses are also directly mixed in the data stream. The example of a third-party lwip seems to be adequate, but the functions used are different. For example, device_delay_US() has a problem at compile time. Is there a better example for debugging a development board available for reference? Or are there simple, easy-to-use routines like hands-on lab in C2000?
Could you help check this case? Thanks.
Best Regards,
Cherry
