BASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
O-family, the new driver does not do the trick either.
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
I would like to check condition once again. When it changes into a freezing state after power-on, does it return to normal operation by pushing a reset switch? As Mark says, that either the reset...
View ArticleAVR-DOS : eof(#nn) : REPLY
My previous post related to reading a .bin file via a telite modem using FTP, and it seems that somewhere in the process the eof gets lost or not passed. On the other hand, if I read a .bin file from...
View ArticleBASCOM-AVR : sound or gong chip for RTC : REPLY
Text to speech is not working with this. Started some time a go a project to realize text to speech but never finished it. It should be possible to make with RC2 only the speech required for a clock....
View ArticleBASCOM-AVR : sound or gong chip for RTC : REPLY
I have used it and works well. It has pre-defined word files that are called for each number. I have also made my own word files. Speech is easy to implement via PWM.
View ArticleBASCOM-AVR : Avr doesn't start (boot) : REPLY
Problem solved (kind of) because there are no hours left in the project, this workaround. cut the power supply track to the AVR. insert 5V relay switch over the cut connect the coil of the relay to...
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
Problem solved (kind of) because there are no hours left in the project, this workaround. cut the power supply track to the AVR. insert 5V relay switch over the cut connect the coil of the relay to...
View ArticleBASCOM-AVR : Avr doesn't start (boot) : REPLY
You fixed it, using a relay. But the problem has not been solved. Blaming the display is too easy: I have the same display, and it's not the cause. But okay, you don't get more time to dig this one...
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
That's too bad. The solution irregular, there is a possibility that the trouble occurs again due to the noise and temperature later. O-Family
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
I hope it does O-family :-) because then I get budget to repair it (it has to work a while though :-) ) W.
View ArticleBASCOM-AVR : Avr doesn't start (boot) : REPLY
the wires are about 9 cm long nope forgot the capacitor damn! thats going in right now tnx
View ArticleBASCOM-AVR : Avr doesn't start (boot) : REPLY
Wilfred, I just checked my displays, and found a note that the backlight requires a series resistor: I used 27 Ohm. AFAIK, the led backlight has no series resistor(s) on board. The link you posted in...
View ArticleBASCOM-AVR : problem with $bigstring and instr() : REPLY
-Overlay 2 (or more) Str_Var as String*254 -Search each for what need -Do some math to find it in $BIGSTRING Var
View ArticleBASCOM-AVR : lookup table statement problem : NEWTOPIC
hello everyone i want to use table witch contains about 1000 elements but when i put : Date 3,3,4,5, ..................... to the end of the 1000 elements bascom avr does not compile the code and no...
View ArticleBASCOM-AVR : problem with $bigstring and instr() : REPLY
thank you dear ennion. can you explain more on it? I wrote a small program to test your suggestion but the 'x' value can not be more than 254 . Apparently no variable of any kind can not be larger...
View ArticleBASCOM-AVR : lookup table statement problem : REPLY
Hi, Try Date 3,3,4,5,3,4,4,4,4 Date 3,3,3,3,4,4,5,5,5,6,6 Date 6,6,6,6,54,4,3,3,3,2,3 Regards Ian Dobson
View ArticleBASCOM-AVR : lookup table statement problem : REPLY
[quote:954fb335ad="i.dobson"]Try Date 3,3,4,5,3,4,4,4,4[/quote:954fb335ad] The last time I've looked it up, it was still [b:954fb335ad]Data[/b:954fb335ad]
View ArticleBASCOM-AVR : lookup table statement problem : REPLY
[quote:1ab34023c9="MWS"][quote:1ab34023c9="i.dobson"]Try Date 3,3,4,5,3,4,4,4,4[/quote:1ab34023c9] The last time I've looked it up, it was still [b:1ab34023c9]Data[/b:1ab34023c9]...
View ArticleBASCOM-AVR Old versions : problem with $bigstring and instr() : REPLY
This was my suggestion. You will need to experiment to make it work for your purposes. [code:1:e8d6dbd290]$regfile = "m128def.dat" $crystal = 8000000 $baud = 38400 $hwstack = 128 $swstack = 64...
View Article