DogFlu66 Member Today at 7:40 AM #21 For this type of problems, the "#sim" directive has been added in this latest update of the IDE, which does not affect the .hex file but does preconfigure the simulator, thus facilitating debugging. #sim RB0 = 1 'Simulating Jumper Pin RB0 = 1 #sim AN4 = 511 'Simulating value pin AN4 = 511
For this type of problems, the "#sim" directive has been added in this latest update of the IDE, which does not affect the .hex file but does preconfigure the simulator, thus facilitating debugging. #sim RB0 = 1 'Simulating Jumper Pin RB0 = 1 #sim AN4 = 511 'Simulating value pin AN4 = 511
Ian Rogers User Extraordinaire Forum Supporter Most Helpful Member Today at 10:22 AM #22 Hi Nigel.. No it was me... The code is working.. RB0 switches correctly.. I forgot the sim delay time was set.. This caused mayhem on a real deveice.
Hi Nigel.. No it was me... The code is working.. RB0 switches correctly.. I forgot the sim delay time was set.. This caused mayhem on a real deveice.
Nigel Goodwin Super Moderator Most Helpful Member Today at 10:45 AM #23 Ian Rogers said: Hi Nigel.. No it was me... The code is working.. RB0 switches correctly.. I forgot the sim delay time was set.. This caused mayhem on a real deveice. Click to expand... He, He
Ian Rogers said: Hi Nigel.. No it was me... The code is working.. RB0 switches correctly.. I forgot the sim delay time was set.. This caused mayhem on a real deveice. Click to expand... He, He