EASY TCP/IP : Webserver - Wysiwyg HTML editor : REPLY
I am using LibreOffice and it is better than Nvu or Amaya but still it is not correct. There is missing a part of code at the end. I do not know why. [code:1:5027837ace]$Regfile="m128def.dat"...
View ArticleBASCOM-AVR : Sony Send Codes For Projector : REPLY
Hello Again i Find the pulse time and exactly know how long between 1 to 0 or 0 to 1 this is the time in us Data 2400 , 600 , 1200 , 600 , 600 , 1200 , 600 , 600 , 600 , 1200 , 600 , 600 , 600 , 600 ,...
View ArticleEASY TCP/IP : Webserver - Wysiwyg HTML editor : REPLY
Hello bibibo If you have a look at my web server code in the blog section you will see a way to minimize the HTML code in the flash but I resorted to using a text editor to write it all by hand as it...
View ArticleBASCOM-AVR : bad implantation : NEWTOPIC
Hello. I am running Windows 7. I put BASCOM 2.0.7.5 demo on a new hard drive (the old one is dead). From the beginning, there is error: see attachment I removed and reinstalled BASCOM. Still the same...
View ArticleBASCOM-AVR Old versions : Bascom 2.0 demo just doesn't work under Win7 : REPLY
So i installed this 2.0x demo under xp and seems like working. Wierd.
View ArticleBASCOM-AVR Old versions : Attiny2313 : REPLY
Switch or anything alias PORTx.x not pin, then you can make set/reste switch/ led anything, should become hi/low state on those ports. Like so. Funny thing when i wrote config port etc then it didn't...
View ArticleBASCOM-AVR : bad implantation : REPLY
Don't forget to run the installation as Administrator. (right click setup Run as..)
View ArticleBASCOM-AVR : Running LCD Display 4 Bit Mode Libraries ? Init ? : REPLY
Dear All, many thanks for your advice. In the meantime I got the LCD working in 4 bit mode. I found some behaviour of the display which is strange to me. If there is a wait command after data is...
View ArticleBASCOM-AVR : Sony Send Codes For Projector : REPLY
[quote:450eec11a4="AHO6471"] Data 2400 , 600 , 1200 , 600 , 600 , 1200 , 600 , 600 , 600 , 1200 , 600 , 600 , 600 , 600 , 600 , 600 , 600 , 600 , 600 , 1200 , 600 , 600 , 600 , 1200 , 600 , 600 , 600...
View ArticleBASCOM-AVR : Sony Send Codes For Projector : REPLY
If my program was used to get the results it would show 1200 for "1" and 600 for "0" it does not show the pair so the binary would be for Data 2400 , 600 , 1200 , 600 , 600 , 1200 , 600 , 600 , 600 ,...
View ArticleBASCOM-AVR Old versions : Xmega buttons and noises : REPLY
There is code asm, or simply DDRx = &B11111111 that make it work, what is not working is that code config pin/port. And thre is no errors on pcb, it's to simple, just buttons to uC. But its closed...
View ArticleBASCOM-AVR : ATmega8 : NEWTOPIC
I'm having a problem controlling an ATMEG8 output. I have all of port b set as outputs. I have timer one set up for pulse width modulation with the output on OC1A (pin 1 port b). It's set up like...
View ArticleBASCOM-AVR : Application note #118 do not works. : REPLY
Hello. I find strange compiler issue. [code:1:d67b780634] $regfile = "m1284Pdef.dat" $crystal = 20000000 $hwstack = 70 $swstack = 70 $framesize = 100 $lib "key_i2c.lib" ' i2c Keyboard driver $external...
View ArticleBASCOM-AVR : Application note #118 do not works. : REPLY
it is not strange. notice that this lib is NOT from MCS. it is a user lib. waitms is used in the lib without reference. the solution is to add a reference to waitms in the lib. have a look at other...
View ArticleBASCOM-AVR Old versions : Attiny2313 : REPLY
this is the second time you write this. either you use a cracked version which at random creates bugs, or you use a very old version that might have a normal bug. in any case, you should show some...
View ArticleBASCOM-AVR : bad implantation : REPLY
and you need to reboot windows. otherwise you get this error. you also should check if the downloaded zip file is not altered by anti virus software. some anti virus remove a part from the setup so...
View ArticleBASCOM-AVR : Running LCD Display 4 Bit Mode Libraries ? Init ? : REPLY
your code does not show if you use the default lib or some other lib? and do you have WR connected to ground or a pin ? what i do miss : $crystal = somevalue that is important for timing.
View ArticleBASCOM-AVR : Application note #118 do not works. : REPLY
Hi Mark. Thank you. But I too stupid for understand that(that is not joke). I do not know what is it reference in the lib file. Regards.
View ArticleBASCOM-AVR : Application note #118 do not works. : REPLY
add this to your code : $external _waitms
View Article