PIC18F24J50 USB Serial does not work

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
SpeedPIC32
Posts: 261
http://meble-kuchenne.info.pl
Joined: Thu Dec 10, 2020 2:35 pm
Has thanked: 36 times
Been thanked: 17 times

PIC18F24J50 USB Serial does not work

Post by SpeedPIC32 »

Hi need help.
as soon as USB serial is inserted, the chip stops working. :twisted:
PIC18F24J50_USB.fcfx
(9.01 KiB) Downloaded 305 times
[attachment=1]PIC18F24J50no USB.fcfx[/attachment

who has an IDEA for this?



Thanks in advance
Attachments
PIC18F24J50no USB.fcfx
(7.53 KiB) Downloaded 263 times

BenR
Matrix Staff
Posts: 1940
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 688 times

Re: PIC18F24J50 USB Serial does not work

Post 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.

Post Reply