I just wonder if some has an easy way of finding the IP number of a headless device?
I have a headless device running WEC2013 on a Colibri module.
Default it uses DHCP so connecting it to the network would give the device an IP.
I need this IP to Debug the application.
Someway of getting the IP:
1: Auto launch Remote Display from USB driver and see the actual IP number
2: Make a static IP configuration with an USB drive. (Have to remember to undo the config after end usage)
3: Launch the bootloader and activate image download. The IP acquired here would probably be the same it gets in WEC2013!
You can build this as an application and eventually replace _tprintf with RETAILMSG if you don’t have a screen and prefer output on the serial console.
The application tries to read the IP and waits until one is available so you can put it in the autorun folder on your flashdisk or on the same folder on removable media and just plug it in when you need to read the address.