Share your working BASCOM-AVR code here : NX-BRIDGE : REPLY
Hi Mark, you are right, i forgot to include the Include files in the zip :D But now, it is inside the download. MYSQL and DNS is working, i also had DHCP working, but there is too little memory. best,...
View ArticleBASCOM-AVR : ADC will not work with CONFIG PORTx = Output in Bootloader? : REPLY
The goto 0 or the reset address (0) just executes the reset address which will setup the registers. It will not setup the IO registers. These are only set to their default state with a hardware reset....
View ArticleBASCOM-AVR : serial data crashes processor : REPLY
i think this same problem was discussed before on this forum. 100 pF would do. There is some fault in the chip but when you read the errata it is not the only one. this one is easy to fix however. i...
View ArticleBASCOM-AVR : serial data crashes processor : REPLY
Where is the errata you mention Mark? - in the help files or in the Atmel data sheets?
View ArticleBASCOM-AVR : serial data crashes processor : REPLY
the data sheet. it is the first place you need to look when having a hardware problem.
View ArticleShare your working BASCOM-AVR code here : NX-BRIDGE : REPLY
Hi Michael Thank you for the update.
View ArticleBASCOM-AVR : serial data crashes processor : REPLY
I just found this, which pretty much describes my symptoms. http://www.avrfreaks.net/index.php?name=PNphpBB2&file=printview&t=91002&start=0
View ArticleBASCOM-AVR : serial data crashes processor : REPLY
Thanks Neil, for your extensive research. Was a tough one to find ! The good old ATmega32 doesn't suffer from this problem, while Xtal1 is adjacent to RxD as well. The on-going reduction of power...
View ArticleShare your working BASCOM-AVR code here : IR NEC Code generation : NEWTOPIC
The attached source (Bascom 2.0.7.6) generates the elctrical equivalent of the NEC-IR Code and thus can control a (e.g.) TV without the remote control unit. The data output is directly connected to...
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
I see in the German Bascom Forum that someone make modifications in the i2c_lcd_v2.lib, creating the I2c_lcd_v3.lib, that can control the backlite if I use only 4 bits mode and R/W tied to ground....
View ArticleShare your working BASCOM-AVR code here : IR NEC Code generation : REPLY
Hi, because of the String conversion i wanted to try to do it without great conversions... didn't test it by now, but this might be shorter and without dim string... [code:1:ba11022b11]...
View ArticleShare your working BASCOM-AVR code here : IR NEC Code generation : REPLY
hi dj7da, thank you for sharing. Paulvk already shown great usage for pulsein but i had no idea that it could work the other way around using pulseout. The nice thing of code is that you do not need...
View ArticleBASCOM-AVR : 128x32 LCD with ST7565R : NEWTOPIC
Hello all, i like to use a Newheavendisplay with 128x32 pixel and ST7565R Controller. Bascom supports the ST7565R Controller but only with 128x64 pixel. Speaks there anything against to use the Bascom...
View ArticleBASCOM-AVR : xmega and adc compare function : NEWTOPIC
Hello, I am a bascom beginner and work with the xmega 32a4. Has anyone experience with the xmga and the adc compare function? Does anyone have a bascom code example with which I can work? Many thanks...
View ArticleBASCOM-AVR : Using ICP1 pin : REPLY
Why I have to write RETI before RETURN in Isr_cap1 to restart timer1? It does solve the problem, but why?
View ArticleBASCOM-AVR Old versions : Using ICP1 pin : REPLY
that should not be necessary because the RETURN is already transformed into a RETI for an ISR. I suggest to update to a newer version. If the problem is still there send an email to support.
View ArticleBASCOM-AVR : 128x32 LCD with ST7565R : REPLY
it should work. in the worse case it requires a small change. (for example CLS clears double amount of pages). But i think it will work just fine.
View ArticleBASCOM-AVR : 128x32 LCD with ST7565R : REPLY
[quote:93937e2c22="albertsm"]it should work. in the worse case it requires a small change. (for example CLS clears double amount of pages). But i think it will work just fine.[/quote:93937e2c22]...
View ArticleShare your working BASCOM-AVR code here : IR NEC Code generation : REPLY
Thank you Mark, Bascom is always ready for another surprise. Attached an improved (=even shorter) version recognizing (as so often) the skills of SIX1. Thank you SIX1. Since NEC-code expects LSB out...
View Article