Skip to content

Instantly share code, notes, and snippets.

@krish-iyer
Created August 19, 2019 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krish-iyer/94e422c2dde549e5c0e9e9557c747d50 to your computer and use it in GitHub Desktop.
Save krish-iyer/94e422c2dde549e5c0e9e9557c747d50 to your computer and use it in GitHub Desktop.
function y = SerialOpen(serialcom)
y = serial(serialcom);
fopen(y);
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment