1

I installed Octave support package for Arduino and it is listed in the packages installed when pkg list command is run.But when the command "a= arduino('COM8')"; is run,"error: serial: Error opening the interface: No such file or directory" is shown.Please respond.

2
  • Are you able to connect with the Arduino on COM8 through the Arduino IDE? Commented May 13, 2019 at 10:05
  • So in the Windows device manager, what COM ports do you see? Commented May 13, 2019 at 15:11

1 Answer 1

2

Using clear command on Octave before executing a=arduino('COM8') will remove this problem.

Use it like this:

clear
a=arduino('COM8')

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.