Replies: 2 comments 5 replies
|
I'm having the same issue.. screen looks the same phsyically as your compatible list XuanFang 3.5" but is recognized as follows: \GPALIEN1\root\cimv2:Win32_PnPEntity.DeviceID="USB\VID_0483&PID_0065\2022100600" Found device: {'path': b'\\?\HID#VID_0483&PID_0065#9&2eda18e6&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}', 'vendor_id': 1155, 'product_id': 101, 'serial_number': '2022100600', 'release_number': 2, 'manufacturer_string': 'llhmi.com', 'product_string': 'llTechCo.,Ltd ', 'usage_page': 65280, 'usage': 1, 'interface_number': 0, 'bus_type': 1} Bought from: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions