MikrotikDotNet
MikrotikDotNet copied to clipboard
Send SMS trouble
i try send SMS with this code: var cmd = conn.CreateCommand("tool sms send"); ... cmd.ExecuteNonQuery(); this i get Error
in source (MKconnection.cs) i change in Read() this part > if(o.Substring(0,5) == "!done") to if(o.StartWith("!done")) because i get back !ri < cant use Substring(0,5) index is over
now works it nice.