robinson / gos7

Implementation of Siemens S7 protocol in golang
BSD 3-Clause "New" or "Revised" License
314 stars 121 forks source link

feature : remoteTSAP connectType (driver)can override by TCPClientWit… #67

Closed Hongliukai closed 6 months ago

Hongliukai commented 6 months ago

Adjust connectType(driverType) in remoteTSAP by adding the NewTCPClientHandlerWithConnectType function and the TCPClientWithConnectType function

robinson commented 6 months ago

thanks!