Search found 1 match
- Sat Nov 23, 2013 5:41 pm
- Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
- Topic: API via PHP
- Replies: 8
- Views: 8941
API via PHP
So I can connect... using stream_socket_client (PHP)... (DSC) I get a 5053CD response, which I believe is correct according to the api documentation. I then need to send a 005 Login Request..., but that needs to be converted to hex... So... "303035" Not sure that data should immediately follow so I ...