BASCOM-AVR : Compiler-Error in BASCOM 2078 : REPLY
you need to update the i2cslave package.
View ArticleBASCOM-AVR : I remember some issue with the AVRISPII and larger page Mega :...
attached the latest dat file. preserve your old file because this is actual a 2080 file.
View ArticleBASCOM-AVR : I remember some issue with the AVRISPII and larger page Mega :...
Thanks Mark. I assume I wasn't too far off about a paging error? And as you say to keep the original .def file I'm curious as to why?
View ArticleBASCOM-AVR : Compiler-Error in BASCOM 2078 : REPLY
Thanks for the hint, Marc! I have the I2CSLAVE.lib registered. How can I sign on the side http://register.mcselec.com/prodreglist.php a I2CSlave update received? Do I have to buy it again? Is there a...
View ArticleBASCOM-AVR : Compiler-Error in BASCOM 2078 : REPLY
when you have it registered and it is validated, you can simply download it from register.mcselec.com just login and click 'download lic files' then look for : Download full I2CSLAVE Lib and click the...
View ArticleBASCOM-AVR : I remember some issue with the AVRISPII and larger page Mega :...
[quote:fbe6dbf3ce]Thanks Mark. I assume I wasn't too far off about a paging error? [/quote:fbe6dbf3ce] I dont know, i did not check it, i only uploaded the last version. So you need to check if that...
View ArticleBASCOM-AVR : SIM800L GPRS GSM Module : REPLY
Hello everyone! Where's wrong with this program, I tried more than once, but does not work [code:1:b19498dc7f] $regfile = "m8def.dat" $crystal = 3686400 $baud = 9600 $hwstack = 64 $swstack = 64...
View ArticleVarious : ODB11 Scan Tool : NEWTOPIC
For those like me who have cars with computers and are ODB11 type A scan tool for less than AU $20 I have one it works! I can not even see how it could be sold for the price the case and plug would...
View ArticleBASCOM-AVR : Compiler-Error in BASCOM 2078 : REPLY
Thank you for the answer, Marc. On the "Product Register Side" i can see my registered and validated Products, but there is only a Button to update BASCOM, no Button to update my registered product...
View ArticleBASCOM-AVR : Compiler-Error in BASCOM 2078 : REPLY
you did not register properly. i fixed it for you. refresh the page and try again.
View ArticleShare your working BASCOM-AVR code here : Matrix math routines : REPLY
Hello Meister, Regarding the trick of shifting a SINGLE variable. I will post a separate contribution here where I show its use in a routine for running average of a stream of floating point...
View ArticleBASCOM-AVR : soft spi : NEWTOPIC
hi how can we set DATA_ORDER = LSB|MSB , POLARITY = HIGH|LOW , PHASE = 0|1 & CLOCKRATE = 4|16|64|128 in soft spi? [b:c59ef2367c][color=red:c59ef2367c](BASCOM-AVR version : 2.0.7.8...
View ArticleShare your working BASCOM-AVR code here : Moving average for INTEGER and...
RUNAVG: This post demonstrates an extremely efficient algorithm for smoothing of real time data. It is based on a recursive mechanism that I have shown here before, but here it comes in two versions...
View ArticleBASCOM-AVR : soft spi : REPLY
DATA_ORDER, you can change it only when also using the mode option, see help file. POLARITY and PHASE you can change with the MODE option, see help file. CLOCKRATE you can change a sort of with the...
View ArticleBASCOM-AVR : Compiler-Error in BASCOM 2078 : REPLY
Marc, many thanks ... now the update is working correctly! -entry completed-
View ArticleBASCOM-AVR : SIM800L GPRS GSM Module : REPLY
just an ide 'we use a serial input buffer Config Serialin = Buffered , Size = 40 ' 'enable the interrupts because the serial input buffer works interrupts driven Enable Interrupts
View ArticleBASCOM-AVR : SIM800L GPRS GSM Module : REPLY
Hello dasha, Where can i get this mini gsm modem? Thanks Best regards toto
View ArticleShare your working BASCOM-AVR code here : Moving average for INTEGER and...
Hi Per, I am using your moving average in Bascom like this: I was not able to use a function (I hardly understand Bascom function behaviour':x') [code:1:b59b891637]Accum2 = Temperature_accumulator2...
View ArticleShare your working BASCOM-AVR code here : Moving average for INTEGER and...
Hi Meister Well, my java skills are rather limited but it looks quite ok to me the way you build the averaging function. The mechanism is as follows: 1. Use an accumulator with enough width to hold...
View Article