Search found 310 matches

by richardb
Fri Mar 05, 2021 12:04 pm
Forum: Modules
Topic: USB problems with windows 10
Replies: 3
Views: 3258

Re: USB problems with windows 10

Hi David, thanks for the quick reply, It's not completely clear to me yet whats going on as i'm not onsite very often and the information is a little second hand for me. but i was told it if sometimes fails to connect completely. but it will be an older driver as the firmware hasn't been changed for...
by richardb
Fri Mar 05, 2021 10:25 am
Forum: Modules
Topic: USB problems with windows 10
Replies: 3
Views: 3258

USB problems with windows 10

Has anyone noticed usb problems with windows 10? We have a few older products that use USB hid, where we haven't changed firmware for a few years and we are starting to see connection problems on some computers, has anyone noticed this happening?

Rich
by richardb
Tue Aug 04, 2020 1:09 pm
Forum: General
Topic: Syncronus serial port
Replies: 2
Views: 3273

Re: Syncronus serial port

Thanks Jerry, I have the master end working fine, i just cant get the slave to receive, and i bet in the end it will be a silly thing that i haven't done.
by richardb
Tue Aug 04, 2020 10:16 am
Forum: General
Topic: Syncronus serial port
Replies: 2
Views: 3273

Syncronus serial port

I dont know if anyone can help but I've beed trying to use the syncronus serial part of the usart on a pic 18f47j53 and i'm struggling. I've never used this mode before and i think whats complicating matters is that I'm trying to use boards that i already have and that means using the pps module wic...
by richardb
Fri Jul 17, 2020 2:18 pm
Forum: IDE
Topic: PicKit4 as a programmer in IDE
Replies: 17
Views: 8106

Re: PicKit4 as a programmer in IDE

I have to admit i haven't used the cap and diode for years, certainly all the pic's i've used recently have power on reset, so i just use a 10k to 5v 3.8 Power-up Delays Power-up delays are controlled by two timers so that no external Reset circuitry is required for most applications. The delays ens...
by richardb
Fri Jul 17, 2020 2:01 pm
Forum: IDE
Topic: PicKit4 as a programmer in IDE
Replies: 17
Views: 8106

Re: PicKit4 as a programmer in IDE

That's not a bad idea, thanks Jerry. I will investigate.
by richardb
Fri Jul 17, 2020 12:54 pm
Forum: IDE
Topic: PicKit4 as a programmer in IDE
Replies: 17
Views: 8106

Re: PicKit4 as a programmer in IDE

Yes.
by richardb
Fri Jul 17, 2020 5:40 am
Forum: IDE
Topic: PicKit4 as a programmer in IDE
Replies: 17
Views: 8106

Re: PicKit4 as a programmer in IDE

Thanks, its already set to "release from reset"

i assume you guy's see this issue ? i'm wondering if its just my setup.

Rich
by richardb
Fri Jul 17, 2020 5:38 am
Forum: General
Topic: Diagnostics hardware
Replies: 13
Views: 7748

Re: Diagnostics hardware

Thanks
by richardb
Wed Jul 15, 2020 10:28 am
Forum: IDE
Topic: PicKit4 as a programmer in IDE
Replies: 17
Views: 8106

Re: PicKit4 as a programmer in IDE

I don't mean to hijack this thread but it is programmer related. Working remotely is generally ok but could be smoother if i could leave the programmer connected to a remote system. I have noticed that the pickit 3 when used with the mplabx ipe if the power is cycled or the pc restarted the pic kit ...
by richardb
Sun Jun 21, 2020 11:43 am
Forum: General
Topic: Diagnostics hardware
Replies: 13
Views: 7748

Re: Diagnostics hardware

Thanks jerry, bizarrly the project i was working on had already had this done to it, so i was actually using hardware serial output on the programming header using the pps module you suggested. I would just like to point out that id done most of the work for this a year agoand had forgotten about th...
by richardb
Fri Jun 19, 2020 7:48 pm
Forum: General
Topic: Diagnostics hardware
Replies: 13
Views: 7748

Re: Diagnostics hardware

I seem to remember someone has done this before but i cant seem to be able to find a reference to it in the forums.

any thoughts?

Rich
by richardb
Fri Jun 19, 2020 5:53 pm
Forum: General
Topic: Diagnostics hardware
Replies: 13
Views: 7748

Re: Diagnostics hardware

I've thought about it, but that's about as far as i have gotten :D. having said that i never seem to have free hardware to do it, but maybe with more modern micro i could use pps. I've been using the 18F47j53 more recently which may have pps, i know I've used it in the not to distant past in somethi...
by richardb
Fri Jun 19, 2020 3:01 pm
Forum: General
Topic: Diagnostics hardware
Replies: 13
Views: 7748

Re: Diagnostics hardware

thanks for the feedback.

I normally use the fastest pic i can because the projects are never power limited.

I might try and create something with an fpga/cpld , I'm not after sustaind performance just a shorter period of interruption.


Thanks Again

Richard
by richardb
Fri Jun 19, 2020 1:27 pm
Forum: General
Topic: Diagnostics hardware
Replies: 13
Views: 7748

Re: Diagnostics hardware

HI Jerry, Generally 56k baud for comm's or sometimes i will use an i2c display, there can often be corruption with suart if i'm using interrupts or i have to disable the interrupt while sending the rs232. But mostly i'm talking about run time so that i can leave some diagnostics code in place, and p...