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

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

USB-to-<b>Uart</b>

  • CH341系列編程器芯片usb轉串口Altium Designer AD原理圖庫元件庫

     CH341系列編程器芯片usb轉串口Altium Designer AD原理圖庫元件庫CSV text has been written to file : 1.9 - CH341系列編程器芯片.csvLibrary Component Count : 56Name                Description----------------------------------------------------------------------------------------------------CH311Q              PC debug port monitorCH331T              Mini USB Disk ControllerCH340G              CH340H              USB to TTL Serial / UART,  USB to IrDACH340T              USB to TTL Serial / UART,  USB to IrDACH340R              USB to IrDA, USB to RS232 SerialCH340S_P            USB to Print Port / ParallelCH340S_S            USB to TTL Serial / UART, pin compatible with CH341CH341A_S            USB to TTL Serial / UART / I2C/IICCH341S_P            USB to Print Port / ParallelCH341A_P            USB to Print Port / ParallelCH341S_S            USB to TTL Serial / UARTCH341S_X            USB to EPP Parallel / SPI / I2C/IICCH341A_X            USB to EPP Parallel / SPI / I2C/IICCH341T              USB to TTL Serial / UART / I2C/IICCH345T              USB to MidiCH352L_M            PCI to 8255 mode 2 Parallel for MCU and 16C550 UART / IrDACH352L_P            PCI to Print Port / Parallel and 16C550 UART / IrDACH352L_S            PCI to Dual 16C550 UART, TTL Serial*2 / IrDA*1CH362L              PCI Device / Slave only for RAM / Expansion ROMCH364F              Member of CH364 chipsetsCH364P              PCI Device / Slave Embedded Flash ROM, for Expansion ROMCH365P              PCI Device / Slave, for I/O port or RAM / ROMCH372T              USB Device / Slave for MCU, ParallelCH372A              USB Device / Slave for MCU, ParallelCH372V              USB Device / Slave for MCU, ParallelCH374S              USB Host & Device / Slave for MCU, parallel / SPICH374T              USB Host & Device / Slave for MCU, parallel / SPICH375S              USB Host & Device / Slave for MCU, parallel / UART SerialCH375A              USB Host & Device / Slave for MCU, parallel / UART SerialCH375V              USB Host & Device / Slave for MCU, parallel / UART SerialCH411G              FDC MFM encode and decodeCH421A              Dual port bufferCH421S              Dual port bufferCH423D              I2C/IIC I/O expander, 16 GPO + 8 GPIO, 128 LEDs DriveCH423S              I2C/IIC I/O expander, 16 GPO + 8 GPIO, 128 LEDs DriveCH423D_D            I2C/IIC I/O expander, 16 GPO + 8 GPIO, 128 LEDs DriveCH423S_D            I2C/IIC I/O expander, 16 GPO + 8 GPIO, 128 LEDs DriveCH423G              I2C/IIC I/O expander, 6 GPO + 5 GPIOCH432Q              Dual 16C550 UART with IrDA, parallel / SPICH432T              SPI Dual 16C550 UART with IrDACH450K              6 Digits / 48 LEDs Drive & 8x6 Keyboard, I2C/IICCH450H              6 Digits / 48 LEDs Drive & 8x6 Keyboard, I2C/IICCH450L              8 Digits / 64 LEDs Drive & 8x8 Keyboard, I2C/IICCH451L              8 Digits / 64 LEDs Drive & 8x8 Keyboard, 4 Wire Interface, SPICH451S              8 Digits / 64 LEDs Drive & 8x8 Keyboard, 4 Wire Interface, SPICH451D              8 Digits / 64 LEDs Drive & 8x8 Keyboard, 4 Wire Interface, SPICH452L_2            8 Digits / 64 LEDs Drive & 8x8 Keyboard, I2C/IICCH452L_4            8 Digits / 64 LEDs Drive & 8x8 Keyboard, 4 Wire Interface, SPICH452S_2            8 Digits / 64 LEDs Drive & 8x8 Keyboard, I2C/IICCH452S_4            8 Digits / 64 LEDs Drive & 8x8 Keyboard, 4 Wire Interface, SPICH453S              16 Digits / 128 LEDs Drive, I2C/IICCH453D              16 Digits / 128 LEDs Drive, I2C/IICPCI                 32Bit PCI Bus, simple / short cardPCI32               32Bit PCI BusUSB                 USB Port

    標簽: ch341 編程芯片 usb 串口 altium designer

    上傳時間: 2022-03-13

    上傳用戶:

  • TIMER.ASM ********* [ milindhp@tifrvax.tifr.res.in ] Set Processor configuration word as = 000

    TIMER.ASM ********* [ milindhp@tifrvax.tifr.res.in ] Set Processor configuration word as = 0000 0000 1010 b. a] -MCLR tied to VDD (internally). b] Code protection off. c] WDT disabled. d] Internal RC oscillator [4 MHZ].

    標簽: configuration Processor milindhp tifrvax

    上傳時間: 2015-05-24

    上傳用戶:wqxstar

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標簽: converts Toolbox complex logical

    上傳時間: 2016-02-12

    上傳用戶:a673761058

  • // This program measures the voltage on an external ADC input and prints the // result to a termin

    // This program measures the voltage on an external ADC input and prints the // result to a terminal window via the UART. // // The system is clocked using the internal 24.5MHz oscillator. // Results are printed to the UART from a loop with the rate set by a delay // based on Timer 2. This loop periodically reads the ADC value from a global // variable, Result.

    標簽: the measures external program

    上傳時間: 2013-12-27

    上傳用戶:trepb001

  • This software package contains the USB framework core developped by ATMEL, as well as a CDC driver

    This software package contains the USB framework core developped by ATMEL, as well as a CDC driver for an USB to serial converter. The following files are included : - core/ -> Source code for the framework core -> Makefile for the core - cdc/ -> Source code for the CDC driver -> Makefile for the CDC driver - lib/ -> Lib v3 files for every supported chips - bin/ -> Compiled binaries for every supported chips - ./ -> Makefile for the framework -> Startup file

    標簽: developped framework software contains

    上傳時間: 2017-02-14

    上傳用戶:qq1604324866

  • 基于FPGA的原理圖設計

    該原理圖采用CycloneV SOC FPGA設計的滿足多功能開發套件,主要接口包括以太網,USB接口,Micro-B等接口,非常適合初學者開發使用,歡迎下載。

    標簽: Cyclone,Altera,FPGA,生產

    上傳時間: 2015-03-04

    上傳用戶:renqiang2006

  • 保險晶振繼電器開關3D封裝庫lukougao

    這個封裝庫比較雜,包含除電阻電容電感以外的,我們常用的一些電子元器件。電池:CR1220和CR2032;貼片磁珠;整流橋:種類很齊全;保險管:貼片和直插均有;晶振:直插HC49、2*6、3*8等圓柱形,貼片0705等40種規格晶振;繼電器:包括歐姆龍和松下一些常用的型號的繼電器共36種,這個很難得的;變壓器:EI35RJ11和RJ45網口;sd卡座;USB座:A,B,C型都有;撥碼開關和按鍵:共90多種封裝形式;

    標簽: 繼電器 3d封裝

    上傳時間: 2022-04-25

    上傳用戶:canderile

  • VIP專區-單片機源代碼精選合集系列(74)

    eeworm.com VIP專區 單片機源碼系列 73資源包含以下內容:1. ICCAVR軟件中文使用說明書.pdf2. 單片機原理及系統設計.rar3. iccavr v6.31a破解版下載.rar4. mcs-51單片機應用教程.rar5. AVR單片機應用設計 ,pdf.rar6. C51單片機并行口擴展設計及應用.pdf7. ATmega8原理及應用手冊.rar8. AVR Studio 幫助文件中文翻譯.rar9. AVR系統單片機C語言編程與應用實例.rar10. ICCAVR中文使用說明.pdf11. 單片機應用技術選編3.rar12. ICCAVR教程.pdf13. 單片機應用技術選編10.rar14. 51定時器計算軟件.rar15. AVR單片機C語言開發入門指導.pdf16. 單片機應用技術選編1.rar17. 基于Proteus的單片機出租車計價器的設計.pdf18. 16 16點陣顯示漢字原理及顯示程序.rar19. STC定時器2的操作.pdf20. PS/2鼠標和單片機的接口.pdf21. 4位八段數碼管的十進制加計數仿真實驗(含電路圖和仿真文件).rar22. MCU復位電路和振蕩電路應用.pdf23. 匯編+保護模式+教程.rar24. 6位8段數碼管驅動電路及C語言驅動程序.rar25. 基于PIC單片機控制的數字視頻混合器.pdf26. 基于CAN總線的智能尋位制造系統.pdf27. 用單片機實現溫度遠程顯示.rar28. 帶I2C串行CMOS EEPROM、精密復位控制器和看門狗定.pdf29. 經典看門狗電路設計.pdf30. 單片機應用技術選編11.rar31. 看門狗復位芯片.pdf32. USB/EPP轉接系統的硬件設計與分析.pdf33. 單片機應用技術選編9.rar34. 51單片機復位電路分析.pdf35. USB攝像頭微處理器硬件設計.pdf36. 單片機復位電路設計.pdf37. 基于多點網絡的水廠自動監控系統設計.pdf38. 提高PLC程序運行速度的幾種編程方法.pdf39. 基于單片機的汽車多功能報警系統設計.pdf40. rs232串口通信大全.pdf41. 雙單片機數據采集系統中TCPIP網絡模塊的實現.pdf42. 基于變頻調速的水平連鑄機拉坯輥速度控制系統.pdf43. tms320vc33應用電路原理圖.pdf44. 基于USB接口的數據采集模塊的設計與實現.pdf45. 51單片機驅動步進電機(含電路圖和C語言源程序代碼).doc46. 基于ST62單片機的稱重顯示控制器.pdf47. 單片機教程下載.rar48. 單片機系統“PC”失控的軟件措施.pdf49. cx51編譯器用戶手冊.pdf50. 4x4鍵盤的設計與制作.pdf51. keil c51使用說明(使用教程).doc52. 基于ADSP-BF561 的數字攝像系統設計.pdf53. keil uvision2使用教程.rar54. PL2303 USB to Serial Adapter.pdf55. 51仿真器(含原理圖,PCB和監控程序).rar56. RS232串行接口電平轉接器.pdf57. keil c51 v8.12下載.rar58. USB鼠標設計資料 (含原理圖和源程序).zip59. 單片機在工業無線網絡中的具體應用.pdf60. GM814x兼容SPITM總線的UART擴展芯片并聯擴展應用.pdf61. 51單片機讀寫u盤(含源程序和原理圖).zip62. 跟我學單片機教程(實驗與指令教程).pdf63. 51單片機c語言.pdf64. I2C總線高頻頭控制程序(Keil C51程序 基于芯片TS.doc65. PLC TM卡開發系統匯編程序(ATM8051).pdf66. 微機原理與接口課件.rar67. 51單片機C語言編程實例.doc68. 51單片機實驗程序.rar69. 單片機實用子程序(MCS-51庫).rar70. PIC單片機的C語言編程.pdf71. 51匯編程序實例.rar72. 單片機控制交通燈程序及設計.rar73. 單片機c語言入門教程.pdf74. 匯編程序實例下載.rar75. 單片機外圍電路設計(第2版).rar76. pic單片機c語言教程.pdf77. 用單片機配置FPGA—PLD設計技巧.pdf78. 《51單片機C語言應用程序實例精講》.doc79. 51單片機c語言入門.pdf80. Keil Cx51 V7.0單片機高級語言編程與uVisio.rar81. 高速SOC單片機C8051F.pdf82. 51單片機外部中斷程序.rar83. 51單片機c語言教程.pdf84. 一種基于C8051F單片機的直流無刷電機轉速控制系統.doc85. 單片機入門學習.rar86. HT48&HT46 MCU用軟件執行I2C總線的控制功能的方.pdf87. C8051F040單片機開發與C語言編程(例子).rar88. MCS-51單片機原理與應用.rar89. i2c總線pdf.pdf90. SM-IIC/2051模塊用戶說明(I2C 數據控制模塊).pdf91. I2C總線驅動程序.pdf92. 51單片機拼音中文輸入法c程序源代碼.zip93. 單片機萬年歷設計(含程序和原理圖以及PCB文件).rar94. c8051f040/c8051f041/c8051f042/.pdf95. cygnal單片機教程.pdf96. 多功能數字鐘電路圖.pdf97. C51單片機模擬I2C總線的C語言實現.doc98. C8051F單片機應用解析.rar99. 單片機漢字顯示系統電路圖.pdf100. LED顯示屏動態顯示及程序.rar

    標簽: 微波技術 實驗

    上傳時間: 2013-04-15

    上傳用戶:eeworm

  • OMAP3530解決方案.rar

    TI OMAP3530解決方案,集成WiFi、BT、GPS模塊,高速USB HOST、UART、CAMERA等豐富外設。

    標簽: OMAP 3530 方案

    上傳時間: 2013-07-11

    上傳用戶:13215175592

  • stc_Ver4.87_ISP_green

    stc 單片機最新ISP免安裝軟件!中文界面,但有些USB TO 232接口支持不是很好。

    標簽: ISP_green stc_Ver 4.87

    上傳時間: 2013-05-29

    上傳用戶:vaidya1bond007b1

主站蜘蛛池模板: 莆田市| 连南| 盐津县| 宁乡县| 栾城县| 丽江市| 湟中县| 临高县| 东乌珠穆沁旗| 桂林市| 石首市| 莎车县| 修水县| 云梦县| 游戏| 永城市| 重庆市| 万州区| 丰宁| 若羌县| 石屏县| 湾仔区| 麦盖提县| 陇西县| 云梦县| 尉犁县| 东城区| 洪洞县| 宁城县| 长兴县| 南溪县| 德保县| 凉山| 杭锦后旗| 治县。| 靖宇县| 弋阳县| 潢川县| 彭州市| 玉林市| 寿阳县|