What's new in Logiccode GSM SMS.Net Library 4.1.0.0

Aug 31, 2020
  • Added new method to get list of available networks by querying the modem SIM.
  • Added new method to set a network manually or automatically.
  • Added new property to retrieve network registration information of the modem.
  • Enhanced reliability of reading from serial port.
  • Bug fixing related to previous builds.

New in Logiccode GSM SMS.Net Library 4.0.0.0 (Apr 23, 2020)

  • Added new method to Restart mode
  • Added new method to check connection status of modem
  • Added new method to retrieve incoming caller id
  • Added new property to enhance speed of sending SMS by enabling the feature set in supporting modems
  • Minor bug fixes.

New in Logiccode GSM SMS.Net Library 3.3 (Aug 1, 2015)

  • Fixed a bug in which message reference number was not returned in some cases in spite of message being successfully sent
  • Fixed bug in EndCall method
  • Updated Delete Inbox Messages sample code
  • Stability improvements

New in Logiccode GSM SMS.Net Library 3.2 (Aug 1, 2015)

  • Added Dispose method to explicitly clean up serial port resources.
  • Fixed subscript out of range error when continuously polling inbox at specific intervals.
  • Improved Auto-Detection of modem.
  • Fixed minor errors in DialCall and EndCall methods.
  • Fixed minor issues.

New in Logiccode GSM SMS.Net Library 3.1 (Mar 5, 2014)

  • Improved Logging of modem
  • Fixed USSD not returning result for some cases
  • Help File and Samples updated and improved
  • LogPath property is updated. It now contains full folder path with filename instead of just folder path.

New in Logiccode GSM SMS.Net Library 3.0 (Oct 14, 2013)

  • Added ability to read sim/phone contacts from some of the GSM modems/phones which support it
  • Added ability to read dialled/received/missed call list from some of the GSM modems/phones which support it
  • Delivery reports can now be read in modems which are able to receive delivery reports
  • Fixed a bug in GetAvailableCOMPorts method in which the ports were returned with some extra characters in some computers

New in Logiccode GSM SMS.Net Library 2.2 (Sep 12, 2013)

  • Updated USSD method to accept input/ouput encoding
  • Fixed USSD not returning result for some special characters
  • Fixed a bug in which SMS could not be sent after applying SMSC

New in Logiccode GSM SMS.Net Library 2.1 (Mar 1, 2013)

  • Improved USSD and DialCall methods
  • Fixed bugs in DetectModem method
  • InboxPart property now shows whether all parts of the message(only when InboxConcatenate is set to TRUE) are received in Inbox of the modem

New in Logiccode GSM SMS.Net Library 2.0 (Mar 30, 2012)

  • Added call dial and call hang up
  • Added getting list of COM ports in computer and automatic detection of modem
  • Fixed a bug of Sender Name of read messages not showing in a long message
  • Updated USSD method to accept input/ouput encoding
  • Fixed C# sample Auto detection modem code

New in Logiccode GSM SMS.Net Library 1.2 (Nov 4, 2011)

  • Improved performance with serial port. Now sends/receives SMS faster,Fixed issues with setting of flow control(handshake) of serial port.

New in Logiccode GSM SMS.Net Library 1.1 (May 31, 2011)

  • Added InboxPart property which returns part information of a long message read from Inbox
  • Fixed a regional setting bug due to which users were not being able to send long messages
  • Fixed InboxConcantenate not merging long messages in some cases