-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi,
I am trying to use TMCM-0960-MotionPy Kit with TMCL-IDE and pairing with PD42-1270 via CAN interface. First of all, the board initially came with boot.py, main.py and driver file. I installed the driver and the board isn't detected recognised in TMCL-IDE(though COM port is shown, but not connecting). I realized about preparing the board to run MicroPython after reading https://github.com/trinamic/PyTrinamicMicro/blob/master/GUIDE.MD and trying "General" section of it.
Till step 4, things worked well and I used command "python install.py C:" as Python 3.9 is in C:\ drive for me. After, I copied main.py and boot.py to the E:\ which is root of TMCM-0960-MotionPy hardware(with SD card attached). After while opening Putty and accessing the serial port, its throwing error "no module named logging" and still the board is not recognised in TMCL-IDE.
Did I follow the procedure properly? It's quite unclear for me, could you please explain the steps briefly? Any assistance would be of great help. Thanks.