Releases: instecinc/pyinstec
Releases · instecinc/pyinstec
v1.1.71
v1.1.70
Additional QoL changes and bug fixes for USB and Ethernet connection:
get_usb_controllers()
andget_ethernet_controllers()
can take a while to run; the values are now stored in the controller class incontroller.usb
andcontroller.ethernet
on a function call, which will be checked first when attempting to connect- UDP connections are no longer blocking for the duration of the program, and are opened as necessary
- The Ethernet port can now be specified on Linux based devices
- TCP timeout is now adjustable
- Error handling is now less OS dependent
- Additional no_check versions of temperature control commands to reduce call delay
v1.1.3
Controller functionality has been updated to allow for multiple controllers to be connected over Ethernet. This means that calling instec.MK2000(instec.mode.ETHERNET)
will not work anymore, and requires the IP address of the controller to be specified when instantiating the controller now.
Additional functions have been added to help with the discovery of controllers connected to the device: get_ethernet_controllers()
and get_usb_controllers()
will retrieve controllers connected by their respective mediums.