Quote:
Originally Posted by Ecallan
I know that you are working on a web page option for voice control.
Just to let you know that I tried having USBnet enabled on my e-reader and running kobo voice control. When I type or say a command such as "open main menu" I can see a Telnet 192.168.2.101screen with text reading saying connecting to 192.168.2.101... but doesn't go any further than that. When I say open main menu at the please speak or type command screen ie the auditory command back in my earpiece but it doesn't do anything.
|
Could you make a test whether the usbnet works?
With USBNet enabled on the reader (it shows: "USBNet support: enabled"), open the "command prompt" on your pc and and execute the following line:
If you are not familiar with the "command prompt", you can press the Windows symbol at the left bottom side of the screen, and type "command prompt." Or you can type "run," and type into the small "run" window the following:
Code:
cmd /K ping 192.168.2.101
What ever is easier. (I just say "tpye" instead of "type/speak")
If the usbnet works, you should see something like:
Code:
Pinging 192.168.2.101 with 32 bytes of data:
Reply from 192.168.2.101: bytes=32 time=7ms TTL=64
Reply from 192.168.2.101: bytes=32 time<1ms TTL=64
Reply from 192.168.2.101: bytes=32 time<1ms TTL=64
Reply from 192.168.2.101: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.2.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 7ms, Average = 1ms
The thing with the wbscript is not so important. I gave up on this part completely.