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.
![](/sites/default/files/users/user-45728/sokes_ereo2.gif)