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.

asked May 13, 2019 at 9:16
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')
answered Oct 18, 2020 at 8:17

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.