BASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
[quote:4d4f1edea5="Evert :-)"]It's in your Bascom folder.[/quote:4d4f1edea5] no i have not!!! please give me this exe or dll file. if i don't install this exe , i cant use Bascom and compile my program?
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
please make sure you ONLY use software from the MCS webserver. Either the DEMO or the full commercial version. If you downloaded an illegal version it can give all sorts of problems. The IO port...
View ArticleBASCOM-AVR : Bug when using more than 64k Flash on ATMega 1284P : REPLY
no problem i am used to be called Marc and Albert. you can also zip and send the complete project to support. just include info about which line will give a bad result and i will check it. no worry,...
View ArticleBASCOM-AVR : Tone generation with timers : NEWTOPIC
Is there any examples out there on generating tones with a timer, i know you can use the sound statement but its not perfect. [b:f3addbcdef][color=red:f3addbcdef](BASCOM-AVR version : 2.0.7.6...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
[quote:c231d791a1="albertsm"]please make sure you ONLY use software from the MCS webserver. Either the DEMO or the full commercial version. If you downloaded an illegal version it can give all sorts...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
the full version you only get when you order it. you can buy it locally : http://www.mcselec.com/index.php?option=com_contact&task=view&contact_id=61&Itemid=59
View ArticleBASCOM-AVR : Bug when using more than 64k Flash on ATMega 1284P : REPLY
This also looks like the problem that I am also having with the 1284P when the memory use is over 50%. It is hard to get a handle on but the symptom I have is that the print#1 command ( data sent to a...
View ArticleBASCOM-AVR : Bug when using more than 64k Flash on ATMega 1284P : REPLY
that was already solved. i gave access to the beta but did not heard back?. that problem was very simple. the code contained an lpm where it should call a special lpm routine which increases rampz at...
View ArticleBASCOM-AVR : How to increse frequency of PWM : NEWTOPIC
I am designing a Maximum Power Point circuit for a solar panel and having a problem trying to increase the frequency of the PWM signal. I am using the ATmega88 and Bascom-AVR ver 2.0.7.6 and a...
View ArticleBASCOM-AVR : How to increse frequency of PWM : REPLY
The maximum frequency you can get for 8-bit pwm is $CRYSTAL / 256.
View ArticleBASCOM-AVR : serial interupt and buffer : NEWTOPIC
Hi, I want to use the buffer for com1 but also the interrupt if there is a character received. The thing is that i get an error if i use both. Delete the 'Config Serialin0 = Buffered , Size = 20' and...
View ArticleShare your working BASCOM-AVR code here : HopeRF RFM12 433Mhz Transceiver...
Feruz - There is a lot of rfm12b code on this forum. Try searching the forum for "rfm12". Mark - Thank you for removing that link. I don't have any plans for getting that page back up at this time....
View ArticleBASCOM-AVR : serial interupt and buffer : REPLY
you can not use an interrupt twice. the code can only jump to one label. you could use : BYTEMATCH=ALL option (see help)
View ArticleBASCOM-AVR : serial interupt and buffer : REPLY
Thank Mark, that solves my problem to use both in a workaround. And also within half hour. Thanks again.
View ArticleShare your working BASCOM-AVR code here : HopeRF RFM12 433Mhz Transceiver...
Dave Regarding the [b:b5b53ffa2e]False Positives[/b:b5b53ffa2e] you are getting from your Virus program, you need to email the Virus software company and send them your program to evaluate. They will...
View ArticleBASCOM-AVR : Bug when using more than 64k Flash on ATMega 1284P : REPLY
Hi Mark, I'm sorry i misunderstood that you were certain of the cause. I have not got back to you because I had made a couple of line changes to the code and the problem went away for a few days, but...
View ArticleEASY TCP/IP : ENC28J60 and Bascom ( no ping, not visible in the network ) :...
Hi I went through forum posts and have not found a solution to my problem. I'm building a webserver of pages: [url]http://members.home.nl/bzijlstra/software/examples/enc28j60.htm[/url] I bought a...
View ArticleBASCOM-AVR : How to increse frequency of PWM : REPLY
Visovian is right. It would be good to study the ATmega88 datasheet to understand how PWM works. Do you need PWM or is generating a square wave or different frequencies(constant 50% duty cycle) going...
View ArticleBASCOM-AVR : Tone generation with timers : REPLY
All you need to do is setup a timer as a...timer. In this example I used an ATMega32 running the internal 8MHz RC oscillator. An ATmega32 has a timer 2, you can use any timer you like. The square wave...
View ArticleEASY TCP/IP : ENC28J60 and Bascom ( no ping, not visible in the network ) :...
Hello Tomasek-Tmk I took Ben's code and put together a much larger project which is in the Blog section of the forum...
View Article