This commit is contained in:
gac-S_Changer
2020-01-22 09:56:28 +01:00
parent 065695daa1
commit 97c1f97e98
22 changed files with 119 additions and 95 deletions

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);