Tizen bluetooth webapp onSocketError

Tizen bluetooth webapp onSocketError

BY 28 Jan 2018 Web Application Development

http://oneshottenkill.tistory.com/83

Here is tizen bluetooth webapp zip file link. Could you try this code on your tizen phone??

var onSocketError = function(err){

console.log(err);
/*alert(err.name);*/
alert(‘소켓에러 발생’);
}
 
I met socketError… on main.js
The webapp can find bluetooth devices but can not connect with the HC-06 device.
When I connected android phone and HC-06. It worked well. Between PC(serial monitor) and android phone communicated. I mean HC-06 and arduino source codes have no problem. 
 
 
 
Written by