This commit is contained in:
2025-01-31 11:27:18 +03:00
parent 7feca8a40c
commit 44ee7a50c8
4 changed files with 45 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
extends Node
# ЯУ-07 Блок
var unit = Yau07.YaU07.new('ЯУ07')
var unit = Yau07.YaU07.new('ЯУ-07Б')
var soc_unicast: Socket
var soc_brodcast: Socket
var ip_address_yau: String = Constants.ADDRESSES[0][1]
@@ -92,6 +92,7 @@ func _ready() -> void:
unit.connect('line_changed', Callable(self, 'on_line_changed'))
unit.connect('command_fail', Callable(self, 'on_command_fail'))
connect_fs()
read_port_isa([0x106])
func _process(delta: float) -> void: