#Bluetooth?
5 messages · Page 1 of 1 (latest)
Which could use https://github.com/lzhida/tauri-plugin-serialport
You can check the serial port type for bluetooth port:
https://docs.rs/serialport/4.0.1/serialport/enum.SerialPortType.html
The physical type of a SerialPort
I’m playing with https://github.com/deviceplug/btleplug in tauri and it works well (I’ve only tested it on macOS so far)
Isn’t Bluetooth low energy pretty different than old blue tooth though?