亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

usb-to-RS

  • 基于C8051F320的心電監護系統設計

    介紹一種基于C8051單片機的動態心電監護系統。該系統由兩部分組成:以C8051F320單片機為核心的數據采集裝置和以PC機為平臺的分析處理系統。硬件電路功耗低,由單片機自帶的USB接口將數據傳送給PC機。軟件平臺采用LabVIEW可視化虛擬儀器系統開發平臺,將傳統儀器的功能模塊集成到計算機中,用戶可通過修改虛擬儀器的程序改變其功能。采用USB接口實時傳輸心電數據,并將數據采集模塊設計為計算機外設,使該系統高速快捷、小巧便攜。 Abstract:  In this design,a low-cost ECG electrocardiogram monitoring system is introduced,which consists of two parts:data acquisition device based on C8051F320and PC terminal as the analysis and processing system.The system is low-power consumption,the data is transmitted to the PC terminal by USB interface of the C8051F320.By using the visible virtual instrument system developing platform LabVIEW,the traditional instruments function modules are integrated into the computer,so the user can modify virtual instrument software to change its function to meet their needs.Using USB in-terface to realize real-time ECG data transmission,in addition,ECG data acquisition module is designed as the computer peripheral,which makes the syetem high-speed and portable.

    標簽: C8051F320 心電監護 系統設計

    上傳時間: 2013-11-13

    上傳用戶:zhangzhenyu

  • LAB6000U(USB接口)單片機/微控制器仿真實驗系統

    偉福LAB6000U系列仿真實驗系統性能特點:USB通信接口+串行通信接口含偉福先進的E6000仿真功能,硬件斷點、不占用用戶資源含32路、16K深度、10M的邏輯分析儀,32K深度跟蹤器,8路、20M波形發生器含靜態硬件測試儀(windows版本)含保護電路,仿真器部分與用戶電路部分采用隔離技術,使用更加安全可靠一機多用,配置51/96/8088仿真板可以仿真MCS51/MCS96/8086具有擴展功能,在板DIP擴展座和EPLD擴展座給實驗的擴展提供空間軟件平臺使用最新偉福E6000仿真器軟件,運行于WIN9x/WINME/WINNT

    標簽: 6000U 6000 LAB USB

    上傳時間: 2013-10-23

    上傳用戶:chfanjiang

  • USB全自動下載單片機移動實驗板實驗指導書

    概述 USB全自動下載(在線編程)STC單片機實驗板,是浙江省《單片機原理及應用》精品課程組2009年新推出的,專為無串行口的筆記本電腦用戶而設計的單片機學習實驗板,該板的最大特點:既是單片機的學習實驗板,又是STC系列單片機的在線編程調試器。

    標簽: USB 全自動 單片機

    上傳時間: 2013-10-26

    上傳用戶:yjj631

  • 基于W77E58的跑步機聯網系統的開發

    對于傳統的跑步機無法聯機組網,保存歷史數據,實時調試等問題,介紹了一個由多臺跑步機通過RS-232串行總線與上位機相連組成的跑步機聯網系統。系統采用W77E58作為下位機核心控制器件,它具有雙串行通訊端口,其中一個串口用于與變頻器通訊,另一個串口則與上位機相連,構成跑步機網絡。 Abstract:  The traditional running machine can not be connected to a network, saving historical data, real time debug etc.In this paper,a new network system which is composed of running machines connected by a RS-232 communication bus is introduced.In the system,W77E58 is used as a core control unit.W77E58 has two serial ports,one is connected to the inverter and the other is connected to the PC. Thus a network appears.

    標簽: W77E58 跑步機 聯網系統

    上傳時間: 2014-12-27

    上傳用戶:哇哇哇哇哇

  • 基于C8051F005單片機的參數測試儀的設計

    介紹了基于單片機航空交流電參數測試儀的系統設計。以Silicon Labs公司的C8051F005單片機為核心設計出數據采集板,通過RS-232串口與上位機通訊。運用Lab Windows/CVI編寫的上位機軟件實現信號的檢測以及波形和數據的顯示,給出了測試儀硬件電路的組成和軟件流程圖。本系統具有硬件結構簡單、容易實現和成本低等特點,在實際應用中其穩定性、精確性均能滿足客戶要求。 Abstract:  The design of aeronautics AC parameters tester based on the single-chip is introduced.The core component of data acquisition board is C8051F005 single chip of Silicon Labs Company,and communication with PC through RS-232. The signal processing software programmed with LabWindows/CVI can be used successfully to fulfill inspection of signal and display of the waveform and data. The hardware and software configuration of test instrument are provided.The hardware of the system is simple, and can be easily realized.The stability and precision of the measurement instrument are enough to meet the requirements.

    標簽: C8051F005 單片機 儀的設計 參數測試

    上傳時間: 2013-11-18

    上傳用戶:wang5829

  • 基于C8051F020的通用串口適配器的設計

    介紹了基于單片機C8051F020的通用串口適配器的設計與實現方法,即由單片機控制的智能化一對多口收發信號轉換器。通過采用C51對單片機進行編程,控制與RS-232(標準RS-232電平)、RS232(TTL電平)、RS-422接口的數據通信;采用C++ Builder作為開發平臺,通過RS-232接口實現上位機對適配器各個通信端口的控制。 Abstract:  Design and realization of a universal serial port adapter based on the MCU C8051F020 are introduced.The adapter is an intelligent one-to-more receiving and transmitting signal converter controlled by the MCU. By programming the MCU with the language C51,MCU control data communication between the MCU and RS-232(RS-232 level),RS-232(TTL level),RS-422 port; Using C++ Builder as the development plane, by one RS232 port, the upper PC can control each of the communication port of the adapter.

    標簽: C8051F020 串口適配器

    上傳時間: 2013-11-19

    上傳用戶:hebanlian

  • 基于單片機AT89C51的MP3播放系統的設計方案

    提出一種基于單片機AT89C51SND1C的MP3播放系統的設計方案。單片機集成了專用的解碼器,使用K9F1208閃存作為外存儲器,放音電路采用CS4330,存儲文件通過播放器上的USB接口設備從PC機上直接下載,液晶顯示采用LCD1602。方案設計簡單,性價比高,低功耗,易擴展。由于采用的是通用單片機實現的,可以很容易地移植到其他微控制器系統中,有很強的市場競爭能力和實用價值。 Abstract:  A MP3 player design based on microchip AT89C51SND1C was presented, which used K9F1208 Flash chip as the memory circuit and used CS4330 as play chip. Storage files were download from PC through USB interfaces player on the device,and the LCD/602 was used as display screen. This system had characteristics of simple design,low power,easy expand,low cost and high recognition. Using of universual microchip make it easy to transplant to other microcontrol system,and have strong market competitiom and practical value.

    標簽: 89C C51 MP3 AT

    上傳時間: 2014-12-27

    上傳用戶:佳期如夢

  • 在單片機上實現USB移動存儲

    在單片機上實現USB移動存儲功能,具體包括USB主機接口的硬件設計和整機USB驅動固件的設計。其中驅動固件的設計具體又包含幾個協議的實現:USB1.1控制傳輸協議、USB BULK傳輸協議、USB海量存儲類協議、UFI磁盤操作命令和FAT文件系統標準等

    標簽: USB 單片機 移動存儲

    上傳時間: 2013-10-30

    上傳用戶:liangliang123

  • 基于ISP1581的USB 數據采集系統的實現

    具有PCI總線等接口形式的采集卡雖然傳輸速率高,但安裝麻煩,易受PC機插槽數量、地址、中斷資源的限制。為了解決以上問題,設計了基于ISP1581的高速USB接口的多通道數據采集系統,介紹了系統硬件組成以及軟件程序的開發過程。經驗證,系統最高傳輸速率可達60 Mb/s。

    標簽: 1581 ISP USB 數據采集系統

    上傳時間: 2013-10-31

    上傳用戶:ANRAN

  • PROG430專業MSP430單片機編程器(USB型)使用說

    簡介 固件無限升級的編程器:隨著TI公司MSP430系列單片機新型號的不斷推出,我們對編程器的功能也隨之更新到位,凡是夠買過本產品的老顧客可以使用本產品最新軟件只需點擊升級固件,就可以獲得最新的功能了,正所謂一機在手后顧無憂。原串口型編程器,老客戶今后同樣可以使用我們的最新軟件獲取最新的功能。不拋棄,不放棄,有了您的支持,我們將做得更好。 PROG430編程器(USB型)是針對美國德州儀器(TI)公司的MSP430系列Flash型單片機的專業編程器,由北京博通電子打造,是原有串口型編程器的升級產品。功能強大,操作方便,界面友好,支持固件升級功能,只需下載最新的上位機軟件即可更新編程器固件。

    標簽: 430 PROG MSP USB

    上傳時間: 2013-10-27

    上傳用戶:稀世之寶039

主站蜘蛛池模板: 汉寿县| 镇沅| 句容市| 博客| 会昌县| 南雄市| 陕西省| 巧家县| 兰考县| 昌吉市| 汤原县| 虹口区| 承德市| 柯坪县| 舞阳县| 宁化县| 安陆市| 含山县| 南京市| 左权县| 晋江市| 吉安市| 河西区| 赫章县| 新密市| 兴文县| 津南区| 临安市| 罗甸县| 黄大仙区| 大同市| 宁乡县| 政和县| 丰镇市| 新兴县| 盐亭县| 庄河市| 遵化市| 洛宁县| 施甸县| 盘山县|