Page 1 of 1

PIC18F24J50 USB Serial does not work

Posted: Sun Mar 21, 2021 12:19 pm
by SpeedPIC32
Hi need help.
as soon as USB serial is inserted, the chip stops working. :twisted:
PIC18F24J50_USB.fcfx
(9.01 KiB) Downloaded 318 times
[attachment=1]PIC18F24J50no USB.fcfx[/attachment

who has an IDEA for this?



Thanks in advance

Re: PIC18F24J50 USB Serial does not work

Posted: Tue May 25, 2021 11:50 am
by BenR
Hello,

When the USB serial component is initialised it will wait for the device to be enumerated with a device driver on the computer. If this happens then your program should then be able to proceed. You can specify a timeout for this in the USB Serial component properties, the default being to wait forever.