Skip to content

Commit

Permalink
dev: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wwhai committed Jan 25, 2022
1 parent 36cf423 commit 47f1d0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions driver/modbus_rtu_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ import (
"github.com/goburrow/modbus"
)

/*
*
* Modbus RTU 驱动直接用了库,所以这个驱动仅仅是为了符合模式,其实没有实际作用,或者留着以后扩展用
*
*/
type modBusRtuDriver struct {
state typex.DriverState
client modbus.Client
Expand Down

0 comments on commit 47f1d0b

Please sign in to comment.