Tried to create GUI for RFID read and write command. But I faced issues in python serial package
Traceback (most recent call last):
File "C:/Python311/rfid.py", line 7, in
arduino = serial.Serial('COM3', 9600, timeout=1) # Change COM port as needed
AttributeError: module 'serial' has no attribute 'Serial'
Tried to create GUI for RFID read and write command. But I faced issues in python serial package
Traceback (most recent call last): File "C:/Python311/rfid.py", line 7, in
arduino = serial.Serial('COM3', 9600, timeout=1) # Change COM port as needed
AttributeError: module 'serial' has no attribute 'Serial'