Results 1 to 3 of 3

Thread: Controlling Analog Devices thru Serial Port

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    3
    Can any one shed any light onto how you would go about controlling analogue devices through a serial port?

    Many thanks

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    Yeah! you send out bit!

    You need to be more specific
    -Shickadance

  3. #3
    Addicted Member
    Join Date
    Oct 1999
    Location
    Dallas,TX
    Posts
    170

    What kind of analog device?

    What kind of analog device do you want to control. It's impossible to give you any kind of answer without a little more detail.

    As far as serial goes, there must be a device that captures ASCII codes. This is typically done with a microcontroller. On receipt of for example 0x5F, the microcontroller controls whatever analog circuit you have.

    Typically, when I design hardware, I set up ASCII send\recieve codes for "low-level hardware communication". For example, If I wanted to start a motor through a PC software application, I would send out a 0x5F. The microcontroller recieves the serial data, looks at it, and says..that means turn on the motor. Of course the microcontroller will "output" a signal that must be amplified by "analog", which in turn starts the motor.

    Hope that Helps,
    Phil

Posting Permissions

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



Click Here to Expand Forum to Full Width