chilipeppr / tinyg

The tracking location for tickets for the chilipeppr.com/tinyg workspace.
28 stars 16 forks source link

Can't select other driver / baudrate after connecting #7

Closed peteruithoven closed 10 years ago

peteruithoven commented 10 years ago

In the Serial port widget (GRBL workspace) after I check the checkbox I can't change the driver anymore. To reproduce:

  1. Check the checkbox of a serial port.
  2. Uncheck the checkbox (so the driver selection becomes changeable)
  3. Select another driver (GRBL instead of default for example)
  4. Check the checkbox again The driver will switch back to the previously selected driver.
chilipeppr commented 10 years ago

This bug has been fixed but is not published yet. What’s really happening is that your port is not really closing. We found that on Mac and some Linuxes the port won’t actually close. You can of course kill the SPJS process and then restart it. The bug has been fixed but not released yet. So, ChiliPeppr is correctly showing you what buffer is currently active. So at least that part is correct.

From: Peter Uithoven [mailto:notifications@github.com] Sent: Sunday, September 28, 2014 1:57 PM To: chilipeppr/tinyg Subject: [tinyg] Can't select other driver / baudrate after connecting (#7)

In the Serial port widget (GRBL workspace) after I check the checkbox I can't change the driver anymore. To reproduce:

  1. Check the checkbox of a serial port.
  2. Uncheck the checkbox (so the driver selection becomes changeable)
  3. Select another driver (GRBL instead of default for example)
  4. Check the checkbox again The driver will switch back to the previously selected driver.

— Reply to this email directly or view it on GitHubhttps://github.com/chilipeppr/tinyg/issues/7.

peteruithoven commented 10 years ago

Thanks for the info.