Frozenlock / bacure

Clojure wrapper for BACnet4J
10 stars 5 forks source link

Fix MSTP to upgrade to 4.1.2 #9

Closed Frozenlock closed 6 years ago

Frozenlock commented 6 years ago

The MasterNode constructor is different in 4.1.2.

MasterNode(SerialPortWrapper wrapper, byte thisStation, int retryCount)
MasterNode(java.lang.String portId, java.io.InputStream in, java.io.OutputStream out, byte thisStation, int retryCount)

@WhittlesJr can you take a look?

WhittlesJr commented 6 years ago

You bet. I'll be back to work Wednesday.

Frozenlock commented 6 years ago

@WhittlesJr Did you have any time to look this up?

WhittlesJr commented 6 years ago

Sorry, not yet... hopefully soon though

WhittlesJr commented 6 years ago

Looking into this now

Frozenlock commented 6 years ago

Oh, right. Closing this.