Main Content

setPILPort

Set the TCP/IP port number used by the PIL execution

Since R2019a

Add-On Required: This feature requires the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms add-on.

Description

example

setPILPort(hwObj,portNumber) sets the TCP/IP port number of the NVIDIA® target board to be used by the processor-in-the-loop (PIL) execution. This value is valid until the hardware object is live.

Examples

collapse all

You can configure the port number to be used by PIL on an NVIDIA Jetson™ hardware from the MATLAB® environment using the setPILPort method of the jetson hardware connection object.

To create a live hardware connection object, provide the host name or IP address, user name, and password of the target board.

hwObj = jetson('jetson-board-name','ubuntu','ubuntu');
setPILPort(hwObj,17726);

Input Arguments

collapse all

Connection to a specific NVIDIA hardware board, specified as a jetson or drive object.

Specify a valid TCP/IP port number on the NVIDIA board to be used by PIL execution.

Example: 17725

Version History

Introduced in R2019a