Sending SMS to the Android emulator (only in Windows?) Via Telnet
Searching, I immediately came across
this advice :
Transfer:
It's pretty simple:
1. Open console
2. Connect via telnet to the active emulator: telnet localhost 5554 (You can find the number on the title bar of the running emulator)
3. Enter this: sms send outgoing Text Number of the Message
I tried it - it does not work, it does not find the telnet service
Enabling telnet service in Windows 7
Start - Control Panel - Programs and Components - Enable or Disable Windows Components - Telnet Client (tick)

or, if this method does not suit you / does not work, then you can crank this operation through the console:
dism /online /Enable-Feature /FeatureName:TelnetClient
if the list of components is empty: we manage the registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows
(for the parameter CSDVersion, instead of "200" put "0")
Enabling telnet service in Windows XP
As the aivus habraiser
prompts : in XP, the client is enabled by default, otherwise - in the same way, through the components, as in 7-ke
We send the message
1. Open the command prompt
2. Enter: (connect to active Android emulator)
telnet localhost ****
where instead of **** is the port number of the Android emulator (you can find the number on the title bar of the running emulator)
3. Enter:
sms send ** **
4. We see something like this:
