Critiques pour WebSerial for Firefox
WebSerial for Firefox par kuba2k2
Avis de eltomito
Noté 5 sur 5
par eltomito, il y a 7 moisI followed the instruction and it works under Linux!
The only catch was that to be able to actually open the port in Firefox, I had to give myself the permission to access it by doing "sudo chmod a+rw /dev/rfcomm0" in a terminal window (without the quotes).
"rfcomm0" is what the bluetooth manager called it - it's a serial port over bluetooth. With a plain old usb cable serial port, the port is called something like /dev/ttyACM0 . Do "ls /dev" before connecting the cable and then after and look for the new entry that's showed up.
The only catch was that to be able to actually open the port in Firefox, I had to give myself the permission to access it by doing "sudo chmod a+rw /dev/rfcomm0" in a terminal window (without the quotes).
"rfcomm0" is what the bluetooth manager called it - it's a serial port over bluetooth. With a plain old usb cable serial port, the port is called something like /dev/ttyACM0 . Do "ls /dev" before connecting the cable and then after and look for the new entry that's showed up.
18 notes
- Noté 5 sur 5par Archer, il y a 3 moisEssential if you want to update USB devices over a website. (You need to install an additional app form this dev to work!)
- Noté 4 sur 5par jmparatte, il y a 3 moisHi, very cool, ok with my win10. Just a lake: I can't execute my script with local url like file:///C:/htdocs/arduino_web_controller.html (ok with Chrome, Edge).
Réponse du développeur
mis en ligne : il y a 3 moisExtensions are not allowed to run in local files, just HTTP(S) websites.
If you want to use it with local sites, consider starting an HTTP server, for example using Python: "python -m http.server" - Noté 1 sur 5par Tom, il y a 4 mois
- Noté 5 sur 5par DevourerOS, il y a 8 mois
- Noté 5 sur 5par delelelele, il y a 9 mois
- Noté 5 sur 5par Utilisateur ou utilisatrice 19009952 de Firefox, il y a un anWorking on Ubuntu Mate Release 24.04.2 LTS and Firefox 138.0.4 (64 bit)
- Noté 4 sur 5par Pokeblue, il y a un anDoesn't seem to work with offline webapps but otherwise works perfectly.
- Noté 5 sur 5par Helgius, il y a 2 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 14559047 de Firefox, il y a 2 ans
- Noté 1 sur 5par iw2evk, il y a 2 ansI've try to install on Firefox under Lubuntu 20.04.I've mae as in instruction but nothing work (continue error message at connection).Why don't make auto installer or maybe a " batch "file ?
impossible install this 2 require libraries (pleas supplier in package) LIBC2.33 and LIBC2.34Réponse du développeur
mis en ligne : il y a 2 ansI'm sorry that the addon doesn't work as expected. However, it is most likely caused by your outdated Ubuntu version. I have tested it on Ubuntu 22.04 and it works fine. Please try updating your system.
An auto installer is not needed and not a viable option, because every Linux system is different and needs to have different installation paths. - Noté 5 sur 5par cyril, il y a 2 ansFinally I can debug my web apps needing device access in my favorite browser! Great work. It's a bummer that Mozilla org refuses to implement these features natively. Browsers are also a major app platform and has been for years, if not decades. Weird that it's still controversial for some.
- Noté 4 sur 5par Robert Kersbergen, il y a 2 ansWorks with hackrf.app, was able to update firmware using FF now. Very nice. The download link for the native app didn't work for me so I had to manually download it from github but after that it worked flawlessly and just like in a Chrome browser.
Réponse du développeur
mis en ligne : il y a 2 ansThe native app must be installed manually, it cannot be bypassed - this is a limitation of Firefox and how extensions work. There are other add-ons that require installing apps manually, such as Google Remote Desktop. - Noté 1 sur 5par Utilisateur ou utilisatrice 16740137 de Firefox, il y a 2 ansUnfortunately, it does not work with the esc-configurator.com site (Firefox 115 Debian 12)
Réponse du développeur
mis en ligne : il y a 2 ansHi, the latest version 0.3.2 includes support for Linux, please update and try again :) - Noté 5 sur 5par MrSirMister, il y a 2 ansWorks like a charm. Thank you for adding this missing feature to Firefox!
- Noté 5 sur 5par Unambiguous, il y a 2 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 12901812 de Firefox, il y a 2 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 16881153 de Firefox, il y a 3 ansIt was hard to find bundled .exe installer. But I'm finally happy with the working add-on
Réponse du développeur
mis en ligne : il y a 3 ansHi, since the last (and first) release, the addon has gone through many stability improvements; I haven't released it yet. When I do, it will offer downloading the .exe installer directly. It is also available on GitHub.