Search found 20 matches

by Sean Banan
Wed Feb 12, 2014 12:48 pm
Forum: Compiler
Topic: I2C or not I2C
Replies: 5
Views: 2716

Re: I2C or not I2C

By the way, I found something interesting on your Wiki last night that might (?) help
I will give one more go beefore sending the code.
by Sean Banan
Wed Feb 12, 2014 12:44 pm
Forum: Compiler
Topic: I2C or not I2C
Replies: 5
Views: 2716

Re: I2C or not I2C

Yes I have pullups on SDA and SCL.

Thanks for sparing the time to look at the code.
I will post it tonight.
:?
by Sean Banan
Tue Feb 11, 2014 7:00 pm
Forum: Compiler
Topic: I2C or not I2C
Replies: 5
Views: 2716

I2C or not I2C

Hello, I am having problems in Swordfish using I2C.BAS My first question is what is the difference between I2C.bas and SI2C.bas (given in the Help menu) ? Next. I am using I2C.bas and am getting nowhere. I have now gone as far as writing your example code out line for line de la parrot fashion. It a...
by Sean Banan
Wed Feb 05, 2014 10:47 am
Forum: Compiler
Topic: Interrupt Handling
Replies: 2
Views: 1851

Re: Interrupt Handling

Thanks a million !!!!! It worked. I'm very grateful for your fast response.
:D
by Sean Banan
Tue Feb 04, 2014 8:26 pm
Forum: Compiler
Topic: Interrupt Handling
Replies: 2
Views: 1851

Interrupt Handling

Hello, I have been using Timer interrupts in PBP3 for ages without any problems. Right now I'm struggling with Swordfish. I can only go by the information given in the Help menu but there is a problem. "Help" gives a nice long (appreciated) example of the code you should write, but I get a compile e...