billhsu / jUART

Cross platform browser plugin for serial port communication from JavaScript
202 stars 76 forks source link

Plugin not working with chrome 64 bit #18

Open tonysurfdome opened 9 years ago

tonysurfdome commented 9 years ago

My version of chrome auto updated to 64 bit version of chrome and your plugin stop working. I rolled back to 32 bit version of chrome and it was working again. Is there any way in which to get this plugin to work with 64 bit version of chrome?

billhsu commented 9 years ago

Can you try compiling the source code on your machine?

Sent from Sony XPERIA On Apr 20, 2015 11:04 PM, "tonysurfdome" notifications@github.com wrote:

My version of chrome auto updated to 64 bit version of chrome and your plugin stop working. I rolled back to 32 bit version of chrome and it was working again. Is there any way in which to get this plugin to work with 64 bit version of chrome?

Reply to this email directly or view it on GitHub https://github.com/billhsu/jUART/issues/18.

adilek commented 9 years ago

Hi,

I have added it to my fork and sent a pull request. If you use a Windows version you can just compile the source code on your machine. It will use your OS architecture and your plugin will work fine.