⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 串口接受程序.plg

📁 串行端口的本质功能是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 串口接受程序 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\llj\LOCALS~1\Temp\RSP142.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/串口接受程序.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\VC\串口接受程序\串口接受程序.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\llj\LOCALS~1\Temp\RSP142.tmp" 
Creating temporary file "C:\DOCUME~1\llj\LOCALS~1\Temp\RSP143.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/串口接受程序.pdb" /debug /machine:I386 /out:"Debug/串口接受程序.exe" /pdbtype:sept 
".\Debug\串口接受程序.obj"
]
Creating command line "link.exe @C:\DOCUME~1\llj\LOCALS~1\Temp\RSP143.tmp"
<h3>Output Window</h3>
Compiling...
串口接受程序.cpp
d:\vc\串口接受程序\stdafx.h(55) : error C2059: syntax error : ')'
d:\vc\串口接受程序\commport.h(12) : error C2143: syntax error : missing ';' before '<class-head>'
d:\vc\串口接受程序\commport.h(12) : error C2501: '_H__C5411689_33FA_410B_80C0_2AAFEF5A0932__INCLUDED_' : missing storage-class or type specifiers
d:\vc\串口接受程序\commport.h(12) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.



<h3>Results</h3>
串口接受程序.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -