summaryrefslogtreecommitdiff
path: root/aten-kvm-usb-only-adapter.kicad_sch
blob: 1fc58a33a8a79fc3ad25d9f63da41a7e4760816b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
(kicad_sch (version 20230121) (generator eeschema)

  (uuid 15b1ff25-25bf-4fb6-983e-72bbe4875c24)

  (paper "A4")

  (lib_symbols
    (symbol "Connector:DE15_Plug_HighDensity_MountingHoles" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
      (property "Reference" "J" (at 0 21.59 0)
        (effects (font (size 1.27 1.27)))
      )
      (property "Value" "DE15_Plug_HighDensity_MountingHoles" (at 0 19.05 0)
        (effects (font (size 1.27 1.27)))
      )
      (property "Footprint" "" (at -24.13 10.16 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Datasheet" " ~" (at -24.13 10.16 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_keywords" "connector plug male D-SUB VGA" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_description" "15-pin male plug socket D-SUB connector, High density (3 columns), Triple Row, Generic, VGA-connector, Mounting Hole" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_fp_filters" "DSUB*Male*" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "DE15_Plug_HighDensity_MountingHoles_0_1"
        (circle (center -1.905 -7.62) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center -1.905 -2.54) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center -1.905 2.54) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center -1.905 7.62) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center -1.905 12.7) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center 0 -10.16) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center 0 -5.08) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (polyline
          (pts
            (xy -3.175 -5.08)
            (xy -0.635 -5.08)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -0.635 -10.16)
            (xy -3.175 -10.16)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -0.635 0)
            (xy -3.175 0)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -0.635 5.08)
            (xy -3.175 5.08)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -0.635 10.16)
            (xy -3.175 10.16)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -3.81 17.78)
            (xy -3.81 -15.24)
            (xy 3.81 -12.7)
            (xy 3.81 15.24)
            (xy -3.81 17.78)
          )
          (stroke (width 0.254) (type default))
          (fill (type background))
        )
        (circle (center 0 0) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center 0 5.08) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center 0 10.16) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center 1.905 -7.62) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center 1.905 -2.54) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center 1.905 2.54) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center 1.905 7.62) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center 1.905 12.7) (radius 0.635)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
      )
      (symbol "DE15_Plug_HighDensity_MountingHoles_1_1"
        (pin passive line (at 0 -17.78 90) (length 3.81)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "0" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -7.62 -7.62 0) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -7.62 10.16 0) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "10" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 7.62 -7.62 180) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "11" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 7.62 -2.54 180) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "12" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 7.62 2.54 180) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "13" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 7.62 7.62 180) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "14" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 7.62 12.7 180) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "15" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -7.62 -2.54 0) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "2" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -7.62 2.54 0) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "3" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -7.62 7.62 0) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "4" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -7.62 12.7 0) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "5" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -7.62 -10.16 0) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "6" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -7.62 -5.08 0) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "7" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -7.62 0 0) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "8" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -7.62 5.08 0) (length 5.08)
          (name "~" (effects (font (size 1.27 1.27))))
          (number "9" (effects (font (size 1.27 1.27))))
        )
      )
    )
    (symbol "Connector:USB_B" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
      (property "Reference" "J" (at -5.08 11.43 0)
        (effects (font (size 1.27 1.27)) (justify left))
      )
      (property "Value" "USB_B" (at -5.08 8.89 0)
        (effects (font (size 1.27 1.27)) (justify left))
      )
      (property "Footprint" "" (at 3.81 -1.27 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Datasheet" " ~" (at 3.81 -1.27 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_keywords" "connector USB" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_description" "USB Type B connector" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_fp_filters" "USB*" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "USB_B_0_1"
        (rectangle (start -5.08 -7.62) (end 5.08 7.62)
          (stroke (width 0.254) (type default))
          (fill (type background))
        )
        (circle (center -3.81 2.159) (radius 0.635)
          (stroke (width 0.254) (type default))
          (fill (type outline))
        )
        (rectangle (start -3.81 5.588) (end -2.54 4.572)
          (stroke (width 0) (type default))
          (fill (type outline))
        )
        (circle (center -0.635 3.429) (radius 0.381)
          (stroke (width 0.254) (type default))
          (fill (type outline))
        )
        (rectangle (start -0.127 -7.62) (end 0.127 -6.858)
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.905 2.159)
            (xy 0.635 2.159)
          )
          (stroke (width 0.254) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -3.175 2.159)
            (xy -2.54 2.159)
            (xy -1.27 3.429)
            (xy -0.635 3.429)
          )
          (stroke (width 0.254) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -2.54 2.159)
            (xy -1.905 2.159)
            (xy -1.27 0.889)
            (xy 0 0.889)
          )
          (stroke (width 0.254) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0.635 2.794)
            (xy 0.635 1.524)
            (xy 1.905 2.159)
            (xy 0.635 2.794)
          )
          (stroke (width 0.254) (type default))
          (fill (type outline))
        )
        (polyline
          (pts
            (xy -4.064 4.318)
            (xy -2.286 4.318)
            (xy -2.286 5.715)
            (xy -2.667 6.096)
            (xy -3.683 6.096)
            (xy -4.064 5.715)
            (xy -4.064 4.318)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (rectangle (start 0.254 1.27) (end -0.508 0.508)
          (stroke (width 0.254) (type default))
          (fill (type outline))
        )
        (rectangle (start 5.08 -2.667) (end 4.318 -2.413)
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (rectangle (start 5.08 -0.127) (end 4.318 0.127)
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (rectangle (start 5.08 4.953) (end 4.318 5.207)
          (stroke (width 0) (type default))
          (fill (type none))
        )
      )
      (symbol "USB_B_1_1"
        (pin power_out line (at 7.62 5.08 180) (length 2.54)
          (name "VBUS" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
        (pin bidirectional line (at 7.62 -2.54 180) (length 2.54)
          (name "D-" (effects (font (size 1.27 1.27))))
          (number "2" (effects (font (size 1.27 1.27))))
        )
        (pin bidirectional line (at 7.62 0 180) (length 2.54)
          (name "D+" (effects (font (size 1.27 1.27))))
          (number "3" (effects (font (size 1.27 1.27))))
        )
        (pin power_out line (at 0 -10.16 90) (length 2.54)
          (name "GND" (effects (font (size 1.27 1.27))))
          (number "4" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -2.54 -10.16 90) (length 2.54)
          (name "Shield" (effects (font (size 1.27 1.27))))
          (number "5" (effects (font (size 1.27 1.27))))
        )
      )
    )
    (symbol "power:Earth" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
      (property "Reference" "#PWR" (at 0 -6.35 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Value" "Earth" (at 0 -3.81 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Footprint" "" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Datasheet" "~" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_keywords" "global ground gnd" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_description" "Power symbol creates a global label with name \"Earth\"" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "Earth_0_1"
        (polyline
          (pts
            (xy -0.635 -1.905)
            (xy 0.635 -1.905)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -0.127 -2.54)
            (xy 0.127 -2.54)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 -1.27)
            (xy 0 0)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 1.27 -1.27)
            (xy -1.27 -1.27)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
      )
      (symbol "Earth_1_1"
        (pin power_in line (at 0 0 270) (length 0) hide
          (name "Earth" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
      )
    )
    (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
      (property "Reference" "#PWR" (at 0 -6.35 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Value" "GND" (at 0 -3.81 0)
        (effects (font (size 1.27 1.27)))
      )
      (property "Footprint" "" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Datasheet" "" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_keywords" "global power" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "GND_0_1"
        (polyline
          (pts
            (xy 0 0)
            (xy 0 -1.27)
            (xy 1.27 -1.27)
            (xy 0 -2.54)
            (xy -1.27 -1.27)
            (xy 0 -1.27)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
      )
      (symbol "GND_1_1"
        (pin power_in line (at 0 0 270) (length 0) hide
          (name "GND" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
      )
    )
    (symbol "power:VBUS" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
      (property "Reference" "#PWR" (at 0 -3.81 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Value" "VBUS" (at 0 3.81 0)
        (effects (font (size 1.27 1.27)))
      )
      (property "Footprint" "" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Datasheet" "" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_keywords" "global power" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_description" "Power symbol creates a global label with name \"VBUS\"" (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "VBUS_0_1"
        (polyline
          (pts
            (xy -0.762 1.27)
            (xy 0 2.54)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 0)
            (xy 0 2.54)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 2.54)
            (xy 0.762 1.27)
          )
          (stroke (width 0) (type default))
          (fill (type none))
        )
      )
      (symbol "VBUS_1_1"
        (pin power_in line (at 0 0 90) (length 0) hide
          (name "VBUS" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
      )
    )
  )


  (no_connect (at 179.07 99.06) (uuid 4a0ceb9e-2a1f-4667-b4d8-897c77c7bd75))
  (no_connect (at 163.83 104.14) (uuid 576296e3-6b1e-4e22-b2c6-99db41a6ccfd))
  (no_connect (at 163.83 93.98) (uuid 79d92da5-9dfe-4523-9097-1785fd489e47))
  (no_connect (at 163.83 96.52) (uuid 89331fa9-a1b9-40c6-b576-4aa7a32967a6))
  (no_connect (at 179.07 83.82) (uuid b11db95a-163e-4d68-92d2-c8d92f4e59fd))
  (no_connect (at 179.07 104.14) (uuid c72a594c-92ee-44c1-829a-a3667b8010d7))
  (no_connect (at 163.83 99.06) (uuid dbc0094f-80a4-4ed2-a764-6c4f6cb015fc))
  (no_connect (at 163.83 101.6) (uuid dcbc75cc-e116-4d1f-a6ec-d6977478250a))
  (no_connect (at 179.07 88.9) (uuid f5902e82-97a4-49a1-b763-2c97f1518909))
  (no_connect (at 179.07 93.98) (uuid fe068ffb-4c30-40f6-9891-b7fffdf69ced))

  (wire (pts (xy 146.05 91.44) (xy 163.83 91.44))
    (stroke (width 0) (type default))
    (uuid 1e3b9862-9ba5-4a2d-ae6d-8b2a3fc5863a)
  )
  (wire (pts (xy 153.67 86.36) (xy 163.83 86.36))
    (stroke (width 0) (type default))
    (uuid cff617a2-93b9-4f75-80c2-ebcc62ceb02e)
  )

  (global_label "D-" (shape input) (at 111.76 93.98 0) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 0c41c011-738a-4051-a509-8d8cf69c079c)
    (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 117.5876 93.98 0)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "D+" (shape input) (at 111.76 91.44 0) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 3035ddeb-138d-4c7c-b684-0f19b411edd0)
    (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 117.5876 91.44 0)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "D+" (shape input) (at 163.83 83.82 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 7cd4a6b1-51d5-49fc-acc1-6bc5710ead67)
    (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 158.0024 83.82 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "D-" (shape input) (at 163.83 88.9 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid b86d99b4-c2ca-4909-bdca-badcbc7fae4c)
    (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 158.0024 88.9 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )

  (symbol (lib_id "power:VBUS") (at 146.05 91.44 0) (unit 1)
    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
    (uuid 435e6eb5-b695-4984-b0bf-ec3e3398c63c)
    (property "Reference" "#PWR04" (at 146.05 95.25 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "VBUS" (at 146.05 87.3069 0)
      (effects (font (size 1.27 1.27)))
    )
    (property "Footprint" "" (at 146.05 91.44 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (at 146.05 91.44 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid d13fab3c-c067-4fc6-a9d4-30d3b8dacb78))
    (instances
      (project "aten-kvm-usb-only-adapter"
        (path "/15b1ff25-25bf-4fb6-983e-72bbe4875c24"
          (reference "#PWR04") (unit 1)
        )
      )
    )
  )

  (symbol (lib_id "Connector:DE15_Plug_HighDensity_MountingHoles") (at 171.45 96.52 0) (unit 1)
    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
    (uuid 470e03a9-dc13-4823-a79b-6c9d5ba29f31)
    (property "Reference" "J1" (at 171.45 74.5957 0)
      (effects (font (size 1.27 1.27)))
    )
    (property "Value" "DE15_Plug_HighDensity_MountingHoles" (at 171.45 77.0199 0)
      (effects (font (size 1.27 1.27)))
    )
    (property "Footprint" "own:DSUB-15-HD_Male_Horizontal_Assmann_A-HDS15A-KG-TAXB" (at 147.32 86.36 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" " ~" (at 147.32 86.36 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "LCSC" "C77842" (at 171.45 96.52 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Reichelt" "" (at 171.45 96.52 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Digikey" "A-HDS15A-KG-TAXB" (at 171.45 96.52 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 2e876e46-2e85-4078-8f7e-30659601a222))
    (pin "0" (uuid 7f96a2bd-b2fd-4543-b51b-d324e19a31a3))
    (pin "14" (uuid 8b6d2dd0-1687-4b84-a487-a1649e1bf069))
    (pin "15" (uuid 44eae44c-8f08-4c25-9233-6b3158509044))
    (pin "8" (uuid d92a57c4-ac50-4f8b-b3d3-51a14128d2df))
    (pin "5" (uuid fdf1c29a-50d1-48ec-bc31-30da27487835))
    (pin "6" (uuid 17e8bc92-e2c5-4e42-af90-6de8e7b742ae))
    (pin "2" (uuid 696efeb9-cc9a-4287-9b95-8bb23e322829))
    (pin "9" (uuid ee6f12f9-c7df-4a09-99b1-c028ffafc622))
    (pin "7" (uuid 0123004d-f513-4b0e-8815-e4905598104f))
    (pin "4" (uuid 1d02255e-a532-4658-ba42-d00a854d5de9))
    (pin "3" (uuid d31b5e52-29ba-4c57-9229-d91686063880))
    (pin "10" (uuid e8868e20-9d22-4243-8d8c-25357d8dbf41))
    (pin "12" (uuid 4172de70-0435-4f34-8af1-5657b4bf95bf))
    (pin "11" (uuid 56a6c18e-d89b-41a8-a250-ebd154ff946e))
    (pin "13" (uuid 2c019d47-bb6d-42b5-b0d0-9ce8f2c253ee))
    (instances
      (project "aten-kvm-usb-only-adapter"
        (path "/15b1ff25-25bf-4fb6-983e-72bbe4875c24"
          (reference "J1") (unit 1)
        )
      )
    )
  )

  (symbol (lib_id "power:VBUS") (at 111.76 86.36 0) (unit 1)
    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
    (uuid 4aafb8d5-b978-421d-a8cc-2113e5309970)
    (property "Reference" "#PWR03" (at 111.76 90.17 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "VBUS" (at 111.76 82.2269 0)
      (effects (font (size 1.27 1.27)))
    )
    (property "Footprint" "" (at 111.76 86.36 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (at 111.76 86.36 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid e45e339d-f51b-4777-a7ac-fad37a775cfc))
    (instances
      (project "aten-kvm-usb-only-adapter"
        (path "/15b1ff25-25bf-4fb6-983e-72bbe4875c24"
          (reference "#PWR03") (unit 1)
        )
      )
    )
  )

  (symbol (lib_id "Connector:USB_B") (at 104.14 91.44 0) (unit 1)
    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
    (uuid 4ac4c8d1-793a-4eae-892b-ef579e9c1921)
    (property "Reference" "J2" (at 104.14 79.6757 0)
      (effects (font (size 1.27 1.27)))
    )
    (property "Value" "USB_B" (at 104.14 82.0999 0)
      (effects (font (size 1.27 1.27)))
    )
    (property "Footprint" "Connector_USB:USB_B_OST_USB-B1HSxx_Horizontal" (at 107.95 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" " ~" (at 107.95 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "LCSC" "C456014" (at 104.14 91.44 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Reichelt" "USB BW" (at 104.14 91.44 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Digikey" "" (at 104.14 91.44 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 583b9da6-5ac7-4349-af11-d4093fb860ef))
    (pin "4" (uuid 98271b02-7306-4680-8c59-b323e8d16a1e))
    (pin "2" (uuid 9d956246-dea3-48a4-adff-2ae45dec5c84))
    (pin "5" (uuid 33831dff-4e2a-4cd4-a12e-b5ebdd9eea8a))
    (pin "3" (uuid d900e394-1c59-476c-801f-f06cf351cc5e))
    (instances
      (project "aten-kvm-usb-only-adapter"
        (path "/15b1ff25-25bf-4fb6-983e-72bbe4875c24"
          (reference "J2") (unit 1)
        )
      )
    )
  )

  (symbol (lib_id "power:GND") (at 153.67 86.36 0) (unit 1)
    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
    (uuid 8615d0f9-0ce1-4d15-9582-88bc592fe2d5)
    (property "Reference" "#PWR05" (at 153.67 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GND" (at 153.67 90.4931 0)
      (effects (font (size 1.27 1.27)))
    )
    (property "Footprint" "" (at 153.67 86.36 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (at 153.67 86.36 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid e2745136-fdbd-41c6-b6c3-2f23ac95dcae))
    (instances
      (project "aten-kvm-usb-only-adapter"
        (path "/15b1ff25-25bf-4fb6-983e-72bbe4875c24"
          (reference "#PWR05") (unit 1)
        )
      )
    )
  )

  (symbol (lib_id "power:Earth") (at 101.6 101.6 0) (unit 1)
    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
    (uuid 8d8e83a5-7aa3-4b03-a708-6f13b1beb71f)
    (property "Reference" "#PWR02" (at 101.6 107.95 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "Earth" (at 101.6 105.41 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Footprint" "" (at 101.6 101.6 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (at 101.6 101.6 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid ad5f9df9-b594-46e6-8a6c-faf15ddd1cef))
    (instances
      (project "aten-kvm-usb-only-adapter"
        (path "/15b1ff25-25bf-4fb6-983e-72bbe4875c24"
          (reference "#PWR02") (unit 1)
        )
      )
    )
  )

  (symbol (lib_id "power:Earth") (at 163.83 106.68 0) (unit 1)
    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
    (uuid a118abf4-9e3d-4f00-90dd-88174fa96319)
    (property "Reference" "#PWR06" (at 163.83 113.03 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "Earth" (at 163.83 110.49 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Footprint" "" (at 163.83 106.68 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (at 163.83 106.68 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid ec6d0d3c-dea8-49a7-bdc7-423bf16e507c))
    (instances
      (project "aten-kvm-usb-only-adapter"
        (path "/15b1ff25-25bf-4fb6-983e-72bbe4875c24"
          (reference "#PWR06") (unit 1)
        )
      )
    )
  )

  (symbol (lib_id "power:GND") (at 104.14 101.6 0) (unit 1)
    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
    (uuid d8d96842-cc6c-40ae-9bf8-7ec0a3948190)
    (property "Reference" "#PWR01" (at 104.14 107.95 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GND" (at 104.14 105.7331 0)
      (effects (font (size 1.27 1.27)))
    )
    (property "Footprint" "" (at 104.14 101.6 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (at 104.14 101.6 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 5bea5dad-55ea-4589-b2be-ef6bbd2f1574))
    (instances
      (project "aten-kvm-usb-only-adapter"
        (path "/15b1ff25-25bf-4fb6-983e-72bbe4875c24"
          (reference "#PWR01") (unit 1)
        )
      )
    )
  )

  (symbol (lib_id "power:Earth") (at 171.45 114.3 0) (unit 1)
    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
    (uuid e2cdfb42-5b2a-46d0-9514-ad9cc7bb3a7c)
    (property "Reference" "#PWR07" (at 171.45 120.65 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "Earth" (at 171.45 118.11 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Footprint" "" (at 171.45 114.3 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (at 171.45 114.3 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid bc8e304f-0d13-493e-bb0f-afb8dcd497ae))
    (instances
      (project "aten-kvm-usb-only-adapter"
        (path "/15b1ff25-25bf-4fb6-983e-72bbe4875c24"
          (reference "#PWR07") (unit 1)
        )
      )
    )
  )

  (sheet_instances
    (path "/" (page "1"))
  )
)