2
I need a C# code that identifies calls from the phone. Example: type Bina. I don’t know what kind of device I have to use.
I did a research, it seems that has even in USB, but I have no idea how to connect with the port and make the communication with the same. I need to take the phone number and put it on the app, in case it might be when the phone rings.
There is no way to give you an answer, each device works in a different way
– Leandro Godoy Rosa
Difficult to help you if you don’t know what kind of device will be used.
– Danilo Oliveira
I’ll be using the IC BOX
– Carlos Mansilha
Are they closed? Is it running on pc? Regardless of the device, you need to communicate with the modem, and can do it. You are "listening" to the modem and when the phone rings, you can know the number of who is calling, if available. I did it already, many years ago with VB6... They should not have closed the question. If they did not understand, ask for clarification.
– Bruno Piovan