bicarlsen / easy-biologic

Python library for communicating with Biologic devices.
GNU General Public License v3.0
18 stars 11 forks source link

USB connection is not possible #3

Closed AznIQ closed 3 years ago

AznIQ commented 3 years ago

Connection via USB is not possible, whereas connection via LAN works. Using find_devices.py with USB connection doesn't work and doesn't display a device name or port. With LAN the script shows the IP address.

Not possible to create device by ebl.BiologicDevice('USB0').

Biologic USB driver was installed. EC-lab software detects the USB port, once one installed the driver. With the EC-Lab software it is possible to control the potentiostat via USB (already tried out). Used Biologic's VMP3 potentiostat.

bicarlsen commented 3 years ago

This issue is fixed in the new version (v0.3.0) which will be released shortly. The issue was in the EC Lab Developers Kit (EDK) v6.0.1, which has been fixed in v6.0.4. In v0.3.0, EDK c6.0.4 is the default library.

AznIQ commented 3 years ago

Hi, this is cool! I will try it out

Holen Sie sich Outlook für Androidhttps://aka.ms/ghei36


From: bicarlsen @.> Sent: Thursday, July 15, 2021 11:32:00 AM To: bicarlsen/easy-biologic @.> Cc: AznIQ @.>; Author @.> Subject: Re: [bicarlsen/easy-biologic] USB connection is not possible (#3)

This issue is fixed in the new version (v0.3.0) which will be released shortly. The issue was in the EC Lab Developers Kit (EDK) v6.0.1, which has been fixed in v6.0.4. In v0.3.0, EDK c6.0.4 is the default library.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bicarlsen/easy-biologic/issues/3#issuecomment-880545954, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHS262KBZVNMGAFMHNINYRTTX2TJBANCNFSM4ZFL7RQQ.

bicarlsen commented 3 years ago

The new version of easy_biologic v0.3.0 has been relased.