stage_one
This commit is contained in:
@ -203,7 +203,7 @@ class InovanceMD520:
|
||||
|
||||
def main():
|
||||
# 创建变频器对象
|
||||
inverter = InovanceMD520(port='COM4', baudrate=9600)
|
||||
inverter = InovanceMD520(port='COM3', baudrate=9600)
|
||||
|
||||
# 连接串口
|
||||
if not inverter.connect():
|
||||
|
||||
Reference in New Issue
Block a user