Search found 1 match

by jaymemaurice
Sun Sep 21, 2014 10:53 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink TPI interface using NC/Netcat
Replies: 5
Views: 7270

Re: Envisalink TPI interface using NC/Netcat

Don't mean to wake the dead on this thread, but the provided php function won't work so well in calculating checksums that end up being "00"

perhaps:
return str_pad("$checksum",2,"0",STR_PAD_LEFT);