Search found 90 matches

by be80be
Sat Mar 31, 2012 12:11 am
Forum: User Modules
Topic: Timer0 user module slow to start
Replies: 2
Views: 2734

I figured there was something going on with the Preload

Thanks Jerry it works like it should now
by be80be
Fri Mar 30, 2012 4:17 am
Forum: User Modules
Topic: Timer0 user module slow to start
Replies: 2
Views: 2734

Timer0 user module slow to start

I was trying out the Timer0 module and it works fine after it makes the fist cycle the led comes on and stays on for like a second then off for about the same time then it blinks at the rate it should Device = 18F2520 Clock = 8 // 8MHz clock Config osc = intio67 Include "intio8" //SETS OSCCON TO $72...
by be80be
Wed Mar 21, 2012 12:49 am
Forum: Compiler
Topic: Inverting port pin
Replies: 2
Views: 2108

The input pin is high going low I want to invert it and set the output low going high

I used the third one you posted, But I was thinking I could XOR it seeing its high but that doesn't work so I guess I'll keep doing it with the IF then statement

Thanks Jerry
by be80be
Tue Mar 20, 2012 1:00 pm
Forum: Compiler
Topic: Inverting port pin
Replies: 2
Views: 2108

Inverting port pin

If I have data coming in PORTC.7 and I want to Invert it and send it out PORTC.0

Whats the best way if I just XOR it it errors

PORTC.0 XOR PORTC.7

Thanks
by be80be
Sun Jul 24, 2011 2:04 pm
Forum: IDE
Topic: DS30 Compatible Loader
Replies: 4
Views: 6185

I been really getting into using boot loaders . I'm working on a USB loader

Kind of like what miKro did with there startUSB. Any way the DS30 is nice loader.
by be80be
Mon Apr 11, 2011 11:03 pm
Forum: IDE
Topic: IDE Keeps Hanging
Replies: 2
Views: 3962

I had that happen I had both SE and the full swordfish on my computer

removed SE and reinstalled and it worked fine then
by be80be
Mon Mar 07, 2011 2:09 pm
Forum: User Modules
Topic: USART RX Interrupt
Replies: 3
Views: 3309

Yes it jump to the RX code thats set for interrupt
by be80be
Sun Mar 06, 2011 9:42 pm
Forum: User Modules
Topic: ISROnChange as a flag to change port pin output
Replies: 2
Views: 2309

Jerry the key word was if LOL I had the
interrupts set up and working properly
I had that right

I forgot to set the dang osscon to $72 it was changing about 20 minutes later LOL

Thanks Jerry
by be80be
Sun Mar 06, 2011 5:20 pm
Forum: User Modules
Topic: ISROnChange as a flag to change port pin output
Replies: 2
Views: 2309

ISROnChange as a flag to change port pin output

I was trying to use a event handler to change the bit of to "action = 1" Which works but i can't reset it to 0 Device = 18F1220 Clock = 8 Config MCLRE = OFF 'Disable MCLR on Pin 4 (RA5) // import modules... Include "ISROnChange.bas" Include "Utils.bas" Dim action As Bit // event handler... Event OnC...
by be80be
Mon Feb 21, 2011 7:46 pm
Forum: User Modules
Topic: Dim pin1 as PORTA.0 reusing in module
Replies: 4
Views: 3329

I don't need a all pic has PortA PORTB I No that what I 'm hooking to the pic you don't no the numbers there just pins 1 to 16 I have about 50 pages of subs when I'm done I want to cut as many things out as can be And it wasn't letting me because of the name I had it 74ls11 You cant name a sub start...
by be80be
Mon Feb 21, 2011 11:34 am
Forum: User Modules
Topic: Dim pin1 as PORTA.0 reusing in module
Replies: 4
Views: 3329

That's a great Idea but what I"m looking for wasn't in there.

The whole problem was the subs name I changed that. You can't name subs
74ls11 you can name them T74ls11

Thanks
by be80be
Mon Feb 21, 2011 3:30 am
Forum: User Modules
Topic: Dim pin1 as PORTA.0 reusing in module
Replies: 4
Views: 3329

Dim pin1 as PORTA.0 reusing in module

I have 16 pins on two ports I want to rename them to simple pin1 to pin16 and not have to remember what port it is just what pin I'm using. If I just do a dim pin1 to 16 as PORT.X at the beginning and then add all the testing subs would this be the best way to go? So when I test the pins with a sub ...
by be80be
Fri Jan 28, 2011 4:12 pm
Forum: Modules
Topic: Pic basic pro USB and swordfish USB
Replies: 4
Views: 4315

That worked like a charm

Thanks
by be80be
Fri Jan 28, 2011 3:24 am
Forum: Modules
Topic: Pic basic pro USB and swordfish USB
Replies: 4
Views: 4315

This installs the drivers It' s PBP I use MicroCode plus But now I can't use I for some reason It will not install for swordfish now It pops up and tells you it's Install for swordfish but it don't load the driver It said divers not found but there there. usbser.sys and mdmcpq.inf I was testing my h...
by be80be
Wed Jan 26, 2011 10:35 pm
Forum: Modules
Topic: Pic basic pro USB and swordfish USB
Replies: 4
Views: 4315

Pic basic pro USB and swordfish USB

I used some code I had to test my hardware it was in Pic basic pro

Now my Swordfish USB is no longer loaded the right divers It's loading the microcode usb drivers

Any one have this happen?