billhsu / jUART

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

jUART.dll make chrome frozen and chrome exit automaticly #14

Open mustapha-wang opened 9 years ago

mustapha-wang commented 9 years ago

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?

billhsu commented 9 years ago

Are you using a 32 bit OS or 64 bit? Or it could be your security software mistook it as some virus.. Can you share a little bit more about your environment?

On Thu, Jan 8, 2015 at 5:35 PM, mustapha-wang notifications@github.com wrote:

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

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

last-hero commented 9 years ago

I have the same problem with windows 8.1 and chrome x64.

the chrome is frozen after some times, then i have to restart chrome.

do you have a solution for this problem?

billhsu commented 9 years ago

Can you try compiling the library on your machine?

last-hero notifications@github.com于2015年2月6日星期五写道:

I have the same problem with windows 8.1 and chrome x64.

the chrome is frozen after some times, then i have to restart chrome.

do you have a solution for this problem?

— Reply to this email directly or view it on GitHub https://github.com/billhsu/jUART/issues/14#issuecomment-73235698.

last-hero commented 9 years ago

Is it possible to compile on a windows machine? i have visual studio 2013 installed, do you have a guide?

billhsu commented 9 years ago

Yep. You can compile it with vs 2013. See readme.md

last-hero notifications@github.com于2015年2月6日星期五写道:

Is it possible to compile on a windows machine? i have visual studio 2013 installed, do you have a guide?

— Reply to this email directly or view it on GitHub https://github.com/billhsu/jUART/issues/14#issuecomment-73241957.

mustapha-wang commented 9 years ago

my os is windows 7 64bit

stevstrong commented 8 years ago

@last-hero, have you managed to compile the sources? Is it working now?