Page 1 of 1

Please prevent the HID terminal blocking the PC

Posted: 07 Sep 2008 11:57
by Dany
Please prevent the HID terminal blocking the PC when the USB connection with the PIC is lost for some reason.
The blocking of the PC makes it necessary to reset it, which is very inconvenient while developing software.

Thanks in advance and keep up the good work! :D

Re: Please prevent the HID terminal blocking the PC

Posted: 08 Sep 2008 15:16
by zristic
Hi Dany,
The issue has been raised a couple of times in the past.
It is difficult to resolve the issue since the error is not reproducible on our side. If you can please show us the steps which lead to freezing, otherwise we can only scratch our heads wondering what to do.

Re: Please prevent the HID terminal blocking the PC

Posted: 08 Sep 2008 15:29
by Dany
zristic wrote:Hi Dany,
The issue has been raised a couple of times in the past.
It is difficult to resolve the issue since the error is not reproducible on our side. If you can please show us the steps which lead to freezing, otherwise we can only scratch our heads wondering what to do.
I can imagine that. :D Well, anything that makes the HID device disconnect while the HID terminal is active:
4. Blocking of the PC.
While experimenting with USB it seemed that the HID terminal can block the PC completely. This happens e.g. it the USB connection with the PIC gets interrupted somehow (pulling the plug, programming the device,...) while the HID terminal is still active.
I read somewhere that in mP version 8.0.0.1 a "debug" feature was built in to trace the reason of the HID terminal blocking. Does this feature generates a file called <project name>.dbg? In this case, tell me what I should try out and I will send you the file afterwards.

Thanks in advance and keep up the good work! :D

Re: Please prevent the HID terminal blocking the PC

Posted: 08 Sep 2008 15:43
by zristic
Dany wrote:I read somewhere that in mP version 8.0.0.1 a "debug" feature was built in to trace the reason of the HID terminal blocking. Does this feature generates a file called <project name>.dbg? In this case, tell me what I should try out and I will send you the file afterwards.
It is a little subprogram which should popup when an error occurs and it should gather all relevant information about the problem. Then it gives you the choice to make a screenshot and to email us the bugreport. If you have not seen it then it means that it got blocked by the bug as well. :cry:

Re: Please prevent the HID terminal blocking the PC

Posted: 08 Sep 2008 15:54
by Dany
zristic wrote:It is a little subprogram which should popup when an error occurs and it should gather all relevant information about the problem. Then it gives you the choice to make a screenshot and to email us the bugreport. If you have not seen it then it means that it got blocked by the bug as well. :cry:
No, I have not seen it...