
Physical Interface
Basler aviator Camera Link 35
The serial port can operate at the following baud rates: 9600, 19200, 38400, 57600, 115200,
230400, 460800, and 921600.
You can change the baud rate for the serial port by setting the Camera Link Serial Port Baud Rate
parameter.
Setting the Baud Rate Using Basler Pylon
You can use the pylon API to set the Camera Link Serial Port Baud Rate parameter value from
within your application software. The following code snippet illustrates using the API to set the
parameter value:
// Set the serial port baud rate to 115200
Camera.ClSerialPortBaudRate.SetValue( ClSerialPortBaudRate_Baud115200 );
You can also use the Basler pylon Viewer application to easily set the parameter.
For more information about the pylon API and the pylon Viewer, see Section 4 on page 45.
Setting the Baud Rate Using Direct Register Access
To set the Camera Link serial port baud rate via direct register access:
Set the value of the CL Serial Port Baud Rate register to the desired baud rate.
For more information about changing settings via direct register access, see Section 4 on page 45.
If you change the baud rate, the camera will return to the 9600 baud setting when
it is reset or powered off and back on.
Comentarios a estos manuales