Koromix / tytools

Collection of tools to manage Teensy boards
https://koromix.dev/tytools
The Unlicense
214 stars 27 forks source link

TyCommander fails to release the com port #90

Closed MikeMaurice closed 1 year ago

MikeMaurice commented 2 years ago

Unlike the teensy loader, TyCommander 0 97 does not release the com port after loading. Since, TyC seems to be using the teensy loader to do the actual load, maybe there is something I am missing. Complicates debugging on the cmd window as TyCmd monitor won't open the com port until TyCommander is closed. Any thoughts?

luni64 commented 2 years ago

You can enable/disable the Serial connection of TyCommander by clicking on the Serial button:

image

Also in Tools | Preferences you can choose to not start the Serial connection by default.

image

Hope that helps