Info

This question is closed. Reopen it to edit or answer.

How to get Gcode in matlab ?

2 views (last 30 days)
khushboo chhikara
khushboo chhikara on 27 Apr 2018
Closed: khushboo chhikara on 3 May 2018
i want to run my laser machine over a particular path for that i need gcode. so how it can be done in matlab ?

Accepted Answer

Walter Roberson
Walter Roberson on 27 Apr 2018
  13 Comments
Walter Roberson
Walter Roberson on 29 Apr 2018
You could probably use serial() to open a serial port connection to the COM port that the arduino is on, and then send it the gcode strings. It looked to me as if that software would accept the strings and act on them.

More Answers (0)

This question is closed.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!