BASCOM-AVR : VAL (str to val) problem : REPLY
I finnaly read about ''saveall" option... Yes, I do the floating point operations in ISR and in main loop to, therefore the problem if R12 – R15 being not saved. Tnx again! BR Andrej
View ArticleBASCOM-AVR : VAL (str to val) problem : REPLY
Regardless of the fact that you CAN do complex operations within ISRs, its not good practice. ISRs are for handling time-critical events where you must have a response to some outside event within a...
View ArticleAVR : GLCD PWM Contrast : REPLY
Hi, Search for "PWM contrast adjustment" on the internet and you will find many examples.
View ArticleBASCOM-AVR : Can't start BASCOM-AVR commercial version : REPLY
Hi Mark, I don't know if this helps, but I had almost the same problemes with a home made MSI installer file. Several OCX couldn't be registered correctly. In the end I just changed the installer into...
View ArticleBASCOM-AVR : Can't start BASCOM-AVR commercial version : REPLY
Dont know if this is relevant, but I too have had similar problems when running programs which manipulate files within Windoze. Things like starting a process to copy a file, then opening the target...
View ArticleBASCOM-AVR : I2C slave / TWI : NEWTOPIC
Hi I need / want to use a Tiny 45 as a i2c slave . It does have all the hardware inside to do that. I have the Bascom i2c slave add-on library . I tried to compile the sample i2c slave for mega8 and...
View ArticleBASCOM-AVR : I2C slave / TWI : REPLY
[quote:0bed981c1d="nicofer"]I presume I am doing it wrong[/quote:0bed981c1d] According help and the description for the add-on on the MCS site, ATTiny45 isn't supported. Use a chip, which is...
View ArticleBASCOM-AVR : I2C slave / TWI : REPLY
Hi, attiny45 do not have a full I2C Interface. USI is used for I2C or SPI with attiny45. If you insist on using Attiny25/45/85 you need to go on with this here (using assembler):...
View ArticleBASCOM-AVR : I2C slave / TWI : REPLY
Hi MAK3 Cool , will check the asm code part - I would like to at least try to get it running in a tiny45 - else will have to use propper ( UP SIZED ) chip . cheers Nico
View ArticleBASCOM-AVR : I2C slave / TWI : REPLY
[quote:88de26d338="MAK3"]attiny45 do not have a full I2C Interface.[/quote:88de26d338] Neither does the ATTiny2313 or others, where the commercial I2C slave lib is intended for. The ATTiny45 is simply...
View ArticleBASCOM-AVR : I2C slave / TWI : REPLY
Hi Yes is notice the Tiny1232 is fine but in my case I need / prever to sense the 2 encoder lines by interrupt inputs and in this case it is the new software i2c lines . So back to the drawing board....
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
Hi Mark, Last year I spent some time trying to find out what was wrong with tvicport64.sys on W7 64-bit and my conclusion was that the driver did not have a valid digital signature and therefore was...
View ArticleBASCOM-AVR : I2C slave / TWI : REPLY
Or, modify the lib, as this condition from the help is met from ATTiny45: [quote:4428c26792]The Slave library will only work for chips that have T0 and INT0 connected to the same...
View ArticleBASCOM-AVR : I2C slave / TWI : REPLY
Hi That is an option but in my case it will lead to disaster - I prefer the experts to modify LIB's . Cheers
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
when the other thread started i had no pc with win7 64 bit with slots for an IO card. while i think USB is the way to go, LPT is still used so that is why i did not removed it from bascom. And when it...
View ArticleBASCOM-AVR : Can't start BASCOM-AVR commercial version : REPLY
yes i noticed that sometimes a file is locked by another process but that is usually the virus scanner. (bitdefender). since the user had disabled the virus scanner that could not be the problem. but...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
Hi Mark, I use an EX-41150 PCI card made by Exsys with two serial ports and one parallel port. [url=http://www.exsys.ch/index.php?main_page=product_info&products_id=465]LINK[/url] Datasheet:...
View ArticleBASCOM-AVR : Can't start BASCOM-AVR commercial version : REPLY
Hi, What I saw (with ProcMon) was that the file copied was still open by the MSI installer, even though the copy process was finished. It could well be a remnant of the Virus scanner/Windows security...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
yes i can order from conrad too. but it used to be normal that a computer shop would sell them. i guess that is history ;-) I bought this one :...
View ArticleBASCOM-AVR : Can't start BASCOM-AVR commercial version : REPLY
thanks for the info. the next one with a problem i will ask to run a new setup.
View Article