Skip to content

shabaz123/modbus-tcp-das240

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DAS240-BAT and DAS220-BAT Modbus TCP Library for Python

Usage:

inport time
import das240 as das

ipaddr="192.168.1.100"
channel=1
filename="mylogfile.log"

print("Logging for 60 seconds")
for t in range (0, 60):
  das.log(ipaddr, channel, filename)
  time.sleep(1)
print("Done!")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages