With the virtual NIC example for the MK6x how do you then connect to it. You have an IP Address, but what is the Port you are suppose to connect on?
Also how do you enable HS-USB, if you have the board setup to support HS-USB. I don't see anywhere in the code to enable it, even in the virtual COM (CDC) code either. I'm assuming you have to make some kind o modification to add support for it.
Hi Jason:
Plug-in the CDC device which is running dev_cdc_virtual_nic example into PC, you will see a network adapter listed in device manager.
Please refer to the readme file for more details
C:\Freescale\Freescale_MQX_4_2\usb_v2\example\device\cdc\virtual_nic\readme.pdf
Regards
Daniel
The problem that I have is what's the IP Port you open to connect to? I'm able to get this up and running on the board but I have no idea what port you are suppose to connect to it with. When I look thru the source code I can't see where they are sitting around listening for a connection on a port I only see where they set the default IP address. So if I have an application that needs the IP address and a IP Port what port do I use?