Oliver

Results 14 comments of Oliver

I would REALLY appreciate this! Looking for a Software Serial lib with variable config (Parity- Stop bits) for a long time...

Uh, just found out by investigating the send_message function. I had to do it with "->_" (underscore): ` $CreateItem->Items->CalendarItem->Body->_ = $body;` Now, it works like a charm! :-)

This also happens on serveral other locations, like ExchangeClient.php in create_event() function. Everytime an object is referenced which is not instantiated before. I could fix it with the same as...

It may be a little late for a response, but others who read this might be interrested. Both, AUTH_BASIC and AUTH_NTLM can be used with the lib, but for security...

As far as i can tell, it also works on Exchange 2016 too :-)

Well, found a workaroud in the net, because many people also bricked their devices and bring them back to live by flashing the genuine Firmware ("v0.9.2.2 AT Firmware.bin") first and...

I'd really like to have some more docs and examples (use-cases). Any place to put this? (maybe a Gist?)

As i found in serial/serbridge.c there must be some kind of NVT implementation (RFC 2217). Can you provide some examples for this? I played around a bit, but not success...

You're right. First, one need to send a "WILL" command first, as you said: `FF FB 2C` next, sending the baudrate (here 300 Baud) command: `FF FA 2C 01 00...

Great! Thank you for the fast support. Is there an official documentation (wiki) to tell about the NVT feature and give examples how to use it? If any help is...