Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Total novice here. I was able to get it running on python 3.12 in my windows 11 pc. And I am pretty sure my device is the XuanFang 3.5" flagship as per this link: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions.
However, when I go to configure, in the COM port drop-down doesn't show any option other than Auto detection. I was able to force it use COM3 and COM10 by editing the config.yaml file but I am still getting the error: Cannot open COM port.
1/6/2024 7:16:14 PM [INFO] Loading theme LandscapeMagicBlue from res/themes/LandscapeMagicBlue/theme.yaml
1/6/2024 7:16:14 PM [DEBUG] HW revision: B
1/6/2024 7:16:14 PM [ERROR] Cannot find COM port automatically, please run Configuration again and select COM port manually
1/6/2024 7:17:44 PM [INFO] Loading theme LandscapeMagicBlue from res/themes/LandscapeMagicBlue/theme.yaml
1/6/2024 7:17:44 PM [DEBUG] HW revision: B
1/6/2024 7:17:44 PM [DEBUG] Static COM port: COM3
1/6/2024 7:17:44 PM [ERROR] Cannot open COM port COM3: could not open port 'COM3': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2)
1/6/2024 7:18:06 PM [INFO] Loading theme LandscapeMagicBlue from res/themes/LandscapeMagicBlue/theme.yaml
1/6/2024 7:18:06 PM [DEBUG] HW revision: B
1/6/2024 7:18:06 PM [DEBUG] Static COM port: COM10
1/6/2024 7:18:06 PM [ERROR] Cannot open COM port COM10: could not open port 'COM10': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2)
Any ideas what I am doing wrong? Sorry for the big post.
Beta Was this translation helpful? Give feedback.
All reactions