To verify device operation, complete the following steps:
Step 1: Confirm Device Connection
- Ensure your Unex device is properly connected to the target system (e.g., PC or virtual machine). This may involve physical connections (USB, Ethernet) or mounting in a virtual environment.
- Use the correct network interface to communicate with the Unex device for stable data transfer.
Step 2: Check Device Status
- Run a simple network test (e.g., ping) to confirm the device is reachable.
- Use the following commands to check if the device appears in the network interface list:
ifconfig
# or
ipa
Step 3: Compile and Run the V2X Example
- Navigate to the folder containing the US V2Xcast example program.
- Compile the example using the appropriate build commands.
- Ensure all required dependencies and SDK tools are installed and configured.
- Ensure all required dependencies and SDK tools are installed and configured.
- Run the compiled example with your device connected and ready.
Step 4: Test and Verify
- Confirm the program executes successfully.
- Verify that V2X messages are transmitted and received correctly between devices.
For more details, please refer to:
- Get Started Guide → 2. System Architecture
- Get Started Guide → 3. Connect to Unex Device
- V2Xcast SDK → 1.4.2. Compiling and Executing US V2Xcast Example