Other Parts Discussed in Thread: ALP
您好!
我们打算在 ALP 的帮助下通过 python 脚本打印出 DS90UB960的寄存器值。
格式化的十六进制输出应按所示工作
打印"DES960 0x0C =%02x"% DEC2HEX (board.ReadI2C (addr、0x0C))、
但它不会。
它只接受为
打印"DES960 0x0C =、DEC2HEX (board.ReadI2C (addr、0x0C))。
什么可能出错?
此致
Torsten
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: ALP
您好!
我们打算在 ALP 的帮助下通过 python 脚本打印出 DS90UB960的寄存器值。
格式化的十六进制输出应按所示工作
打印"DES960 0x0C =%02x"% DEC2HEX (board.ReadI2C (addr、0x0C))、
但它不会。
它只接受为
打印"DES960 0x0C =、DEC2HEX (board.ReadI2C (addr、0x0C))。
什么可能出错?
此致
Torsten