Search found 256 matches

by TimB
Mon Jun 01, 2009 9:04 am
Forum: Compiler
Topic: GCLD KS0108 and proteus VSIM
Replies: 12
Views: 11629

You can also increase the clock speed of the GLCD this I have found in the past helps at higher speeds.

Its a matter of playing around with it to see what values work best
by TimB
Wed Nov 05, 2008 4:55 pm
Forum: Compiler
Topic: A intermittent oddity.
Replies: 3
Views: 2658

Glad you fixed it, but I would say there is a fundamental issue there. Worth identifying if you have the time.
by TimB
Fri Oct 17, 2008 11:16 pm
Forum: General
Topic: MICROCHIP to get hand on ATMEL ?
Replies: 9
Views: 6098

Doj

When are they going to announce it?
by TimB
Sat Oct 11, 2008 3:51 pm
Forum: Compiler
Topic: can suart baudrate be greater than 57600?
Replies: 4
Views: 3104

Then you need to look at HID or CDC via a USB connection

A standard HID can send data out at up to 64k bytes (note bytes no bits)

I have an app and can send 16meg in less than 7 mins
by TimB
Fri Oct 10, 2008 8:08 am
Forum: Compiler
Topic: can suart baudrate be greater than 57600?
Replies: 4
Views: 3104

3mbps is over 333Kbytes per second your into the realms of network speeds.

If want the faster speeds look at the Pics own USART but the suart is not capable of much more than 57600.
by TimB
Wed Sep 17, 2008 1:12 pm
Forum: Compiler
Topic: Indirect pointers
Replies: 2
Views: 2470

Its not quite that simple but there is a system like that.

I do not have SF handy at the moment but look in the timers interrupts example for it in use.
by TimB
Fri Sep 05, 2008 3:24 pm
Forum: Compiler
Topic: Context Saving
Replies: 15
Views: 9465

It all depends on how your using the data. From experience I would wait until all the string is in then set a flag. You then have 1 sec + to process the data. I'm not saying that is the issue here but in cases like yours its either corrupting system vars or the data changing as your working on it. L...
by TimB
Fri Sep 05, 2008 9:52 am
Forum: Compiler
Topic: Context Saving
Replies: 15
Views: 9465

Hi Steve looking at your code I have a question

When you get the problem with the screen being corrupted are accessing the data from the array used in the interrupt?
by TimB
Fri Sep 05, 2008 8:50 am
Forum: Compiler
Topic: Context Saving
Replies: 15
Views: 9465

Hi Steve Not looked enough at the asm to see what the issue is with your code but this is mine for Proton It uses only FSR0 as long as the regs are global I'm only interested in collecting 3 sentences though '-------------------------------------------------------------------------------------------...
by TimB
Wed Jul 23, 2008 11:58 am
Forum: IDE
Topic: ide wish
Replies: 3
Views: 3487

Any one half decent with Delphi can have the source to clipboard a utill I use in Proton that is like a note pad but always on top.
by TimB
Thu Jul 10, 2008 7:35 am
Forum: IDE
Topic: SPI25640
Replies: 4
Views: 4113

I'm not sure what you mean by "but the samples are very limited in that they cover only a few options. "


Can you explain more please
by TimB
Wed Jul 09, 2008 7:38 pm
Forum: IDE
Topic: SPI25640
Replies: 4
Views: 4113

The only limitation imposed by SF SE is the ram.

There are no hidden help files

What is the 25640?
by TimB
Wed Jul 09, 2008 3:57 pm
Forum: Modules
Topic: Confused with SDFileSystem.bas
Replies: 22
Views: 13575

How big was your largest Eeprom.

I use one that's 16meg bytes
by TimB
Thu Jun 26, 2008 3:19 pm
Forum: General
Topic: Microchip's Masters 2008
Replies: 5
Views: 4278

Ask when I can get samples of the 18f14k50 devices (it there no out by then)

Thanks
by TimB
Tue Jun 03, 2008 6:59 pm
Forum: User Modules
Topic: calender.bas
Replies: 1
Views: 3108

Well Spotted. Did it show up only when your in leap years?

It was based on some code for unix time give to me by some one else. It took me ages to find the error.

I forgot it was put into calander.bas