Member • Feb 17, 2008
parallel port communication in matlab through simulink
dio = digitalio('parallel','LPT1')
--> create an object
data1 = addline(dio,0:7,0,'out') %Pin 2-9
data2 = addline(dio,0,2,'out') %Pin 1
data3 = addline(dio,1,2,'out') %Pin 14
If i have to embed this code into the simulink block set and then run to communicate with the parallel port
what should i do....
expecting a reply to solve my problem
thanks in advance --- zentill