Page 1 of 1
Serial library
Posted: Mon Jul 15, 2024 4:25 pm
by Quin
PureBasic has a library for communicating with serial ports. For the longest time, this wasn't possible from a browser context, but Chrome at least now exports APIs that work, navigator.serial and so on. It would be great to have these functions as part of a standard serial library in SB, I currently need an Android app to communicate with a serial device via the USB port. Mayhaps a Cordova plugin can do it too?
Re: Serial library
Posted: Mon Jul 15, 2024 7:47 pm
by Caronte3D
Chrome also support bluetooth, so would be nice to have ir on SB
Re: Serial library
Posted: Tue Jul 16, 2024 4:57 am
by plouf
Would be intresting to have serial

Re: Serial library
Posted: Thu Jul 18, 2024 1:12 pm
by plouf
Ok i have try to test pure js in serial stuff but my chrome has NO option in settings->more advance->SerialPort. In order to enable it
I see no option at all, while in chrome dev says youust enable it!
So i ask. Do you have this option ?! (Serialport in chrome settings)