开发者

Serial Port Communication With Mobile Phones

开发者 https://www.devze.com 2023-04-09 09:54 出处:网络
I want to 开发者_JAVA百科connect my mobile phone to PC Using Serial Port. and communicate and send sms to contacts stored in phone memory.How to achieve this in C#.First of all, you are not providing

I want to 开发者_JAVA百科connect my mobile phone to PC Using Serial Port. and communicate and send sms to contacts stored in phone memory.How to achieve this in C#.


First of all, you are not providing sufficient data to answer this question. Anyway i am writing what i know about this.

I have used two type phones to send sms from the PC and from my micro-controller board, both are with USB connectivity.

In the first case, there is a USB to serial converter inside the data cable, and the USB side is connected to the PC. if you want connect this type phone to PC's serial port, you have to hake the data cable, find out the RX and TX lines which is connected to the phone. Now you can connect the RX,TX and Ground to the serial port, but some times you need a level converter.

In the second case(Currently available phones), the phone itself is a USB device and you can't connect to a serial port. But here the advantage is that, when you install the driver of the phone, you will get one or more Virtual serial port, and from the point of a programmer it is a real serial port. You can send AT commands through this port and get the response.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号