Genesis-Digital-Lab / Stealth

Open Source Alternate Flipper Zero For Indians By Using ESP32 IOT Development Board
2 stars 0 forks source link

Python Serial Package Issue #2

Closed Genesis-Digital-Lab closed 1 week ago

Genesis-Digital-Lab commented 1 week ago

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'

Genesis-Digital-Lab commented 1 week ago

So I created webpage using Serial Web API for read and write commands RFID-Controller