[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: USB connectors
- To: geda-user@xxxxxxxx
- Subject: Re: gEDA-user: USB connectors
- From: Charles Lepple <clepple@xxxxxxxxx>
- Date: Mon, 9 Jan 2006 22:55:02 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Mon, 09 Jan 2006 22:55:08 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fNJaKO+6CNj5NvE8kcWYiFeK6lxiVoTizFrvQkValFRmfCqp70521dugfca26Aq3DgyK6EiJPiIpL8X+jtUVrM/b73lRYFRAqx1yOQuVIxdMDe7sDpUtF7suLtUvde3floyRx4E42+LtpRnQ61Cc8SkOo1SRxOrbvSQUuHOpM/c=
- In-reply-to: <43C2E934.5010401@mazzoo.de>
- References: <43C2E934.5010401@mazzoo.de>
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
On 1/9/06, Matthias Wenzel <geda-user@xxxxxxxxx> wrote:
> has anyone created USB connector symbols and layout data? I'm looking
> for a USB-B.
In the Perl spirit of "there's more than one way to do it", here's one
that I successfully used on a board a few years back.
It's for AMP part 787780 (available from Digi-Key), and it was drawn
in pcb-1.6.3 (so it uses the old resolution and syntax; 20050609 still
reads it properly):
Element(0x00000000 "CONNECTOR_4" "CONN1" "USB_port" 5570 930 -190 50 0
100 0x00000000)
(
Pin(0 0 65 30 65 35 "1" "1" 0x00000101)
Pin(100 0 65 30 65 35 "2" "2" 0x00000001)
Pin(100 -80 65 30 65 35 "3" "3" 0x00000001)
Pin(0 -80 65 30 65 35 "4" "4" 0x00000001)
Pin(-190 -180 125 30 125 90 "5" "5" 0x00000001)
Pin(290 -180 125 30 125 90 "6" "6" 0x00000001)
ElementLine (-185 -585 285 -585 10)
ElementLine (285 -585 285 35 10)
ElementLine (285 35 -185 35 10)
ElementLine (-185 35 -185 -585 10)
)
I just used connector4-1.sym, and manually connected pins 5 and 6 to
the shield plane.
--
- Charles Lepple