I tried to send commands to a GSM modem or C # phone using this code, but it does not work! Can anyone tell me what to do?
SerialPort sp = new SerialPort(); sp.PortName = "COM42"; sp.Open(); sp.Write("ATD09364191752");
sp.Flush()
Write()
You rely on all the default settings for messaging protocols, establishing communications, etc. You might want to check the modem documents.
Source: https://habr.com/ru/post/1776121/More articles:Proper delegate and protocol implementation - iphoneLooking for a parallel function for ActionScript BitmapData.draw (), but in OpenGL - pythonHow to change WebDAV password locally - webdavDisplay html formatted table using webview in android - androidSending PHP json_encode array in jQuery - jsonApplication error with NSMutableArray for plist - objective-cPHPUnit and Zend Framework assertRedirectTo () problem - phpunitRecording TRACE on iPhone - iphoneCan I download jquery user interface themes from the internet, e.g. google ajax libraries? - jqueryNeed help linking a subproject to the main project when deploying it to eclipse - javaAll Articles