Notices
Results 1 to 1 of 1

Thread: matlab parallel port interfacing?

  1. #1 matlab parallel port interfacing? 
    Forum Freshman
    Join Date
    Apr 2013
    Posts
    60
    hi. I want to know how to interface matlab with parallel port. I should probably mention that i'm using a laptop which does not have a parallel port so i'm using USB to parallel port converter cable. This is the code i used

    parport = digitalio('parallel','LPT1');
    line = addline(parport,0:3,'out')
    putvalue(parport.Pin2,0)

    i'm actually creating a GUI based traffic signal which needs to be interfaced by parallel port. I tried and checked the GUI using simple text boxes to see it's working perfectly but the interfacing isn't happening and it keeps giving errors.
    Thanks in advance



    Reply With Quote  
     

  2.  
     

Similar Threads

  1. Replies: 0
    Last Post: February 11th, 2014, 04:50 AM
  2. Matlab
    By thyristor in forum Computer Science
    Replies: 5
    Last Post: August 25th, 2010, 10:18 PM
  3. Monitoring Voltage of Serial Port (RS-232) with VB2005
    By denniga in forum Computer Science
    Replies: 0
    Last Post: July 25th, 2009, 02:50 PM
  4. INTERFACING REMOTE DEVICE THROUGH IP
    By racy44 in forum Electrical and Electronics
    Replies: 0
    Last Post: September 11th, 2008, 03:27 PM
  5. Parallel Port programming
    By Neha in forum Computer Science
    Replies: 7
    Last Post: December 22nd, 2006, 06:50 AM
Bookmarks
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
  •