jUART icon indicating copy to clipboard operation
jUART copied to clipboard

Cross platform browser plugin for serial port communication from JavaScript

Results 23 jUART issues
Sort by recently updated
recently updated
newest added

in bin/linux the file format also is 64bits, please consider changing it.I did the compiling myself after wondering around for a while(didn't think 32/64 version would b the problem

**System:** Ubuntu 16.04 LTS **Browser:** Firefox **plugin version:** downloaded from bin/Linux_x86_64/npjUART.so at commit 979c040 **Test process:** Have an Arduino board constantly sending data to serial port connected to computer. With...

Hi, I have Downloaded the jUART and built according to mentioned steps in readme.md. It generates npjUART.so. Copied this generated .so file to /usr/lib/.mozilla/plugins directory. I am trying to know...

Hacktoberfest

Inspecting the send code paths, I see that sendmulti() and send() share the same message buffer(`send_msg`), but both treat the buffer as if they are solely in control of it....

Hacktoberfest

Hey guys, great job. this is my issue, If I go to putty and open the serial port and fetch the info I get this. “000315 06/22/2015 13:08 - 129.6...

Hacktoberfest

HI, I am trying to get a list of available serial ports and I am using the function getports(). Testing the original `npjUART.dll` for Win, on a Windows 10 (64bit)...

Hacktoberfest

Environment: Firefox 48 for Ubuntu I've followed these steps in README.md: - Copy `bin/Linux/npjUART.so` to: `~/.mozilla/extensions`. - And `js` file looks like: ``` //Get a Serial object var ser =...

After load npjUART.dll, after some times,the chrome frozen and can not do any thing,after a while,chrome close automaticly.And the npjUART.dll in plugins directory also been deleted automaticly. Why?

Patch to send error details as a string to err_callback function