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.

[参考译文] MSP430F5359:关于 BSL 脚本程序和 COM 端口号(windows)

Guru**** 2386620 points
Other Parts Discussed in Thread: MSP430F5359
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1123787/msp430f5359-about-the-bsl-scripter-and-the-com-port-number-windows

器件型号:MSP430F5359

你(们)好

我有 一个运行 MSP430f5359的定制板、它可以通过 BSL_Scripter 进行升级。

只要 COM 端口号与"1"不同、它就可以正常工作。

选择 COM1后,运行 EXE 文件后,命令提示符中会出现以下错误。

MODE 5xx UART 9600 COM1 PARITY
        set_option: Parametro non corretto

"Parametro non correto"为意大利语、表示"参数不正确"。

下面是 BSL_scripter 运行的脚本文件

MODE 5xx UART 9600 COM1 PARITY
VERBOSE
MASS_ERASE
RX_PASSWORD
RX_DATA_BLOCK Firmware.txt

是否有人可以帮助我 确定需要在脚本文件中写入哪些内容才能使用 COM1 (如果可能的话)?

Davide