Hi,
I'm trying make an APK who got the Bar-Code information and send this code to a PC
TABLET >> CLICK SCAN >> SCAN >>SEND VALUE TO PC
Any idea how to send a value or a text to PC via wifi?
Only way I see how would be to host some kind of server on the PC, and dialog with it with the websocket plugin (https://www.scirra.com/manual/153/websocket). I don't have knowledge to help you further this way though.
Develop games in your browser. Powerful, performant & highly capable.
On Intel XDK i found:
GET/POST REMOTE DATA
For this the xdk needs URL "http://"
but what kind of Url he needs?
A webserved one. (hosted on a webserver)
Check out Ajax.
Any idea how send the information via Bluetooth?
As far as I am aware bluetooth communication is not supported in construct 2.