BASCOM-AVR Old versions : Programmer using an ASP USB programmer : REPLY
Thanks kimmi and albertsm, Still no joy. In control panel I get libusb-win32 devices Protostack Pty Ltd Port_#0005.Hub_#0003 This device is working properly. Under Driver files C:Windowssystem...
View ArticleBASCOM-AVR Old versions : Programmer using an ASP USB programmer : REPLY
:D Oh blessed relief, it works now - not absolutely sure how it happened but maybe part of the problem was on the Protostack board there were 3 earths which I assumed to be common but it must of...
View ArticleBASCOM-AVR Old versions : Programmer using an ASP USB programmer : REPLY
:? Maybe I spoke too soon about being all is well! It worked well programming a micro running on a 10MHz xtal but on one with a clock of 128KHz it failed despite putting in the jumper for JP3 Slow...
View ArticleBASCOM-AVR : Bootloader suddenly stopped working? : NEWTOPIC
I am using a Franzis Demo board equipped with a AtMega88 and a FTL232RL. During more than a year I could successfully program it via BASCOM and the MCS bootloader on the AtMega. The board supports...
View ArticleBASCOM-AVR Old versions : Programmer using an ASP USB programmer : REPLY
128 khz means the max clock freq is 1 quarter = 32 khz. maybe the lowest clock is even too quick. you might want to try some newer firmware for the usbasp.
View ArticleBASCOM-AVR : Bootloader suddenly stopped working? : REPLY
try to measure dtr to see if it works and the ft232rl is still functioning. you can simply measure the RESET pin of the micro and then try the bootloader. you should see activity on the reset pin. (of...
View ArticleBASCOM-AVR : strange biniary output : NEWTOPIC
While working on config Timer1 for different PWM-modes I took a look at register settings in binary format. The (condesed) program show two differnt values for variable ICR1 *at the verry first*...
View ArticleBASCOM-AVR : strange biniary output : REPLY
I'd suggest a minimum standard for the code, include stack an frame, to make sure it's high enough, as bin() needs a buffer for the temporary string, which is then sent to the lcd. The simulation...
View ArticleShare your working BASCOM-AVR code here : COD AND FONT FOR LCDNOKIA 1200 :...
Hello friends I want code for LCD nokia 1100 or 1200 I want. Large and small font in English for 1100 Please help Thank you :lol: :lol:
View ArticleBASCOM-AVR : strange biniary output : REPLY
Hi MWS. first: I use the standard (=compiler generated) settings, anything wrong with that? Any suggestions?? second: I need the real output, not the simulated one. Thanks for replying MHz
View ArticleBASCOM-AVR : strange biniary output : REPLY
[quote:662c4b740f="MHz"]anything wrong with that?[/quote:662c4b740f] Yes, because we don't see the values, if included within the code we do. And they may be too small. [quote:662c4b740f]I use the...
View ArticleBASCOM-AVR : strange biniary output : REPLY
ok MWS here are the *implicite* settings made explicite: ______________________________________________________________________________________________ $regfile = "m328pdef.dat". $crystal = 8000000...
View ArticleBASCOM-AVR : strange biniary output : REPLY
[quote:56ce9704f2="MHz"]I still wonder why those settings may produce at the very first run a *wrong* LCD display and on all following runs the *right* LCD one[/quote:56ce9704f2] I stopped wondering...
View ArticleBASCOM-AVR : strange biniary output : REPLY
changed to: ... Dim Dummy As Word '*** hint from MWS Waitms 500 '*** Cls : Wait 1 ... still the same issue pushing reset: still the same issue powering down and up: still the same issue still the...
View ArticleBASCOM-AVR : strange biniary output : REPLY
[quote:ef57053e25="MHz"]It took me a long time to figure out ...[/quote:ef57053e25] It may also be, that you expect a functionality, which the µC doesn't provide and your result is because of this...
View ArticleBASCOM-AVR : strange biniary output : REPLY
in this case, using the simulator should give the same results as with hardware. since this is not the case, it is likely that there is a problem with the hardware. when you use initlcd in your code,...
View ArticleBASCOM-AVR : Bootloader suddenly stopped working? : REPLY
thanks for the useful hints. I will test it and report back.
View ArticleBASCOM-AVR : strange biniary output : REPLY
As I menttioned in my first posting the code was an excerpt (condensed). Here is the code with initialising TIMER/Counter and initlcd statements:...
View ArticleBASCOM-AVR : strange biniary output : REPLY
some pins you use are also used by TWI. (sda/scl). the TWI is disabled by default but i learned long time ago that built in hardware sometimes interferes. so beside what i suggested earlier (you...
View ArticleBASCOM-AVR Old versions : COD AND FONT FOR LCDNOKIA 1200 : REPLY
Hi I found the code for the Nokia LCD 1100 and 1200 But the font is for the Russian But I want the font to English. And large and small fonts Please help Thank Code for this site :lol: :cry: :cry:...
View Article