Results 1 to 4 of 4

Thread: Virtual serial port (CDC Class)

  1. #1

    Virtual serial port (CDC Class)

    Hi,
    when I insert my hardware(CDC Class) to USB port, it is enumerate right, but no new serial port will appear (/dev/tts/)...

    Where I should looking for a new USB device ?



    Excuse my english....

  2. #2
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    Quote Originally Posted by Snail.cz View Post
    Hi,
    when I insert my hardware(CDC Class) to USB port, it is enumerate right
    why do you think so?
    If it is common pl2303 or ftdi based devices --- there are special modules which should be loaded before usbserial. If it is a completely generic solution, you need to load usbserial with parameters:
    PHP Code:
    insmod usbserial vendor=0x1234 product=0x5678 
    Aha, finally, it will be located not at /dev/tts..., but at /dev/usb/tts/0

  3. #3
    why do you think so?
    I built this hardware .... (it is enumerate right)


    Code:
    insmod usbserial vendor=0x1234 product=0x5678
    vendor and product is vendor and produkt ID in device ?

    Thanks, I will try it...

    Hi

  4. #4
    It's working.
    Thanks...

Similar Threads

  1. Virtual Server - can't redirect port
    By nfh in forum WL-500gP Q&A
    Replies: 7
    Last Post: 08-12-2008, 22:39
  2. transmission 134-1
    By edelknecht in forum German Discussion - Deutsch (DE)
    Replies: 13
    Last Post: 19-09-2008, 09:15

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •