martin2250 / GrblHeightProbe2

PCB autolevelling toolchain for GRBL based CNCs
55 stars 22 forks source link

Program Error #15

Closed ThiagoCh closed 8 years ago

ThiagoCh commented 8 years ago

Hi, this program stops working and windows 10 closes it automaticaly every time I try to conect through COM3. Thanks :)

martin2250 commented 8 years ago

Hi,

this is a pretty unique issue so far. I only had bluescreens when two threads tried write to the serial port simultaneously, though I remember fixing this problem even before the first public release.

Does it crash immediately or only after some time? What USB to serial adapter are you using/which drivers?

Let's get this sorted out,

Greetings!

ThiagoCh commented 8 years ago

Hi, thanks for you reply. I'm sorry, it was just a mistake that I made. My grbl was the old one, it works with baud 9600 a day I was trying to use your software with 115200. When I changed the software to 9600 it worked. Thanks for you attention and software. Have a nice weekend.

Enviado do meu iPhone

Em 21 de nov de 2015, às 04:53, martin2250 notifications@github.com escreveu:

Hi,

this is a pretty unique issue so far. I only had bluescreens when two threads write to the serial port simultaneously, though I remember fixing this problem even before the first public release.

Does it crash immediately or only after some time? What USB to serial adapter are you using/which drivers?

Let's get this sorted out,

Greetings!

— Reply to this email directly or view it on GitHub.

martin2250 commented 8 years ago

Glad to hear that!