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

📄 serialport.vcl

📁 下午编译了这个串口调试助手,觉得非常不错,绝对免调试可编译通过跑在板子上!个人修改下里面的函数就可以达到自动控制目的,也可以编译成PC版程序用于桌面串口工控.相关文档 PSerialPort.cpp
💻 VCL
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SerialPort - Win32 (WCE ARMV4I) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"ARMV4IRel/SerialPort.res" /d UNDER_CE=500 /d _WIN32_WCE=500 /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "WCE_PLATFORM_QQ2440" /d "THUMB" /d "_THUMB_" /d "ARM" /d "_ARM_" /d "ARMV4I" /d "_AFXDLL" /r "C:\Documents and Settings\guoxing\桌面\1\SerialPort\SerialPort.rc"" 
Creating temporary file "C:\DOCUME~1\guoxing\LOCALS~1\Temp\RSP7AC.tmp" with contents
[
/nologo /W3 /D _WIN32_WCE=500 /D "ARM" /D "_ARM_" /D "WCE_PLATFORM_QQ2440" /D "ARMV4I" /D UNDER_CE=500 /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /FR"ARMV4IRel/" /Fp"ARMV4IRel/SerialPort.pch" /Yu"stdafx.h" /Fo"ARMV4IRel/" /O2 /MC /c 
"C:\Documents and Settings\guoxing\桌面\1\SerialPort\PSerialPort.cpp"
"C:\Documents and Settings\guoxing\桌面\1\SerialPort\SerialPort.cpp"
"C:\Documents and Settings\guoxing\桌面\1\SerialPort\SerialPortDlg.cpp"
"C:\Documents and Settings\guoxing\桌面\1\SerialPort\SetupDlg.cpp"
]
Creating command line "clarm.exe @C:\DOCUME~1\guoxing\LOCALS~1\Temp\RSP7AC.tmp" 
Creating temporary file "C:\DOCUME~1\guoxing\LOCALS~1\Temp\RSP7AD.tmp" with contents
[
/nologo /W3 /D _WIN32_WCE=500 /D "ARM" /D "_ARM_" /D "WCE_PLATFORM_QQ2440" /D "ARMV4I" /D UNDER_CE=500 /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /FR"ARMV4IRel/" /Fp"ARMV4IRel/SerialPort.pch" /Yc"stdafx.h" /Fo"ARMV4IRel/" /O2 /MC /c 
"C:\Documents and Settings\guoxing\桌面\1\SerialPort\StdAfx.cpp"
]
Creating command line "clarm.exe @C:\DOCUME~1\guoxing\LOCALS~1\Temp\RSP7AD.tmp" 
Creating temporary file "C:\DOCUME~1\guoxing\LOCALS~1\Temp\RSP7AE.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"ARMV4IRel/SerialPort.pdb" /nodefaultlib:"libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib" /out:"ARMV4IRel/SerialPort.exe" /subsystem:windowsce,5.00 /align:"4096" 
".\ARMV4IRel\PSerialPort.obj"
".\ARMV4IRel\SerialPort.obj"
".\ARMV4IRel\SerialPortDlg.obj"
".\ARMV4IRel\SetupDlg.obj"
".\ARMV4IRel\StdAfx.obj"
".\ARMV4IRel\SerialPort.res"
]
Creating command line "link.exe @C:\DOCUME~1\guoxing\LOCALS~1\Temp\RSP7AE.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
PSerialPort.cpp
C:\Documents and Settings\guoxing\桌面\1\SerialPort\PSerialPort.cpp(229) : warning C4018: '==' : signed/unsigned mismatch
SerialPort.cpp
SerialPortDlg.cpp
C:\Documents and Settings\guoxing\桌面\1\SerialPort\SerialPortDlg.cpp(168) : warning C4018: '<' : signed/unsigned mismatch
C:\Documents and Settings\guoxing\桌面\1\SerialPort\SerialPortDlg.cpp(170) : warning C4244: '=' : conversion from 'unsigned short' to 'char', possible loss of data
SetupDlg.cpp
Generating Code...
Linking...
Creating command line "bscmake.exe /nologo /o"ARMV4IRel/SerialPort.bsc"  ".\ARMV4IRel\StdAfx.sbr" ".\ARMV4IRel\PSerialPort.sbr" ".\ARMV4IRel\SerialPort.sbr" ".\ARMV4IRel\SerialPortDlg.sbr" ".\ARMV4IRel\SetupDlg.sbr""
Creating browse info file...
<h3>Output Window</h3>




<h3>Results</h3>
SerialPort.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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