You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
The object to close the serial port is not accesible , os will be good have a function for close the port.
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:
The text was updated successfully, but these errors were encountered: