Click or drag to resize

BaseSerialLaserControllerCheckOnLaserReadySerial Method

Checks if the laser is ready by retrieving its state by the RS-232 connection.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract bool CheckOnLaserReadySerial()

Return Value

Boolean
true if ready, false otherwise.
See Also