Interface

S

Sridhar_Gadda

Guest
Hello,

How can I design an Interface between PC and hardware device. I
need to pass the data from PC to hardware device using Interface. I have a
matlab program which generates signal of 1 bit stimuli. I like to pass this
1 bit stimuli into digital filter (hardware). How can I proceed ?? Any help
or Hints will be greatly appreciated.

thanks in advance.

Sridhar
 
Hi,
What are the other tools you have in your lab?? They may also be
useful... for ex. lets assume you have 8051x microcontroller boards,
which can be hooked up to the pc (using serial port), then you can
write out the matlab generated output to series of CONSTANTs for your
8051 code that'll finally produce the desired sequence.
Read your serial port & parallel port documentation available in you
PC, they should be able to export one bit without any issues...
HTH,
Naren.


"Sridhar_Gadda" <sridhargadda@yahoo.com> wrote in message news:<dbf57bd468edc1479631381bb260f549@localhost.talkaboutprogramming.com>...
Hello,

How can I design an Interface between PC and hardware device. I
need to pass the data from PC to hardware device using Interface. I have a
matlab program which generates signal of 1 bit stimuli. I like to pass this
1 bit stimuli into digital filter (hardware). How can I proceed ?? Any help
or Hints will be greatly appreciated.

thanks in advance.

Sridhar
 

Welcome to EDABoard.com

Sponsor

Back
Top