-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The object to close the serial port is not accesible , os will be good have a function for close the port.
function close_port(obj)
% tells if msg is an ip address, returns the ip and port if so.
if obj.connection_type == 'serial'
fclose(obj.connection);
endif
endfunction
Maybe also is important to review is the port is open (during constructor) to generate this error an not
error: Invalid call to arduino. Correct usage is:
Metadata
Metadata
Assignees
Labels
No labels