【发布时间】:2009-04-11 20:40:50
【问题描述】:
我正在尝试通过串行端口向我的 siemens C55 发送 ---.hex 文件,但在执行此操作时出现错误
“make.exe”程序 avrdude -p atmega8 -P com2 -c stk200 -U flash:w:gsm_remote.hex avrdude:端口名称“com2”既不是 lpt1/2/3 也不是有效数字 avrdude:无法打开设备“com2”
avrdude:无法打开并口“com2”
make.exe: *** [程序] 错误 1
请指导我该怎么做 源代码也可以在 http://www.4shared.com/file/88235332/4b2370f8/080324-11.html
【问题讨论】:
标签: c++ embedded avr winavr avrdude