I have a HID Edge ER40 network contact-less reader, connected to the same network as the PC i am working with. When a card is scanned by the reader i want to capture the data from the reader using Python program.
I have no experience in network programming, so would like to have tips and ideas to get connected with that device.
I know the IP and Host IP address of the device and IP addr of PC.
- How can i know the socket number of that device.
- What modules of python will be apt for this procedure?
I am able to view all the device status within the network, using HID VertX Discovery GUI.
Please do guide with samples and documentation.