Re: How to find which serial port is assigned to the attached device [fc13]



Jatin K kirjoitti viestissään (lähetysaika torstai, 10.
maaliskuuta 2011):
after running lsusb -v I got the chip name which is CP210x
Composite device on line number 98... but I'm not able to
find which serial port is assigned to it or on which serial
port I need to use to send the command to that device like
com1, com2 and so on

"com1" and "com2" are Windows port names and not relevant in
Linux. If you have only one USB-serial converter, the device name
should be /dev/ttyUSB0

is it possible for you to go through it and tell me the serial
port assigned to my converter ??

No, it's not visible in lsusb output. Run the command "dmesg"
immediately after plugging in the device.

--
Markku Kolkka
markku.kolkka@xxxxxx
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines



Relevant Pages

  • Re: interthread communication
    ... Since this is a writer thread, typically you will PostThreadMessage to it for each packet ... Note that if you have a serial port you must open it for asynchronous I/O. ... of the buffer in via a PostThreadMessage, so using a single variable cannot make sense. ...
    (microsoft.public.vc.mfc)
  • Re: Dial with a serial modem via vbScript?
    ... Modems came with a standard command set, ... for discussions of how to send data to a serial port. ...
    (microsoft.public.scripting.vbscript)
  • Use of stty
    ... <ser port path>" which gives you a serial terminal through the ... command works just fine but only at 9,600 baud, the default rate. ... the port baud rate. ... program that used my serial port setting code, ...
    (comp.sys.mac.programmer.misc)
  • Re: roZetta Status
    ... roZetta firmware is written in ZBasic and uses the ZX-40 from Elba, ... There is one main highspeed RS232 level serial port which interfaces ... with the TW523 as the ZX-40's interrupts are sluggish about 3% of the time. ...
    (comp.home.automation)
  • Re: Multiple serial consoles via null modem cable
    ... /etc/ttys is for configuring a machine to tie getty (think login prompt) ... assuming you attach to the serial port there. ... On box1, you'd have something like this in /etc/ttys: ...
    (freebsd-stable)