La Web del Programador: Comunidad de Programadores
 
    Pregunta:  39329 - ESCRIBIR Y LEER DATOS POR PUERTO SERIAL O PARALELO A MATLAB
Autor:  Marlene Pulido
Hola estoy haciendo un proyecto de adquisicion de datos, y necesito obtener datos por medio de un pic para un control de un sistema elevador por medio de GUIS y Simulink en Matlab, me gustaria saber como puedo obtener datos y escribir datos por el puerto serial o bien por el paralelo a través del software.

  Respuesta:  adrian chavarro
Hola...estoy interesado en el mismo tema...necesito hacer lo mismo y estoy buscando ayuda...Pero creo que encontre algo en als ayudas de MATLAB 6.5...

The Parallel PortThe PC supports up to three parallel ports that are assigned the labels LPT1, LPT2, and LPT3. You can use any of these standard ports as long as they use the usual base addresses, which are (in hex) 378, 278, and 3BC, respectively. The port labels and addresses are typically configured through the PC's BIOS. Additional ports, or standard ports not assigned the usual base addresses, are not accessible by the toolbox. Most PCs that support MATLAB will include a single parallel port with label LPT1 and base address 378. To create a DIO object for this port, parport = digitalio('parallel','LPT1');

Most PCs that support MATLAB will include a single parallel port with label LPT1 and base address 378. To create a DIO object for this port, parport = digitalio('parallel','LPT1');

Busca en las ayudas

DIGITAL INPUT OUTPUT TOOLBOOX