ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Настройка USB -> Serial Port Converter
@ 2008-01-17  7:14 Vyacheslav A. Brunev
  2008-01-17  8:32 ` A.Kitouwaykin
  2008-01-17 13:17 ` Владимир Гусев
  0 siblings, 2 replies; 3+ messages in thread
From: Vyacheslav A. Brunev @ 2008-01-17  7:14 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Здравствуйте уважаемые!

Возникла необходимость сопряжения вот этого устройства:
http://www.conectica.ro/display/1-1-641-Cabluri_USB/Cablu_convertor_USB_-__SERIAL.html
Система ALD-4 Branch.

вывод lsusb:
Bus 001 Device 008: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x067b Prolific Technology, Inc.
  idProduct          0x2303 PL2303 Serial Port
  bcdDevice            3.00
  iManufacturer           1 Prolific Technology Inc.
  iProduct                2 USB-Serial Controller
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x000a  1x 10 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0000
  (Bus Powered)

Подскажите существует ли вероятность настройки данного девайса для работы с 
COM-портом, и если да то подскажите как это сделать?

-- 
С уважением, 
Брунёв Вячеслав.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Настройка USB -> Serial Port Converter
  2008-01-17  7:14 [Comm] Настройка USB -> Serial Port Converter Vyacheslav A. Brunev
@ 2008-01-17  8:32 ` A.Kitouwaykin
  2008-01-17 13:17 ` Владимир Гусев
  1 sibling, 0 replies; 3+ messages in thread
From: A.Kitouwaykin @ 2008-01-17  8:32 UTC (permalink / raw)
  To: community

On Thu, 17 Jan 2008 13:14:20 +0600
Vyacheslav A. Brunev wrote:

> Здравствуйте уважаемые!
> 
> Возникла необходимость сопряжения вот этого устройства:
> http://www.conectica.ro/display/1-1-641-Cabluri_USB/Cablu_convertor_USB_-__SERIAL.html
> Система ALD-4 Branch.
> 
> вывод lsusb:
> Bus 001 Device 008: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port

Добрый день. А что не работает?

Обычно появляется /dev/ttyUSBx, которое и используется...

Вместо x должно быть число, смотрим на 12 консоли либо в выводе dmesg,
либо в /sys/bus/usb-serial/devices, на какой девайс отображается конкретный экземпляр.

-- 
Китайкин Анатолий Константинович
ОАО "Радиоавионика", СПб


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Настройка USB -> Serial Port Converter
  2008-01-17  7:14 [Comm] Настройка USB -> Serial Port Converter Vyacheslav A. Brunev
  2008-01-17  8:32 ` A.Kitouwaykin
@ 2008-01-17 13:17 ` Владимир Гусев
  1 sibling, 0 replies; 3+ messages in thread
From: Владимир Гусев @ 2008-01-17 13:17 UTC (permalink / raw)
  To: community

On Thu, 17 Jan 2008 13:14:20 +0600
Vyacheslav A. Brunev wrote:

> Здравствуйте уважаемые!
> 
> Возникла необходимость сопряжения вот этого устройства:
> http://www.conectica.ro/display/1-1-641-Cabluri_USB/Cablu_convertor_USB_-__SERIAL.html
> Система ALD-4 Branch.
> [..]
> Подскажите существует ли вероятность настройки данного девайса для
> работы с COM-портом, и если да то подскажите как это сделать?

Вы его воткните, и оно готово.. этот виртуальный com-порт будет
типа /dev/ttyUSB*, чаще всего *=0, и все.. в настройках программы,
использующей com-порт прописать это, и все.. 


-- 
С уважением,
Владимир Гусев


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-17 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-17  7:14 [Comm] Настройка USB -> Serial Port Converter Vyacheslav A. Brunev
2008-01-17  8:32 ` A.Kitouwaykin
2008-01-17 13:17 ` Владимир Гусев

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git