Closed alexanderdfox closed 3 years ago
I just tested on Linux.
Can you try this code on Blender Python Console in your system?
# Import the port scan module
from nCNC.modules.serial.tools.list_ports import comports
# Scan and return port list
comports()
Example my port list, only 1 device is connected:
I get this returned: [<nCNC.modules.serial.tools.list_ports_common.ListPortInfo object at 0x0000016DCA03BC08>] but still can't connect
Can you try this code on Blender Python Console in your system?
# Print selected port
bpy.data.scenes['Scene'].ncnc_pr_connection.ports
# Print available ports
bpy.data.scenes['Scene'].ncnc_pr_connection.get_ports(C)
Example:
Error: TypeError: EnumProperty(...): expected a tuple containing (identifier, name, description) and optionally an icon name and unique number
I have made a slight correction in codes. Can you delete the plug-in and reinstall
Thank you... it connected and can move the cnc machine
I'm glad :) Share again if other problems take out.
windows 10 com connection blender 2.92 steam edition
not listing com ports. com3 is active over usb
"using Grbl 1.1g ['$' for help]" Arduino software connects fine