You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i have a problem. my code wich use with tsc printer BT. The connection si perfect, promise is ok but when call write method receive No Interface? Ex in Adroid with Codova 11. AA:BB:CC:DD:EE:FF is example. I have verified wich a SSP is "00001101-0000-1000-8000-00805F9B34FB"
bluetoothClassicSerial.connect("AA:BB:CC:DD:EE:FF", '00001101-0000-1000-8000-00805F9B34FB', function() {
//alert("conneted"); the connection is ok and the led blu into printer is on
let data = 'TEXT 10,10,"2",0,1,1,"FONT 2"'; //TSPL language for TSC printer sent as text
bluetoothClassicSerial.write('00001101-0000-1000-8000-00805F9B34FB', data, function() {
Hi,
i have a problem. my code wich use with tsc printer BT. The connection si perfect, promise is ok but when call write method receive No Interface? Ex in Adroid with Codova 11. AA:BB:CC:DD:EE:FF is example. I have verified wich a SSP is "00001101-0000-1000-8000-00805F9B34FB"
bluetoothClassicSerial.connect("AA:BB:CC:DD:EE:FF", '00001101-0000-1000-8000-00805F9B34FB', function() {
//alert("conneted"); the connection is ok and the led blu into printer is on
let data = 'TEXT 10,10,"2",0,1,1,"FONT 2"'; //TSPL language for TSC printer sent as text
bluetoothClassicSerial.write('00001101-0000-1000-8000-00805F9B34FB', data, function() {
}, function(error) {
alert(error); //No Interface
});
}, function(error) {
});
thanks
The text was updated successfully, but these errors were encountered: