Results 1 to 2 of 2

Thread: Programming USB-Serial Converter

  1. #1
    Join Date
    Oct 2010
    Beans
    5

    Programming USB-Serial Converter

    Hi,

    I bought an USB-serial converter (Plugable USB to RS-232 DB9 Serial Adapter) recently. It uses the LS2303 chipset. I am trying to send some command to a serial controlled device and hopefully I could write a program so that it can run automatically.

    I have struggled with it for a couple of days, but don't have much idea. Is there any suggestions how should I approach the problem?

    Thanks in advance,

  2. #2
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Programming USB-Serial Converter

    Quote Originally Posted by Rezzz View Post
    Hi,

    I bought an USB-serial converter (Plugable USB to RS-232 DB9 Serial Adapter) recently. It uses the LS2303 chipset. I am trying to send some command to a serial controlled device and hopefully I could write a program so that it can run automatically.

    I have struggled with it for a couple of days, but don't have much idea. Is there any suggestions how should I approach the problem?

    Thanks in advance,
    Code:
    man ttys
    ls /dev/tty*
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

Bookmarks

Posting Permissions

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