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'm a little confused on how to connect to a device, I have this one:
info 34:81:F4:D2:43:2C
Device 34:81:F4:D2:43:2C (public)
Name: VEEPEAK
Alias: VEEPEAK
Class: 0x00240404
Icon: audio-card
Paired: yes
Trusted: yes
Blocked: no
Connected: no
LegacyPairing: yes
UUID: Serial Port (00001101-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
Modalias: bluetooth:v0039p5056d0120
RSSI: -84
I have tried the commands: btOBDReader.autoconnect('34:81:F4:D2:43:2C'); btOBDReader.autoconnect('VEEPEAK'); btOBDReader.autoconnect('veepeak'); - just in case it was case sensitive btOBDReader.connect('34:81:F4:D2:43:2C', 1); - as I have no idea what the port is...
Any ideas?
Thanks,
Jamie
The text was updated successfully, but these errors were encountered:
Hi,
I'm a little confused on how to connect to a device, I have this one:
I have tried the commands:
btOBDReader.autoconnect('34:81:F4:D2:43:2C');
btOBDReader.autoconnect('VEEPEAK');
btOBDReader.autoconnect('veepeak');
- just in case it was case sensitivebtOBDReader.connect('34:81:F4:D2:43:2C', 1);
- as I have no idea what the port is...Any ideas?
Thanks,
Jamie
The text was updated successfully, but these errors were encountered: