Code covered by the BSD License  

Highlights from
cport

  • cportclose; function stat=cportclose(H) closes an open serial or parallel port
  • cportconfig; function stat=cportconfig(H,Name,Value,Name,Value,Name,Value...)
  • cportgetchar; function Params[ch,err]=cportstate(H,nchar) retrieves characters from a
  • cportopen; function H=cportopen(Port) opens a serial or parallel communication port
  • cportpurge; function stat=cportpurge(H) discards all characters from the output or
  • cportreset; function [stat,ErrStr]=cportreset(H) resets a previously opened communications
  • cportstate; function Params=cportstate(H) retrieves the configuration and timeout
  • cportwrite; function nW=cportwrite(H,Data,EOL) sends data to a previously opened
  • s=cportgetline(H,nMax,EOL,Tim... function s=cportgetline(H,nMax,EOL,Timeout) reads in one line of character
  • Contents.m
  • View all files
from cport by Eyal Doron
The CPORT minitoolbox supplies basic functions to open, configure, read from,etc to ports.

All files for cport
/cport/Contents.m
/cport/cport.txt
/cport/cportclose.c
/cport/cportclose.dll
/cport/cportclose.m
/cport/cportconfig.c
/cport/cportconfig.dll
/cport/cportconfig.m
/cport/cportgetchar.c
/cport/cportgetchar.dll
/cport/cportgetchar.m
/cport/cportgetline.m
/cport/cportopen.c
/cport/cportopen.dll
/cport/cportopen.m
/cport/cportpurge.c
/cport/cportpurge.dll
/cport/cportpurge.m
/cport/cportreset.c
/cport/cportreset.dll
/cport/cportreset.m
/cport/cportstate.c
/cport/cportstate.dll
/cport/cportstate.m
/cport/cportwrite.c
/cport/cportwrite.dll
/cport/cportwrite.m
/license.txt

Contact us at files@mathworks.com