comm.plg
来自「电脑通过串口控制单片机,当按下0~9按钮后,电脑发送给单片机,单片机用八段数码管」· PLG 代码 · 共 56 行
PLG
56 行
<html>
<body>
<pre>
<h1>礦ision2 Build Log</h1>
<h2>Project:</h2>
F:\dpj\实验\单片机串口试验\已提取读串口\comm.uv2
Project File Date: 12/06/2007
<h2>Output:</h2>
Build target 'Target 1'
compiling main.c...
MAIN.C(41): error C202: 'p0': undefined identifier
MAIN.C(42): error C202: 'p0': undefined identifier
MAIN.C(43): error C202: 'p0': undefined identifier
MAIN.C(44): error C202: 'p0': undefined identifier
MAIN.C(45): error C202: 'p0': undefined identifier
MAIN.C(46): error C202: 'p0': undefined identifier
MAIN.C(47): error C202: 'p0': undefined identifier
MAIN.C(48): error C202: 'p0': undefined identifier
MAIN.C(49): error C202: 'p0': undefined identifier
Target not created
Build target 'Target 1'
compiling main.c...
MAIN.C(32): error C141: syntax error near '='
Target not created
Build target 'Target 1'
compiling main.c...
MAIN.C(32): error C202: 'P2_7': undefined identifier
Target not created
Build target 'Target 1'
compiling main.c...
MAIN.C(32): error C202: 'P2_6': undefined identifier
Target not created
Build target 'Target 1'
compiling main.c...
MAIN.C(32): error C202: 'P2_6': undefined identifier
Target not created
Build target 'Target 1'
compiling main.c...
linking...
Program Size: data=9.0 xdata=0 code=117
creating hex file from "comm"...
"comm" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling main.c...
linking...
Program Size: data=9.0 xdata=0 code=117
creating hex file from "comm"...
"comm" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling main.c...
linking...
Program Size: data=9.0 xdata=0 code=117
creating hex file from "comm"...
"comm" - 0 Error(s), 0 Warning(s).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?