This commit is contained in:
gac-S_Changer
2019-10-17 10:24:14 +02:00
parent 00e6836a13
commit 0059948c32
5 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import java.io.IOException;
public class LaserUE extends SerialPortDevice{
final Readable readable;
static final double RANGE_MIN = 1.0;
static final double RANGE_MAX = 30.0;
static final double RANGE_MAX = 35.0;
public LaserUE(String name, String port) {
super(name, port, 921600, SerialPortDeviceConfig.DataBits.DB_8, SerialPortDeviceConfig.StopBits.SB_1, SerialPortDeviceConfig.Parity.None);
this.setMode(Mode.FullDuplex);