MATLAB Learn How to Control Parallel and Serial Ports in MATLAB with Voice Commands

  • Thread starter Thread starter the one5
  • Start date Start date
  • Tags Tags
    Control Matlab
AI Thread Summary
To control output via parallel or serial ports using voice commands in MATLAB, a microphone and a speech recognition library are necessary. Options include using existing libraries or built-in speech recognition tools from systems like Windows. After capturing voice input, MATLAB's built-in functions can be utilized to manage serial or parallel ports, although support for parallel ports may be limited. Users are encouraged to share updates on their progress.
the one5
Messages
2
Reaction score
0
Alssalam Alykom
hi every one

please I want to control output like parallel port or serial port by voice in MATLAB
the problem how use voice to control ?

thanks for ur help
 
Physics news on Phys.org


Welcome to PhysicsForums.

To do something like this, you'll probably have to have a microphone, and to make use of someone's speech recognition library for MATLAB (or something else, e.g. Dragon or MacSpeech or Windows 7's built-in speech recognition, and then just read in the text input):
http://www.google.ca/search?q=speech+recognition+matlab

And then you'll need to control your serial or parallel ports (although I'm not sure if parallel is well-supported) using MATLAB's built-in facilities:
http://www.mathworks.com/help/techdoc/matlab_external/f105659.html

Good luck!
 
Last edited by a moderator:


thanks sir ^_^

i will try and any news i will write it here
 

Similar threads

Back
Top