Search found 44 matches

by robertpatterson
Wed Jul 16, 2014 4:37 pm
Forum: General Programming
Topic: 17 second delay on startup
Replies: 3
Views: 3923

Re: 17 second delay on startup

I moved the delay command below the osccon command and that corrected it. (fast boots now)
by robertpatterson
Wed Jul 16, 2014 3:50 pm
Forum: General Programming
Topic: 17 second delay on startup
Replies: 3
Views: 3923

Re: 17 second delay on startup

Thanks Ben you saved the day again.
by robertpatterson
Wed Jul 16, 2014 1:29 pm
Forum: General Programming
Topic: 17 second delay on startup
Replies: 3
Views: 3923

17 second delay on startup

My pic 12f1840 has a delay of 17 seconds on startup I can't figure out why this is happening When it runs everything is running correctly. Its like the old days waiting for the tubes to warm up. :shock: I hope Microchip is not going back to tube technology. :lol: ------------------------------------...
by robertpatterson
Tue Jul 08, 2014 12:48 pm
Forum: Flowcode V6
Topic: Shifting bits
Replies: 3
Views: 3261

Re: Shifting bits

I did a work around by reversing all the bits on paper and sending them out like that.
by robertpatterson
Tue Jul 08, 2014 12:42 pm
Forum: Flowcode V6
Topic: Shifting bits
Replies: 3
Views: 3261

Re: Shifting bits

Thanks Steve,

You guys are the best in the business. If flow code could do a shift left or shift right with out loosing the bits that would be a killer feature.

I don't know how I got myself into a bus data project that runs on nibbles I should have thought twice before I even started.
by robertpatterson
Mon Jul 07, 2014 8:25 pm
Forum: Flowcode V6
Topic: Shifting bits
Replies: 3
Views: 3261

Shifting bits

I had a number like 0x0fff shifted them 12 places to the right and it comes back as zeros when shifted back one at a time Is there a way to not lose the data
shifting back.
by robertpatterson
Mon Jun 23, 2014 2:47 pm
Forum: General Programming
Topic: Driving a IR led
Replies: 5
Views: 4852

Re: Driving a IR led

My Marconi 2955b says 5 volts on the out pin and 1.25 volts on the led going through a 100 ohm resistor

Time to do some math from here.
by robertpatterson
Thu Jun 19, 2014 10:45 am
Forum: Bug reports
Topic: loops
Replies: 2
Views: 3232

Re: loops

I just used a loop inside a loop to get it done in the end.
by robertpatterson
Wed Jun 18, 2014 9:27 pm
Forum: General Programming
Topic: Driving a IR led
Replies: 5
Views: 4852

Re: Driving a IR led

Yes I was monitoring the flow from my power supply to the PIC it wasn't anything alarming.
by robertpatterson
Wed Jun 18, 2014 7:49 pm
Forum: General Programming
Topic: Driving a IR led
Replies: 5
Views: 4852

Re: Driving a IR led

It doesn't appear to draw as much at 38 khz

My amp meter doesnt register any draw
by robertpatterson
Wed Jun 18, 2014 7:14 pm
Forum: General Programming
Topic: Driving a IR led
Replies: 5
Views: 4852

Driving a IR led

I am trying to drive an IR led It seems to get any brightness at all I have to run it straight off the output pin (no resistor) Is there a chance my pic chip will fry in hell for that. running at 38khz it doesnt register any current on my amp meter.
by robertpatterson
Wed Jun 18, 2014 7:02 pm
Forum: Bug reports
Topic: loops
Replies: 2
Views: 3232

loops

I did a loop bigger than 256 it did not warn me It will maf function Not a big deal But something should have poped up warning me.

It seems to loop forever when that is done.
by robertpatterson
Tue Apr 08, 2014 12:06 pm
Forum: Flowcode V6
Topic: 12f1840 uart
Replies: 14
Views: 9298

Re: 12f1840 uart

This is what I had to do for my program to work.
seroutv2.fcfx
(5.75 KiB) Downloaded 266 times
It will not send char 00h when its inside the quotes.
by robertpatterson
Mon Apr 07, 2014 7:32 pm
Forum: Flowcode V6
Topic: 12f1840 uart
Replies: 14
Views: 9298

Re: 12f1840 uart

That explains it then just the last charter was missing when I cut and pasted directly from my hex editor file I will have to add a random charter at the end to
get where I want to be for now.
by robertpatterson
Mon Apr 07, 2014 1:59 pm
Forum: Flowcode V6
Topic: 12f1840 uart
Replies: 14
Views: 9298

Re: 12f1840 uart

I built this code but the data stops short at the end no matter which way I go. maybe I am doing something wrong or its a bug I do not know.
by robertpatterson
Fri Mar 28, 2014 1:55 pm
Forum: Flowcode V6
Topic: 12f1840 uart
Replies: 14
Views: 9298

Re: 12f1840 uart

I had to use pickit3.exe to program but that is good by me also.
by robertpatterson
Fri Mar 28, 2014 1:53 pm
Forum: Flowcode V6
Topic: 12f1840 uart
Replies: 14
Views: 9298

Re: 12f1840 uart

TEST.fcfx
(5.55 KiB) Downloaded 326 times
Its all good I revisited my old program and it worked 100% 40.000khz out
by robertpatterson
Fri Mar 28, 2014 12:02 pm
Forum: Flowcode V6
Topic: 12f1840 uart
Replies: 14
Views: 9298

Re: 12f1840 uart

Hopefully it will age like a fine wine like v5 did.
by robertpatterson
Thu Mar 27, 2014 10:23 pm
Forum: Flowcode V6
Topic: 12f1840 uart
Replies: 14
Views: 9298

Re: 12f1840 uart

Yes I was trying to get to transmit anything just to see it running I thought it would transmit the serout value
A sample code for the UART would be a big help (I am just lost getting started with the UART) Just need a kick start here.
by robertpatterson
Thu Mar 27, 2014 9:00 pm
Forum: Flowcode V6
Topic: 12f1840 uart
Replies: 14
Views: 9298

Re: 12f1840 uart

I always use the internal clock never external with only a 8 pin device
by robertpatterson
Thu Mar 27, 2014 8:56 pm
Forum: Flowcode V6
Topic: 12f1840 uart
Replies: 14
Views: 9298

Re: 12f1840 uart

Just tring to get started with the rs232 yes the one on the chip not the software one
by robertpatterson
Thu Mar 27, 2014 7:52 pm
Forum: Flowcode V6
Topic: 12f1840 uart
Replies: 14
Views: 9298

12f1840 uart

1840SERIALTESTING.fcfx
(4.9 KiB) Downloaded 336 times
I am tring to get my 12f1840 uart running it works when in simulation mode but won't when programming Its most likely something stupid I am doing.
by robertpatterson
Thu Mar 27, 2014 12:00 pm
Forum: Flowcode V6
Topic: Flowcode 6 Pickit3
Replies: 18
Views: 27829

Re: Flowcode 6 Pickit3

This pickit 3 is sucking my will to live.
by robertpatterson
Thu Mar 20, 2014 11:43 am
Forum: Flowcode V6
Topic: Goodbye all!
Replies: 21
Views: 14092

Re: Goodbye all!

I hope everyone is not jumping ship I just blew my life savings on V6
by robertpatterson
Thu Mar 20, 2014 11:23 am
Forum: Flowcode V6
Topic: Flow code v6 update
Replies: 7
Views: 4355

Re: Flow code v6 update

It is still not working it goes from pro to home version every time