資源簡介
串口接收數據,并對數據進行圖形化顯示,串口通信,圖形化顯示,坐標
代碼片段和文件信息
??/*********************************************************************************************
程序名:? ?10位ADC轉換實驗程序
編寫人:? ?杜洋
編寫時間: 2010年3月24日
硬件支持: STC12C5A60S2?使用10位ADC功能?外部晶體12MHz
接口說明: P1.0接口接電位器??
修改日志:
1-
/*********************************************************************************************
說明:
PC串口端設置?[?4800,8,無,1,無?]
將ADC讀出的數值通過串口以十六進制方式顯示(第一個數據是ADC高8位,第二個數據是ADC低2位)。
/*********************************************************************************************/
#include??//單片機頭文件
#include? //51基本運算(包括_nop_空函數)
/*********************************************************************************************
函數名:毫秒級CPU延時函數
調??用:DELAY_MS?(?);
參??數:1~65535(參數不可為0)
返回值:無
結??果:占用CPU方式延時與參數數值相同的毫秒時間
備??注:應用于
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-10-01?14:05??串口數據的波形顯示軟件\
?????目錄???????????0??2014-10-01?14:05??串口數據的波形顯示軟件\Drawer\
?????文件????????1972??2014-01-14?20:07??串口數據的波形顯示軟件\Drawer\Drawer.Designer.cs
?????文件????????9314??2014-01-14?23:04??串口數據的波形顯示軟件\Drawer\Drawer.cs
?????文件????????6206??2014-01-14?23:18??串口數據的波形顯示軟件\Drawer\Drawer.csproj
?????文件?????????452??2014-01-14?22:50??串口數據的波形顯示軟件\Drawer\Drawer.csproj.user
?????文件????????5817??2014-01-14?19:58??串口數據的波形顯示軟件\Drawer\Drawer.resx
?????文件????????1684??2014-01-14?22:50??串口數據的波形顯示軟件\Drawer\Drawer_TemporaryKey.pfx
?????文件???????14612??2013-12-08?13:45??串口數據的波形顯示軟件\Drawer\MainForm.Designer.cs
?????文件????????8252??2014-01-14?20:37??串口數據的波形顯示軟件\Drawer\MainForm.cs
?????文件????????6016??2013-12-08?13:45??串口數據的波形顯示軟件\Drawer\MainForm.resx
?????文件?????????490??2013-12-08?11:01??串口數據的波形顯示軟件\Drawer\Program.cs
?????目錄???????????0??2014-10-01?14:05??串口數據的波形顯示軟件\Drawer\Properties\
?????文件????????1332??2013-12-01?14:38??串口數據的波形顯示軟件\Drawer\Properties\AssemblyInfo.cs
?????文件????????2864??2013-12-01?14:38??串口數據的波形顯示軟件\Drawer\Properties\Resources.Designer.cs
?????文件????????5612??2013-12-01?14:38??串口數據的波形顯示軟件\Drawer\Properties\Resources.resx
?????文件????????1093??2013-12-01?14:38??串口數據的波形顯示軟件\Drawer\Properties\Settings.Designer.cs
?????文件?????????249??2013-12-01?14:38??串口數據的波形顯示軟件\Drawer\Properties\Settings.settings
?????目錄???????????0??2014-01-16?13:41??串口數據的波形顯示軟件\Drawer\bin\
?????目錄???????????0??2014-10-01?14:05??串口數據的波形顯示軟件\Drawer\bin\Debug\
?????文件???????20992??2013-12-08?13:45??串口數據的波形顯示軟件\Drawer\bin\Debug\Drawer.exe
?????文件???????42496??2013-12-08?13:45??串口數據的波形顯示軟件\Drawer\bin\Debug\Drawer.pdb
?????文件???????22472??2014-01-14?22:54??串口數據的波形顯示軟件\Drawer\bin\Debug\Drawer.vshost.exe
?????目錄???????????0??2014-10-01?14:05??串口數據的波形顯示軟件\Drawer\bin\Release\
?????文件????????1796??2014-01-14?22:50??串口數據的波形顯示軟件\Drawer\bin\Release\Drawer.application
?????文件???????19456??2014-01-14?22:50??串口數據的波形顯示軟件\Drawer\bin\Release\Drawer.exe
?????文件????????2999??2014-01-14?22:50??串口數據的波形顯示軟件\Drawer\bin\Release\Drawer.exe.manifest
?????文件???????60928??2014-01-14?22:50??串口數據的波形顯示軟件\Drawer\bin\Release\Drawer.pdb
?????文件????????1796??2014-01-14?22:50??串口數據的波形顯示軟件\Drawer\bin\Release\Drawer.vshost.application
?????文件???????22472??2014-01-14?22:54??串口數據的波形顯示軟件\Drawer\bin\Release\Drawer.vshost.exe
?????文件????????2999??2014-01-14?22:50??串口數據的波形顯示軟件\Drawer\bin\Release\Drawer.vshost.exe.manifest
............此處省略42個文件信息
- 上一篇:好看的驗證碼VS2010
- 下一篇:361度插件通用版.rar
評論
共有 條評論