BASCOM-AVR Old versions : everyone can help me : REPLY
http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=11635
View ArticleBASCOM-AVR : Interfacing Atmega8 with ADE7758 : NEWTOPIC
Hi, I've been trying a million different ways to read a very simple 8 bit internal register of the ADE7758 (the die version) and display it on lcd, but so far all I am getting on the LCD is FF. I am...
View ArticleVarious : have a request for you dear engineers can anyone help me : REPLY
Hi azharhasbi, Do not post same quistion in all forums your topic is not bascom so use this topic and this...
View ArticleShare your working BASCOM-AVR code here : OLED Display using SSD1306 with...
Hello Again. After what you told me during this time I've been modifying and changing the Ini (set) addresess. I can already see text and some small image. But I can do now is to put the text in the...
View ArticleBASCOM-AVR : Undo : REPLY
ok, i had a look. i found the cause of the undo buffer limit. some actions like reformat will trash the undo buffer. i changed it. the undo buffer is virtual unlimited now.
View ArticleBASCOM-AVR : Undo : REPLY
[quote:3a8d30f5ab]the undo buffer is virtual unlimited now[/quote:3a8d30f5ab] Thanks, nice':smt008'. When':cry:' are we going to benefit? Regards, Meister
View ArticleBASCOM-AVR : Undo : REPLY
customers with SLA access can download it from the SLA area. For those that check it : One nice addition (IMO) is 'Proper Indent'. It will make code more readable when the code is indented. All others...
View ArticleShare your working BASCOM-AVR code here : A simple WAV file player from an SD...
pinkfloyd11, Sorry I don't have a Mega64 so I'm not sure what timers or pins to use. You will need to determine what timers are available that have the proper output pins. -Glen
View ArticleVarious : NOT a Bascom problem. Problems with MEGA32 and PonyProg : NEWTOPIC
Hi guys & gals, Over the period of the last week, I have had a bad experience with PonyProg and a MEGA32, and while this is not a Bascom problem, I thought that it would come in handy to someone...
View ArticleVarious : NOT a Bascom problem. Problems with MEGA32 and PonyProg : REPLY
Deano You should look possibly updating your Programmer and Software using a AVRISP MKII. Ponyprog has been unsupported for quite a long time and the earlier PC's where slower where it did not give...
View ArticleBASCOM-AVR Old versions : Interfacing Atmega8 with ADE7758 : REPLY
Try something like this: [code:1:ba9dbdfb68] 'Your code Ss Alias Portb.2 Config SS = Output 'SS Set SS Config Spi = Hard , Interrupt = Off , Data Order = Msb , Master = Yes , Polarity = Low , Phase =...
View ArticleVarious : NOT a Bascom problem. Problems with MEGA32 and PonyProg : REPLY
Hi Peter, Thanks for the replay, Yes I agree, I actually looked into the program while having all this problem. Like I said, Never had any problems before, so it wasn't a problem, Time to update....
View ArticleShare your working BASCOM-AVR code here : ADXL354 4 wire spi : REPLY
thanks k_man, great help from you. but something is strange here...what about offset?! according to data sheet and app notes,offset is very important.how can i do this for adxl345 with spi? would you...
View ArticleBASCOM-AVR : about font editor : REPLY
Hi, I found the font editor under "tools - plugins - font editor" and I restarted BASCOM too, but it doesn't open. I have 2.07.6. Have to restart Windows?
View ArticleBASCOM-AVR : Config Graphic LCD : NEWTOPIC
I have this LCD [url]http://www.tme.eu/sk/details/rg12864b-tiw-v/graficke-lcd-displeje/raystar-optronics/#[/url]. There is controler KS108 or equivalent. I use three ports. I use one port (PORTC) for...
View ArticleBASCOM-AVR : Config Graphic LCD : REPLY
http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=11616&highlight=controlport
View ArticleBASCOM-AVR : Config Graphic LCD : REPLY
Hi kimmi, good news but i don't know to use it. [code:1:394e7fd579] Config GRAPHLCD = type , DATAPORT = port, DB0 = pd5, DB1 = PD6, DB2 = PD7, DB3 = PC0, DB4 = PC1, DB5 = PC2, DB6 = PC3, DB7 = PC4,...
View ArticleBASCOM-AVR : Config Graphic LCD : REPLY
It is very bad. I have three dataports on the PortD and five dataports on the PortC. Is there any solution ?
View ArticleBASCOM-AVR : Config Graphic LCD : REPLY
exactly which pins do you have free? did you look at the ks108.bas sample? 'First we define that we use a graphic LCD Config Graphlcd = 128 * 64sed , Dataport = Porta , Controlport = Portc , Ce = 0 ,...
View ArticleBASCOM-AVR : Config Graphic LCD : REPLY
Hello, thanks for your answer. The main problem is, that I have made 10 pcs. of PCB. I'm desperate. I have problem with more pins. I don't have schematic at the moment but maybe they are like this....
View Article