├── LICENSE ├── README.md ├── STLink.SchDoc ├── STLinkUART.PDF ├── STLinkUART.PcbDoc ├── STLinkUART.PrjPcb ├── STLinkUART.PrjPcbStructure ├── STLinkV2.J16.S4.bin ├── UART.SchDoc ├── USBHost.SchDoc └── preview ├── PCB_3d_Bottom.png ├── PCB_3d_Top.png ├── USB设备树.png └── 接口定义.png /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright {yyyy} {name of copyright owner} 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # stlink-uart 2 | 串口和stlink/V2二合一调试工具。 3 | 4 | --- 5 | 6 | ![image](https://github.com/solosky/stlink-uart/raw/master/preview/PCB_3d_Top.png) 7 | ![image](https://github.com/solosky/stlink-uart/raw/master/preview/PCB_3d_Bottom.png) 8 | 3d模型图 9 | 10 | ![image](https://github.com/solosky/stlink-uart/raw/master/preview/USB设备树.png) 11 | USB设备树 12 | 13 | ![image](https://github.com/solosky/stlink-uart/raw/master/preview/接口定义.png) 14 | 接口定义 15 | 16 | --- 17 | 方案: 18 | * GL852G - USB HUB 19 | * CP2102 - UART USB Bridge 20 | * STM32F103C8T6 - STLINK/V2 21 | 22 | 支持的功能: 23 | * SWIM 编程和调试(STM8) 24 | * SWD 编程和调试(stm32/ARM系列) 25 | * UART(导出DTR,支持arduino一键下载) 26 | * 3.3V提供最大500mA电流,可以作为调试目标的电源输出 27 | * 电源/tx/rx/stlink指示灯 28 | * MicroUSB 或者 标准USB A型 29 | 30 | --- 31 | # 开源协议 32 | 本编程器是基于apache Lisence 2.0 开源协议发布,允许商业使用或修改包括源代码和PCB,而无需经过我的授权。
33 | 但是请保留署名作者的权利。
34 | 如果在商业使用了本编程器的任何源代码和PCB内容,恕不提供技术支持,抱歉。
35 | 但如果能告知我使用了我的设计,我会感到很高兴的。
36 | -------------------------------------------------------------------------------- /STLink.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solosky/stlink-uart/f27601ab7790b9352b6fd2180b3014a3b440c5e2/STLink.SchDoc -------------------------------------------------------------------------------- /STLinkUART.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solosky/stlink-uart/f27601ab7790b9352b6fd2180b3014a3b440c5e2/STLinkUART.PDF -------------------------------------------------------------------------------- /STLinkUART.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solosky/stlink-uart/f27601ab7790b9352b6fd2180b3014a3b440c5e2/STLinkUART.PcbDoc -------------------------------------------------------------------------------- /STLinkUART.PrjPcb: -------------------------------------------------------------------------------- 1 | [Design] 2 | Version=1.0 3 | HierarchyMode=3 4 | ChannelRoomNamingStyle=0 5 | ReleasesFolder= 6 | ReleaseVaultGUID= 7 | ReleaseVaultName= 8 | ChannelDesignatorFormatString=$Component_$RoomName 9 | ChannelRoomLevelSeperator=_ 10 | OpenOutputs=1 11 | ArchiveProject=0 12 | TimestampOutput=0 13 | SeparateFolders=0 14 | TemplateLocationPath= 15 | PinSwapBy_Netlabel=1 16 | PinSwapBy_Pin=1 17 | AllowPortNetNames=1 18 | AllowSheetEntryNetNames=1 19 | AppendSheetNumberToLocalNets=0 20 | NetlistSinglePinNets=0 21 | DefaultConfiguration=Default Configuration 22 | UserID=0xFFFFFFFF 23 | DefaultPcbProtel=1 24 | DefaultPcbPcad=0 25 | ReorderDocumentsOnCompile=1 26 | NameNetsHierarchically=0 27 | PowerPortNamesTakePriority=0 28 | PushECOToAnnotationFile=1 29 | DItemRevisionGUID= 30 | ReportSuppressedErrorsInMessages=0 31 | OutputPath= 32 | LogFolderPath= 33 | ManagedProjectGUID= 34 | 35 | [Preferences] 36 | PrefsVaultGUID= 37 | PrefsRevisionGUID= 38 | 39 | [Document1] 40 | DocumentPath=STLinkUART.PcbDoc 41 | AnnotationEnabled=1 42 | AnnotateStartValue=1 43 | AnnotationIndexControlEnabled=0 44 | AnnotateSuffix= 45 | AnnotateScope=All 46 | AnnotateOrder=-1 47 | DoLibraryUpdate=1 48 | DoDatabaseUpdate=1 49 | ClassGenCCAutoEnabled=1 50 | ClassGenCCAutoRoomEnabled=1 51 | ClassGenNCAutoScope=None 52 | DItemRevisionGUID= 53 | GenerateClassCluster=0 54 | DocumentUniqueId=FJFLASVR 55 | 56 | [Document2] 57 | DocumentPath=USBHost.SchDoc 58 | AnnotationEnabled=1 59 | AnnotateStartValue=1 60 | AnnotationIndexControlEnabled=0 61 | AnnotateSuffix= 62 | AnnotateScope=All 63 | AnnotateOrder=0 64 | DoLibraryUpdate=1 65 | DoDatabaseUpdate=1 66 | ClassGenCCAutoEnabled=1 67 | ClassGenCCAutoRoomEnabled=1 68 | ClassGenNCAutoScope=None 69 | DItemRevisionGUID= 70 | GenerateClassCluster=0 71 | DocumentUniqueId=RXSYMCDX 72 | 73 | [Document3] 74 | DocumentPath=UART.SchDoc 75 | AnnotationEnabled=1 76 | AnnotateStartValue=1 77 | AnnotationIndexControlEnabled=0 78 | AnnotateSuffix= 79 | AnnotateScope=All 80 | AnnotateOrder=1 81 | DoLibraryUpdate=1 82 | DoDatabaseUpdate=1 83 | ClassGenCCAutoEnabled=1 84 | ClassGenCCAutoRoomEnabled=1 85 | ClassGenNCAutoScope=None 86 | DItemRevisionGUID= 87 | GenerateClassCluster=0 88 | DocumentUniqueId=BEHWTCAC 89 | 90 | [Document4] 91 | DocumentPath=STLink.SchDoc 92 | AnnotationEnabled=1 93 | AnnotateStartValue=1 94 | AnnotationIndexControlEnabled=0 95 | AnnotateSuffix= 96 | AnnotateScope=All 97 | AnnotateOrder=2 98 | DoLibraryUpdate=1 99 | DoDatabaseUpdate=1 100 | ClassGenCCAutoEnabled=1 101 | ClassGenCCAutoRoomEnabled=1 102 | ClassGenNCAutoScope=None 103 | DItemRevisionGUID= 104 | GenerateClassCluster=0 105 | DocumentUniqueId=JPLFSSIH 106 | 107 | [Configuration1] 108 | Name=Default Configuration 109 | ParameterCount=0 110 | ConstraintFileCount=0 111 | ReleaseItemId= 112 | CurrentRevision= 113 | Variant=[No Variations] 114 | GenerateBOM=1 115 | OutputJobsCount=0 116 | 117 | [OutputGroup1] 118 | Name=Netlist Outputs 119 | Description= 120 | TargetPrinter=HP DeskJet 2130 series 121 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 122 | OutputType1=PCADNetlist 123 | OutputName1=PCAD Netlist 124 | OutputDocumentPath1= 125 | OutputVariantName1= 126 | OutputDefault1=0 127 | OutputType2=SIMetrixNetlist 128 | OutputName2=SIMetrix 129 | OutputDocumentPath2= 130 | OutputVariantName2= 131 | OutputDefault2=0 132 | OutputType3=SIMPLISNetlist 133 | OutputName3=SIMPLIS 134 | OutputDocumentPath3= 135 | OutputVariantName3= 136 | OutputDefault3=0 137 | OutputType4=Verilog 138 | OutputName4=Verilog File 139 | OutputDocumentPath4= 140 | OutputVariantName4= 141 | OutputDefault4=0 142 | OutputType5=VHDL 143 | OutputName5=VHDL File 144 | OutputDocumentPath5= 145 | OutputVariantName5= 146 | OutputDefault5=0 147 | OutputType6=XSpiceNetlist 148 | OutputName6=XSpice Netlist 149 | OutputDocumentPath6= 150 | OutputVariantName6= 151 | OutputDefault6=0 152 | 153 | [OutputGroup2] 154 | Name=Simulator Outputs 155 | Description= 156 | TargetPrinter=HP DeskJet 2130 series 157 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 158 | OutputType1=AdvSimNetlist 159 | OutputName1=Mixed Sim 160 | OutputDocumentPath1= 161 | OutputVariantName1= 162 | OutputDefault1=0 163 | OutputType2=SIMetrixSimulation 164 | OutputName2=SIMetrix 165 | OutputDocumentPath2= 166 | OutputVariantName2= 167 | OutputDefault2=0 168 | OutputType3=SIMPLISSimulation 169 | OutputName3=SIMPLIS 170 | OutputDocumentPath3= 171 | OutputVariantName3= 172 | OutputDefault3=0 173 | 174 | [OutputGroup3] 175 | Name=Documentation Outputs 176 | Description= 177 | TargetPrinter=Virtual Printer 178 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 179 | OutputType1=Assembler Source Print 180 | OutputName1=Assembler Source Prints 181 | OutputDocumentPath1= 182 | OutputVariantName1= 183 | OutputDefault1=0 184 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 185 | OutputType2=C Source Print 186 | OutputName2=C Source Prints 187 | OutputDocumentPath2= 188 | OutputVariantName2= 189 | OutputDefault2=0 190 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 191 | OutputType3=C/C++ Header Print 192 | OutputName3=C/C++ Header Prints 193 | OutputDocumentPath3= 194 | OutputVariantName3= 195 | OutputDefault3=0 196 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 197 | OutputType4=C++ Source Print 198 | OutputName4=C++ Source Prints 199 | OutputDocumentPath4= 200 | OutputVariantName4= 201 | OutputDefault4=0 202 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 203 | OutputType5=Composite 204 | OutputName5=Composite Drawing 205 | OutputDocumentPath5=G:\teach\Arduino\workshop\STLinkUART\STLinkUART.PcbDoc 206 | OutputVariantName5= 207 | OutputDefault5=0 208 | PageOptions5=Record=PageOptions|CenterHorizontal=False|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=300|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=257|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=A4|PaperIndex=9 209 | Configuration5_Name1=OutputConfigurationParameter1 210 | Configuration5_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView 211 | Configuration5_Name2=OutputConfigurationParameter2 212 | Configuration5_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=True 213 | Configuration5_Name3=OutputConfigurationParameter3 214 | Configuration5_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 215 | Configuration5_Name4=OutputConfigurationParameter4 216 | Configuration5_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 217 | Configuration5_Name5=OutputConfigurationParameter5 218 | Configuration5_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopPaste|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 219 | Configuration5_Name6=OutputConfigurationParameter6 220 | Configuration5_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 221 | Configuration5_Name7=OutputConfigurationParameter7 222 | Configuration5_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 223 | Configuration5_Name8=OutputConfigurationParameter8 224 | Configuration5_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 225 | Configuration5_Name9=OutputConfigurationParameter9 226 | Configuration5_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 227 | Configuration5_Name10=OutputConfigurationParameter10 228 | Configuration5_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 229 | OutputType6=FSM Print 230 | OutputName6=FSM Prints 231 | OutputDocumentPath6= 232 | OutputVariantName6= 233 | OutputDefault6=0 234 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 235 | OutputType7=OpenBus Print 236 | OutputName7=OpenBus Prints 237 | OutputDocumentPath7= 238 | OutputVariantName7= 239 | OutputDefault7=0 240 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 241 | OutputType8=PCB 3D Print 242 | OutputName8=PCB 3D Print 243 | OutputDocumentPath8= 244 | OutputVariantName8=[No Variations] 245 | OutputDefault8=0 246 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 247 | OutputType9=PCB 3D Video 248 | OutputName9=PCB 3D Video 249 | OutputDocumentPath9= 250 | OutputVariantName9=[No Variations] 251 | OutputDefault9=0 252 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 253 | OutputType10=PCB Print 254 | OutputName10=PCB Prints 255 | OutputDocumentPath10= 256 | OutputVariantName10= 257 | OutputDefault10=0 258 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 259 | OutputType11=PCBLIB Print 260 | OutputName11=PCBLIB Prints 261 | OutputDocumentPath11= 262 | OutputVariantName11= 263 | OutputDefault11=0 264 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 265 | OutputType12=Report Print 266 | OutputName12=Report Prints 267 | OutputDocumentPath12= 268 | OutputVariantName12= 269 | OutputDefault12=0 270 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 271 | OutputType13=Schematic Print 272 | OutputName13=Schematic Prints 273 | OutputDocumentPath13=G:\teach\Arduino\workshop\STLinkUART\STLink.SchDoc 274 | OutputVariantName13= 275 | OutputDefault13=0 276 | PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 277 | Configuration13_Name1=OutputConfigurationParameter1 278 | Configuration13_Item1=Record=SchPrintView|ShowNoERC=True|ShowParamSet=True|ShowProbe=True|ShowBlanket=True|NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle|ShowNote=True|ShowNoteCollapsed=True|ExpandDesignator=True|ExpandNetLabel=False|ExpandPort=False|ExpandSheetNum=False|ExpandDocNum=False|PrintArea=0|PrintAreaRect.X1=0|PrintAreaRect.Y1=0|PrintAreaRect.X2=0|PrintAreaRect.Y2=0 279 | OutputType14=SimView Print 280 | OutputName14=SimView Prints 281 | OutputDocumentPath14= 282 | OutputVariantName14= 283 | OutputDefault14=0 284 | PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 285 | OutputType15=VHDL Print 286 | OutputName15=VHDL Prints 287 | OutputDocumentPath15= 288 | OutputVariantName15= 289 | OutputDefault15=0 290 | PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 291 | OutputType16=Wave Print 292 | OutputName16=Wave Prints 293 | OutputDocumentPath16= 294 | OutputVariantName16= 295 | OutputDefault16=0 296 | PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 297 | OutputType17=WaveSim Print 298 | OutputName17=WaveSim Prints 299 | OutputDocumentPath17= 300 | OutputVariantName17= 301 | OutputDefault17=0 302 | PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 303 | 304 | [OutputGroup4] 305 | Name=Assembly Outputs 306 | Description= 307 | TargetPrinter=HP DeskJet 2130 series 308 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 309 | OutputType1=Assembly 310 | OutputName1=Assembly Drawings 311 | OutputDocumentPath1= 312 | OutputVariantName1=[No Variations] 313 | OutputDefault1=0 314 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 315 | OutputType2=Pick Place 316 | OutputName2=Generates pick and place files 317 | OutputDocumentPath2= 318 | OutputVariantName2=[No Variations] 319 | OutputDefault2=0 320 | OutputType3=Test Points For Assembly 321 | OutputName3=Test Point Report 322 | OutputDocumentPath3= 323 | OutputVariantName3=[No Variations] 324 | OutputDefault3=0 325 | 326 | [OutputGroup5] 327 | Name=Fabrication Outputs 328 | Description= 329 | TargetPrinter=HP DeskJet 2130 series 330 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 331 | OutputType1=Board Stack Report 332 | OutputName1=Report Board Stack 333 | OutputDocumentPath1= 334 | OutputVariantName1= 335 | OutputDefault1=0 336 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 337 | OutputType2=CompositeDrill 338 | OutputName2=Composite Drill Drawing 339 | OutputDocumentPath2= 340 | OutputVariantName2= 341 | OutputDefault2=0 342 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 343 | OutputType3=Drill 344 | OutputName3=Drill Drawing/Guides 345 | OutputDocumentPath3= 346 | OutputVariantName3= 347 | OutputDefault3=0 348 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 349 | OutputType4=Final 350 | OutputName4=Final Artwork Prints 351 | OutputDocumentPath4= 352 | OutputVariantName4=[No Variations] 353 | OutputDefault4=0 354 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 355 | OutputType5=Gerber 356 | OutputName5=Gerber Files 357 | OutputDocumentPath5= 358 | OutputVariantName5=[No Variations] 359 | OutputDefault5=0 360 | OutputType6=Mask 361 | OutputName6=Solder/Paste Mask Prints 362 | OutputDocumentPath6= 363 | OutputVariantName6= 364 | OutputDefault6=0 365 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 366 | OutputType7=NC Drill 367 | OutputName7=NC Drill Files 368 | OutputDocumentPath7= 369 | OutputVariantName7= 370 | OutputDefault7=0 371 | OutputType8=ODB 372 | OutputName8=ODB++ Files 373 | OutputDocumentPath8= 374 | OutputVariantName8=[No Variations] 375 | OutputDefault8=0 376 | OutputType9=Plane 377 | OutputName9=Power-Plane Prints 378 | OutputDocumentPath9= 379 | OutputVariantName9= 380 | OutputDefault9=0 381 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 382 | OutputType10=Test Points 383 | OutputName10=Test Point Report 384 | OutputDocumentPath10= 385 | OutputVariantName10= 386 | OutputDefault10=0 387 | 388 | [OutputGroup6] 389 | Name=Report Outputs 390 | Description= 391 | TargetPrinter=HP DeskJet 2130 series 392 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 393 | OutputType1=Script 394 | OutputName1=Script Output 395 | OutputDocumentPath1= 396 | OutputVariantName1=[No Variations] 397 | OutputDefault1=0 398 | OutputType2=SimpleBOM 399 | OutputName2=Simple BOM 400 | OutputDocumentPath2= 401 | OutputVariantName2=[No Variations] 402 | OutputDefault2=0 403 | OutputType3=SinglePinNetReporter 404 | OutputName3=Report Single Pin Nets 405 | OutputDocumentPath3= 406 | OutputVariantName3=[No Variations] 407 | OutputDefault3=0 408 | OutputType4=BOM_PartType 409 | OutputName4=Bill of Materials 410 | OutputDocumentPath4= 411 | OutputVariantName4=[No Variations] 412 | OutputDefault4=0 413 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 414 | Configuration4_Name1=Filter 415 | Configuration4_Item1=545046300E5446696C74657257726170706572000D46696C7465722E416374697665090F46696C7465722E43726974657269610A04000000000000000000 416 | Configuration4_Name2=General 417 | Configuration4_Item2=OpenExported=False|AddToProject=False|ForceFit=False|NotFitted=False|Database=False|DatabasePriority=False|IncludePCBData=False|IncludeVaultData=False|ShowExportOptions=True|TemplateFilename=|BatchMode=5|FormWidth=1145|FormHeight=661|SupplierProdQty=1|SupplierAutoQty=False|SupplierUseCachedPricing=False|SupplierCurrency= 418 | Configuration4_Name3=GroupOrder 419 | Configuration4_Item3=Comment=True|Value=True|Footprint=True 420 | Configuration4_Name4=SortOrder 421 | Configuration4_Item4=Designator=Up|Comment=Up|Footprint=Up 422 | Configuration4_Name5=VisibleOrder 423 | Configuration4_Item5=Description=100|Designator=100|Footprint=100|LibRef=100|Quantity=100|Value=100 424 | OutputType5=ComponentCrossReference 425 | OutputName5=Component Cross Reference Report 426 | OutputDocumentPath5= 427 | OutputVariantName5=[No Variations] 428 | OutputDefault5=0 429 | OutputType6=ReportHierarchy 430 | OutputName6=Report Project Hierarchy 431 | OutputDocumentPath6= 432 | OutputVariantName6=[No Variations] 433 | OutputDefault6=0 434 | 435 | [OutputGroup7] 436 | Name=Other Outputs 437 | Description= 438 | TargetPrinter=HP DeskJet 2130 series 439 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 440 | OutputType1=Text Print 441 | OutputName1=Text Print 442 | OutputDocumentPath1= 443 | OutputVariantName1= 444 | OutputDefault1=0 445 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 446 | OutputType2=Text Print 447 | OutputName2=Text Print 448 | OutputDocumentPath2= 449 | OutputVariantName2= 450 | OutputDefault2=0 451 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 452 | OutputType3=Text Print 453 | OutputName3=Text Print 454 | OutputDocumentPath3= 455 | OutputVariantName3= 456 | OutputDefault3=0 457 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 458 | OutputType4=Text Print 459 | OutputName4=Text Print 460 | OutputDocumentPath4= 461 | OutputVariantName4= 462 | OutputDefault4=0 463 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 464 | OutputType5=Text Print 465 | OutputName5=Text Print 466 | OutputDocumentPath5= 467 | OutputVariantName5= 468 | OutputDefault5=0 469 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 470 | OutputType6=Text Print 471 | OutputName6=Text Print 472 | OutputDocumentPath6= 473 | OutputVariantName6= 474 | OutputDefault6=0 475 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 476 | OutputType7=Text Print 477 | OutputName7=Text Print 478 | OutputDocumentPath7= 479 | OutputVariantName7= 480 | OutputDefault7=0 481 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 482 | OutputType8=Text Print 483 | OutputName8=Text Print 484 | OutputDocumentPath8= 485 | OutputVariantName8= 486 | OutputDefault8=0 487 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 488 | OutputType9=Text Print 489 | OutputName9=Text Print 490 | OutputDocumentPath9= 491 | OutputVariantName9= 492 | OutputDefault9=0 493 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 494 | OutputType10=Text Print 495 | OutputName10=Text Print 496 | OutputDocumentPath10= 497 | OutputVariantName10= 498 | OutputDefault10=0 499 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 500 | OutputType11=Text Print 501 | OutputName11=Text Print 502 | OutputDocumentPath11= 503 | OutputVariantName11= 504 | OutputDefault11=0 505 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 506 | OutputType12=Text Print 507 | OutputName12=Text Print 508 | OutputDocumentPath12= 509 | OutputVariantName12= 510 | OutputDefault12=0 511 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 512 | OutputType13=Text Print 513 | OutputName13=Text Print 514 | OutputDocumentPath13= 515 | OutputVariantName13= 516 | OutputDefault13=0 517 | PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 518 | OutputType14=Text Print 519 | OutputName14=Text Print 520 | OutputDocumentPath14= 521 | OutputVariantName14= 522 | OutputDefault14=0 523 | PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 524 | OutputType15=Text Print 525 | OutputName15=Text Print 526 | OutputDocumentPath15= 527 | OutputVariantName15= 528 | OutputDefault15=0 529 | PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 530 | OutputType16=Text Print 531 | OutputName16=Text Print 532 | OutputDocumentPath16= 533 | OutputVariantName16= 534 | OutputDefault16=0 535 | PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 536 | OutputType17=Text Print 537 | OutputName17=Text Print 538 | OutputDocumentPath17= 539 | OutputVariantName17= 540 | OutputDefault17=0 541 | PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 542 | OutputType18=Text Print 543 | OutputName18=Text Print 544 | OutputDocumentPath18= 545 | OutputVariantName18= 546 | OutputDefault18=0 547 | PageOptions18=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 548 | OutputType19=Text Print 549 | OutputName19=Text Print 550 | OutputDocumentPath19= 551 | OutputVariantName19= 552 | OutputDefault19=0 553 | PageOptions19=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 554 | OutputType20=Text Print 555 | OutputName20=Text Print 556 | OutputDocumentPath20= 557 | OutputVariantName20= 558 | OutputDefault20=0 559 | PageOptions20=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 560 | OutputType21=Text Print 561 | OutputName21=Text Print 562 | OutputDocumentPath21= 563 | OutputVariantName21= 564 | OutputDefault21=0 565 | PageOptions21=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 566 | OutputType22=Text Print 567 | OutputName22=Text Print 568 | OutputDocumentPath22= 569 | OutputVariantName22= 570 | OutputDefault22=0 571 | PageOptions22=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 572 | OutputType23=Text Print 573 | OutputName23=Text Print 574 | OutputDocumentPath23= 575 | OutputVariantName23= 576 | OutputDefault23=0 577 | PageOptions23=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 578 | OutputType24=Text Print 579 | OutputName24=Text Print 580 | OutputDocumentPath24= 581 | OutputVariantName24= 582 | OutputDefault24=0 583 | PageOptions24=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 584 | OutputType25=Text Print 585 | OutputName25=Text Print 586 | OutputDocumentPath25= 587 | OutputVariantName25= 588 | OutputDefault25=0 589 | PageOptions25=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 590 | OutputType26=Text Print 591 | OutputName26=Text Print 592 | OutputDocumentPath26= 593 | OutputVariantName26= 594 | OutputDefault26=0 595 | PageOptions26=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 596 | OutputType27=Text Print 597 | OutputName27=Text Print 598 | OutputDocumentPath27= 599 | OutputVariantName27= 600 | OutputDefault27=0 601 | PageOptions27=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 602 | OutputType28=Text Print 603 | OutputName28=Text Print 604 | OutputDocumentPath28= 605 | OutputVariantName28= 606 | OutputDefault28=0 607 | PageOptions28=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 608 | OutputType29=Text Print 609 | OutputName29=Text Print 610 | OutputDocumentPath29= 611 | OutputVariantName29= 612 | OutputDefault29=0 613 | PageOptions29=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 614 | 615 | [OutputGroup8] 616 | Name=Validation Outputs 617 | Description= 618 | TargetPrinter=HP DeskJet 2130 series 619 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 620 | OutputType1=Configuration compliance 621 | OutputName1=Environment configuration compliance check 622 | OutputDocumentPath1= 623 | OutputVariantName1= 624 | OutputDefault1=0 625 | OutputType2=Design Rules Check 626 | OutputName2=Design Rules Check 627 | OutputDocumentPath2= 628 | OutputVariantName2= 629 | OutputDefault2=0 630 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 631 | OutputType3=Differences Report 632 | OutputName3=Differences Report 633 | OutputDocumentPath3= 634 | OutputVariantName3= 635 | OutputDefault3=0 636 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 637 | OutputType4=Electrical Rules Check 638 | OutputName4=Electrical Rules Check 639 | OutputDocumentPath4= 640 | OutputVariantName4= 641 | OutputDefault4=0 642 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 643 | OutputType5=Footprint Comparison Report 644 | OutputName5=Footprint Comparison Report 645 | OutputDocumentPath5= 646 | OutputVariantName5= 647 | OutputDefault5=0 648 | 649 | [OutputGroup9] 650 | Name=Export Outputs 651 | Description= 652 | TargetPrinter=HP DeskJet 2130 series 653 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 654 | OutputType1=AutoCAD dwg/dxf PCB 655 | OutputName1=AutoCAD dwg/dxf File PCB 656 | OutputDocumentPath1= 657 | OutputVariantName1= 658 | OutputDefault1=0 659 | OutputType2=AutoCAD dwg/dxf Schematic 660 | OutputName2=AutoCAD dwg/dxf File Schematic 661 | OutputDocumentPath2= 662 | OutputVariantName2= 663 | OutputDefault2=0 664 | OutputType3=ExportIDF 665 | OutputName3=Export IDF 666 | OutputDocumentPath3= 667 | OutputVariantName3= 668 | OutputDefault3=0 669 | OutputType4=ExportSTEP 670 | OutputName4=Export STEP 671 | OutputDocumentPath4= 672 | OutputVariantName4=[No Variations] 673 | OutputDefault4=0 674 | 675 | [Modification Levels] 676 | Type1=1 677 | Type2=1 678 | Type3=1 679 | Type4=1 680 | Type5=1 681 | Type6=1 682 | Type7=1 683 | Type8=1 684 | Type9=1 685 | Type10=1 686 | Type11=1 687 | Type12=1 688 | Type13=1 689 | Type14=1 690 | Type15=1 691 | Type16=1 692 | Type17=1 693 | Type18=1 694 | Type19=1 695 | Type20=1 696 | Type21=1 697 | Type22=1 698 | Type23=1 699 | Type24=1 700 | Type25=1 701 | Type26=1 702 | Type27=1 703 | Type28=1 704 | Type29=1 705 | Type30=1 706 | Type31=1 707 | Type32=1 708 | Type33=1 709 | Type34=1 710 | Type35=1 711 | Type36=1 712 | Type37=1 713 | Type38=1 714 | Type39=1 715 | Type40=1 716 | Type41=1 717 | Type42=1 718 | Type43=1 719 | Type44=1 720 | Type45=1 721 | Type46=1 722 | Type47=1 723 | Type48=1 724 | Type49=1 725 | Type50=1 726 | Type51=1 727 | Type52=1 728 | Type53=1 729 | Type54=1 730 | Type55=1 731 | Type56=1 732 | Type57=1 733 | Type58=1 734 | Type59=1 735 | Type60=1 736 | Type61=1 737 | Type62=1 738 | Type63=1 739 | Type64=1 740 | Type65=1 741 | Type66=1 742 | Type67=1 743 | Type68=1 744 | Type69=1 745 | Type70=1 746 | Type71=1 747 | Type72=1 748 | Type73=1 749 | Type74=1 750 | Type75=1 751 | Type76=1 752 | Type77=1 753 | Type78=1 754 | 755 | [Difference Levels] 756 | Type1=1 757 | Type2=1 758 | Type3=1 759 | Type4=1 760 | Type5=1 761 | Type6=1 762 | Type7=1 763 | Type8=1 764 | Type9=1 765 | Type10=1 766 | Type11=1 767 | Type12=1 768 | Type13=1 769 | Type14=1 770 | Type15=1 771 | Type16=1 772 | Type17=1 773 | Type18=1 774 | Type19=1 775 | Type20=1 776 | Type21=1 777 | Type22=1 778 | Type23=1 779 | Type24=1 780 | Type25=1 781 | Type26=1 782 | Type27=1 783 | Type28=1 784 | Type29=1 785 | Type30=1 786 | Type31=1 787 | Type32=1 788 | Type33=1 789 | Type34=1 790 | Type35=1 791 | Type36=1 792 | Type37=1 793 | Type38=1 794 | Type39=1 795 | Type40=1 796 | Type41=1 797 | Type42=1 798 | Type43=1 799 | 800 | [Electrical Rules Check] 801 | Type1=1 802 | Type2=1 803 | Type3=2 804 | Type4=1 805 | Type5=2 806 | Type6=2 807 | Type7=1 808 | Type8=1 809 | Type9=1 810 | Type10=1 811 | Type11=2 812 | Type12=2 813 | Type13=2 814 | Type14=1 815 | Type15=1 816 | Type16=1 817 | Type17=1 818 | Type18=1 819 | Type19=1 820 | Type20=1 821 | Type21=1 822 | Type22=1 823 | Type23=1 824 | Type24=1 825 | Type25=2 826 | Type26=2 827 | Type27=2 828 | Type28=1 829 | Type29=1 830 | Type30=1 831 | Type31=1 832 | Type32=2 833 | Type33=2 834 | Type34=2 835 | Type35=1 836 | Type36=2 837 | Type37=1 838 | Type38=2 839 | Type39=2 840 | Type40=2 841 | Type41=0 842 | Type42=2 843 | Type43=1 844 | Type44=1 845 | Type45=2 846 | Type46=1 847 | Type47=2 848 | Type48=2 849 | Type49=1 850 | Type50=2 851 | Type51=1 852 | Type52=1 853 | Type53=1 854 | Type54=1 855 | Type55=1 856 | Type56=2 857 | Type57=1 858 | Type58=1 859 | Type59=0 860 | Type60=1 861 | Type61=2 862 | Type62=2 863 | Type63=1 864 | Type64=0 865 | Type65=2 866 | Type66=3 867 | Type67=2 868 | Type68=2 869 | Type69=1 870 | Type70=2 871 | Type71=2 872 | Type72=2 873 | Type73=2 874 | Type74=1 875 | Type75=2 876 | Type76=1 877 | Type77=1 878 | Type78=1 879 | Type79=1 880 | Type80=2 881 | Type81=3 882 | Type82=3 883 | Type83=3 884 | Type84=3 885 | Type85=3 886 | Type86=2 887 | Type87=2 888 | Type88=2 889 | Type89=1 890 | Type90=1 891 | Type91=3 892 | Type92=3 893 | Type93=2 894 | Type94=2 895 | Type95=2 896 | Type96=2 897 | Type97=2 898 | Type98=0 899 | Type99=1 900 | Type100=2 901 | Type101=1 902 | Type102=2 903 | Type103=2 904 | Type104=1 905 | Type105=2 906 | Type106=2 907 | Type107=2 908 | Type108=2 909 | Type109=1 910 | 911 | [ERC Connection Matrix] 912 | L1=NNNNNNNNNNNWNNNWW 913 | L2=NNWNNNNWWWNWNWNWN 914 | L3=NWEENEEEENEWNEEWN 915 | L4=NNENNNWEENNWNENWN 916 | L5=NNNNNNNNNNNNNNNNN 917 | L6=NNENNNNEENNWNENWN 918 | L7=NNEWNNWEENNWNENWN 919 | L8=NWEENEENEEENNEENN 920 | L9=NWEENEEEENEWNEEWW 921 | L10=NWNNNNNENNEWNNEWN 922 | L11=NNENNNNEEENWNENWN 923 | L12=WWWWNWWNWWWNWWWNN 924 | L13=NNNNNNNNNNNWNNNWW 925 | L14=NWEENEEEENEWNEEWW 926 | L15=NNENNNNEEENWNENWW 927 | L16=WWWWNWWNWWWNWWWNW 928 | L17=WNNNNNNNWNNNWWWWN 929 | 930 | [Annotate] 931 | SortOrder=3 932 | SortLocation=0 933 | MatchParameter1=Comment 934 | MatchStrictly1=1 935 | MatchParameter2=Library Reference 936 | MatchStrictly2=1 937 | PhysicalNamingFormat=$Component_$RoomName 938 | GlobalIndexSortOrder=3 939 | GlobalIndexSortLocation=0 940 | 941 | [PrjClassGen] 942 | CompClassManualEnabled=0 943 | CompClassManualRoomEnabled=0 944 | NetClassAutoBusEnabled=1 945 | NetClassAutoCompEnabled=0 946 | NetClassAutoNamedHarnessEnabled=0 947 | NetClassManualEnabled=1 948 | 949 | [LibraryUpdateOptions] 950 | SelectedOnly=0 951 | UpdateVariants=1 952 | PartTypes=0 953 | ComponentLibIdentifierKind0=Library Name And Type 954 | ComponentLibraryIdentifier0=Fszhang.IntLib 955 | ComponentDesignItemID0=Fuse1 956 | ComponentSymbolReference0=Fuse1 957 | ComponentUpdate0=1 958 | ComponentIsDeviceSheet0=0 959 | ComponentLibIdentifierKind1=Library Name And Type 960 | ComponentLibraryIdentifier1=Fszhang.IntLib 961 | ComponentDesignItemID1=Res1 962 | ComponentSymbolReference1=Res1 963 | ComponentUpdate1=1 964 | ComponentIsDeviceSheet1=0 965 | ComponentLibIdentifierKind2=Library Name And Type 966 | ComponentLibraryIdentifier2=HDR_Fszhang.IntLib 967 | ComponentDesignItemID2=USB 968 | ComponentSymbolReference2=USB 969 | ComponentUpdate2=1 970 | ComponentIsDeviceSheet2=0 971 | ComponentLibIdentifierKind3=Library Name And Type 972 | ComponentLibraryIdentifier3=HDR_Fszhang.IntLib 973 | ComponentDesignItemID3=USB_M 974 | ComponentSymbolReference3=USB_M 975 | ComponentUpdate3=1 976 | ComponentIsDeviceSheet3=0 977 | ComponentLibIdentifierKind4=Library Name And Type 978 | ComponentLibraryIdentifier4=Miscellaneous Connectors.IntLib 979 | ComponentDesignItemID4=Header 3 980 | ComponentSymbolReference4=Header 3 981 | ComponentUpdate4=1 982 | ComponentIsDeviceSheet4=0 983 | ComponentLibIdentifierKind5=Library Name And Type 984 | ComponentLibraryIdentifier5=Miscellaneous Connectors.IntLib 985 | ComponentDesignItemID5=Header 5 986 | ComponentSymbolReference5=Header 5 987 | ComponentUpdate5=1 988 | ComponentIsDeviceSheet5=0 989 | ComponentLibIdentifierKind6=Library Name And Type 990 | ComponentLibraryIdentifier6=Miscellaneous Devices.IntLib 991 | ComponentDesignItemID6=Cap Pol1 992 | ComponentSymbolReference6=Cap Pol1 993 | ComponentUpdate6=1 994 | ComponentIsDeviceSheet6=0 995 | ComponentLibIdentifierKind7=Library Name And Type 996 | ComponentLibraryIdentifier7=Miscellaneous Devices.IntLib 997 | ComponentDesignItemID7=Cap 998 | ComponentSymbolReference7=Cap 999 | ComponentUpdate7=1 1000 | ComponentIsDeviceSheet7=0 1001 | ComponentLibIdentifierKind8=Library Name And Type 1002 | ComponentLibraryIdentifier8=Miscellaneous Devices.IntLib 1003 | ComponentDesignItemID8=LED2 1004 | ComponentSymbolReference8=LED2 1005 | ComponentUpdate8=1 1006 | ComponentIsDeviceSheet8=0 1007 | ComponentLibIdentifierKind9=Library Name And Type 1008 | ComponentLibraryIdentifier9=Miscellaneous Devices.IntLib 1009 | ComponentDesignItemID9=Res2 1010 | ComponentSymbolReference9=Res2 1011 | ComponentUpdate9=1 1012 | ComponentIsDeviceSheet9=0 1013 | ComponentLibIdentifierKind10=Library Name And Type 1014 | ComponentLibraryIdentifier10=Miscellaneous Devices.IntLib 1015 | ComponentDesignItemID10=XTAL 1016 | ComponentSymbolReference10=XTAL 1017 | ComponentUpdate10=1 1018 | ComponentIsDeviceSheet10=0 1019 | ComponentLibIdentifierKind11=Library Name And Type 1020 | ComponentLibraryIdentifier11=Schlib1.SchLib 1021 | ComponentDesignItemID11=CP2102/9 1022 | ComponentSymbolReference11=CP2102/9 1023 | ComponentUpdate11=1 1024 | ComponentIsDeviceSheet11=0 1025 | ComponentLibIdentifierKind12=Library Name And Type 1026 | ComponentLibraryIdentifier12=Schlib1.SchLib 1027 | ComponentDesignItemID12=GL852G 1028 | ComponentSymbolReference12=GL852G 1029 | ComponentUpdate12=1 1030 | ComponentIsDeviceSheet12=0 1031 | ComponentLibIdentifierKind13=Library Name And Type 1032 | ComponentLibraryIdentifier13=Schlib1.SchLib 1033 | ComponentDesignItemID13=SPX3819 1034 | ComponentSymbolReference13=SPX3819 1035 | ComponentUpdate13=1 1036 | ComponentIsDeviceSheet13=0 1037 | ComponentLibIdentifierKind14=Library Name And Type 1038 | ComponentLibraryIdentifier14=ST Microcontroller 32-Bit STM32.IntLib 1039 | ComponentDesignItemID14=STM32F103C8T6 1040 | ComponentSymbolReference14=STM32F103C8T6 1041 | ComponentUpdate14=1 1042 | ComponentIsDeviceSheet14=0 1043 | ComponentLibIdentifierKind15=Library Name And Type 1044 | ComponentLibraryIdentifier15=WK_PCB.IntLib 1045 | ComponentDesignItemID15=Cap 1046 | ComponentSymbolReference15=Cap 1047 | ComponentUpdate15=1 1048 | ComponentIsDeviceSheet15=0 1049 | ComponentLibIdentifierKind16=Library Name And Type 1050 | ComponentLibraryIdentifier16=WK_PCB.IntLib 1051 | ComponentDesignItemID16=XTAL 1052 | ComponentSymbolReference16=XTAL 1053 | ComponentUpdate16=1 1054 | ComponentIsDeviceSheet16=0 1055 | ComponentLibIdentifierKind17=Library Name And Type 1056 | ComponentLibraryIdentifier17=WK_PCB.SchLib 1057 | ComponentDesignItemID17=LED 1058 | ComponentSymbolReference17=LED 1059 | ComponentUpdate17=1 1060 | ComponentIsDeviceSheet17=0 1061 | FullReplace=1 1062 | UpdateDesignatorLock=1 1063 | UpdatePartIDLock=1 1064 | PreserveParameterLocations=1 1065 | PreserveParameterVisibility=1 1066 | DoGraphics=1 1067 | DoParameters=1 1068 | DoModels=1 1069 | AddParameters=0 1070 | RemoveParameters=0 1071 | AddModels=1 1072 | RemoveModels=1 1073 | UpdateCurrentModels=1 1074 | ParameterName0=Comment 1075 | ParameterUpdate0=1 1076 | ParameterName1=Component Kind 1077 | ParameterUpdate1=1 1078 | ParameterName2=ComponentLink1Description 1079 | ParameterUpdate2=1 1080 | ParameterName3=ComponentLink1URL 1081 | ParameterUpdate3=1 1082 | ParameterName4=ComponentLink2Description 1083 | ParameterUpdate4=1 1084 | ParameterName5=ComponentLink2URL 1085 | ParameterUpdate5=1 1086 | ParameterName6=DatasheetVersion 1087 | ParameterUpdate6=1 1088 | ParameterName7=Description 1089 | ParameterUpdate7=1 1090 | ParameterName8=LatestRevisionDate 1091 | ParameterUpdate8=1 1092 | ParameterName9=LatestRevisionNote 1093 | ParameterUpdate9=1 1094 | ParameterName10=Library Reference 1095 | ParameterUpdate10=1 1096 | ParameterName11=PackageDescription 1097 | ParameterUpdate11=1 1098 | ParameterName12=PackageReference 1099 | ParameterUpdate12=1 1100 | ParameterName13=PackageVersion 1101 | ParameterUpdate13=1 1102 | ParameterName14=Published 1103 | ParameterUpdate14=1 1104 | ParameterName15=Publisher 1105 | ParameterUpdate15=1 1106 | ParameterName16=Value 1107 | ParameterUpdate16=1 1108 | ModelTypeGroup0=PCBLIB 1109 | ModelTypeUpdate0=1 1110 | ModelType0=PCBLIB 1111 | ModelName0=0603-1 1112 | ModelUpdate0=1 1113 | ModelType1=PCBLIB 1114 | ModelName1=0805-1 1115 | ModelUpdate1=1 1116 | ModelType2=PCBLIB 1117 | ModelName2=C-0603 1118 | ModelUpdate2=1 1119 | ModelType3=PCBLIB 1120 | ModelName3=HDR1X3 1121 | ModelUpdate3=1 1122 | ModelType4=PCBLIB 1123 | ModelName4=HDR1X5 1124 | ModelUpdate4=1 1125 | ModelType5=PCBLIB 1126 | ModelName5=LQFP48_L 1127 | ModelUpdate5=1 1128 | ModelType6=PCBLIB 1129 | ModelName6=LQFP48_M 1130 | ModelUpdate6=1 1131 | ModelType7=PCBLIB 1132 | ModelName7=LQFP48_N 1133 | ModelUpdate7=1 1134 | ModelType8=PCBLIB 1135 | ModelName8=QFN-UT-28 1136 | ModelUpdate8=1 1137 | ModelType9=PCBLIB 1138 | ModelName9=SMT_LED_0603 1139 | ModelUpdate9=1 1140 | ModelType10=PCBLIB 1141 | ModelName10=SOT23-5 1142 | ModelUpdate10=1 1143 | ModelType11=PCBLIB 1144 | ModelName11=USB_A1 1145 | ModelUpdate11=1 1146 | ModelType12=PCBLIB 1147 | ModelName12=USB_B1 1148 | ModelUpdate12=1 1149 | ModelType13=PCBLIB 1150 | ModelName13=USB_C1 1151 | ModelUpdate13=1 1152 | ModelType14=PCBLIB 1153 | ModelName14=USB_MICRO_5S_B 1154 | ModelUpdate14=1 1155 | ModelType15=PCBLIB 1156 | ModelName15=USB-B 1157 | ModelUpdate15=1 1158 | ModelType16=PCBLIB 1159 | ModelName16=XAL5032 2-Leads 1160 | ModelUpdate16=1 1161 | ModelTypeGroup1=SI 1162 | ModelTypeUpdate1=1 1163 | ModelType17=SI 1164 | ModelName17=Cap 1165 | ModelUpdate17=1 1166 | ModelType18=SI 1167 | ModelName18=Cap Pol 1168 | ModelUpdate18=1 1169 | ModelType19=SI 1170 | ModelName19=Connector 1171 | ModelUpdate19=1 1172 | ModelType20=SI 1173 | ModelName20=Res 1174 | ModelUpdate20=1 1175 | ModelTypeGroup2=SIM 1176 | ModelTypeUpdate2=1 1177 | ModelType21=SIM 1178 | ModelName21=CAP 1179 | ModelUpdate21=1 1180 | ModelType22=SIM 1181 | ModelName22=LED2 1182 | ModelUpdate22=1 1183 | ModelType23=SIM 1184 | ModelName23=RESISTOR 1185 | ModelUpdate23=1 1186 | ModelType24=SIM 1187 | ModelName24=XTAL 1188 | ModelUpdate24=1 1189 | 1190 | [DatabaseUpdateOptions] 1191 | SelectedOnly=0 1192 | UpdateVariants=1 1193 | PartTypes=0 1194 | 1195 | [Comparison Options] 1196 | ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1197 | ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1198 | ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1199 | ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1200 | ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0 1201 | ComparisonOptions5=Kind=Code Memory|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1202 | 1203 | [SmartPDF] 1204 | PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 1205 | 1206 | -------------------------------------------------------------------------------- /STLinkUART.PrjPcbStructure: -------------------------------------------------------------------------------- 1 | Record=TopLevelDocument|FileName=STLink.SchDoc 2 | -------------------------------------------------------------------------------- /STLinkV2.J16.S4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solosky/stlink-uart/f27601ab7790b9352b6fd2180b3014a3b440c5e2/STLinkV2.J16.S4.bin -------------------------------------------------------------------------------- /UART.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solosky/stlink-uart/f27601ab7790b9352b6fd2180b3014a3b440c5e2/UART.SchDoc -------------------------------------------------------------------------------- /USBHost.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solosky/stlink-uart/f27601ab7790b9352b6fd2180b3014a3b440c5e2/USBHost.SchDoc -------------------------------------------------------------------------------- /preview/PCB_3d_Bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solosky/stlink-uart/f27601ab7790b9352b6fd2180b3014a3b440c5e2/preview/PCB_3d_Bottom.png -------------------------------------------------------------------------------- /preview/PCB_3d_Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solosky/stlink-uart/f27601ab7790b9352b6fd2180b3014a3b440c5e2/preview/PCB_3d_Top.png -------------------------------------------------------------------------------- /preview/USB设备树.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solosky/stlink-uart/f27601ab7790b9352b6fd2180b3014a3b440c5e2/preview/USB设备树.png -------------------------------------------------------------------------------- /preview/接口定义.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solosky/stlink-uart/f27601ab7790b9352b6fd2180b3014a3b440c5e2/preview/接口定义.png --------------------------------------------------------------------------------