I'm now trying to run the 'software interface model' supplied on the same page, along with the UDP_HostPrintout model for data reception, but I'm having trouble with the UDP send/receive blocks.
Everything runs nicely with no errors and I've got a busy blinking light on Ethernet port 1 of the carrier board, but I can not get the UDP send/receive blocks to do anything - I can not view the data that is supposedly being sent and received.
I think I've got the IP addresses right - Using the default 192.168.3.2 for the board and 192.168.3.1 for the host, and according to 'netstat' the port '25000' is not already in use.
When I run the simulation and call 'netstat' in 'cmd' there are no new UDP connections appearing and there is no data showing in the Diagnostics Viewer.
Am I supposed to be using the second Ethernet port on the carrier board? If so how do I first configure that?
Otherwise is there something else that I'm missing?
I have the following toolboxes/addons installed:
MATLAB Version 9.4 (R2018a)
Simulink Version 9.1 (R2018a)
Communications System Toolbox Version 6.6 (R2018a)
DSP System Toolbox Version 9.6 (R2018a)
Embedded Coder Version 7.0 (R2018a)
Fixed-Point Designer Version 6.1 (R2018a)
HDL Coder Version 3.12 (R2018a)
HDL Verifier Version 5.4 (R2018a)
LTE HDL Toolbox Version 1.1 (R2018a)
LTE System Toolbox Version 2.6 (R2018a)
MATLAB Coder Version 4.0 (R2018a)
Phased Array System Toolbox Version 3.6 (R2018a)
RF Blockset Version 7.0 (R2018a)
RF Toolbox Version 3.4 (R2018a)
Signal Processing Toolbox Version 8.0 (R2018a)
Simulink Coder Version 8.14 (R2018a)
Stateflow Version 9.1 (R2018a)
WLAN System Toolbox Version 1.5 (R2018a)
Any help would be greatly appreciated!
Kind regards
Harry
EDIT: The receive side appears to work - when I give it an active port number listed in netstat, it sends garbled text to the Diagnostics Viewer.