BASCOM-AVR : Gosub vs. Call a procedure : REPLY
Another one small difference that i noticed: you can use gosub without declaring sub, while you can't use call if you don't declare sub before.
View ArticleBASCOM-AVR : Accessing differential modes on ATmega32 : REPLY
yes, a number between 0-31
View ArticleBASCOM-AVR : Need Help MAX7456 : REPLY
Hi, I don't understand what you mean, can you explain what you want?
View ArticleBASCOM-AVR : Need Help MAX7456 : REPLY
Hi! If I understand correctly, you can choose to display only those characters that are marked (Not excist). How can I print 255 characters written in Nvram max7456?
View ArticleBASCOM-AVR : Gosub vs. Call a procedure : REPLY
Then logically should have an idea of the type: [code:1:d367763900]Gosub Label1 ... Label1: ... end sub [/code:1:d367763900] There should not be "Return". It turns a double closing/exit procedures:...
View ArticleBASCOM-AVR : Gosub vs. Call a procedure : REPLY
you do not need to edit your code. it is a matter of taste what you use. so leave your code as is, and for new code use sub/function.
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
in the mean time, i found that for 64 bit systems, the driver was not correctly installed. the attached stand alone exe will solve that. this will be corrected in the 2077 setup where you have the...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
I ran the new setupio.exe in the Bascom directory then I tried all combinations (9) of LPT1,LPT2,LPT3 and EFD8,EFD4,EFE0 and it would not program the chip. Still waiting a reply from SIIG - Dave
View ArticleBASCOM-AVR : Accessing differential modes on ATmega32 : REPLY
Ok, sounds great! Thanks!
View ArticleBASCOM-AVR : Analyze received hex data : REPLY
[quote:4048632701]But why "Wait 1" ? [/quote:4048632701] I had some problems with the RS485 converter, so I let is wait for 1 second. It's removed now ... The basic communication is working on the...
View ArticleBASCOM-AVR : Analyze received hex data : REPLY
Hello Tragic I try not to use if-then ,if-then instead I use select case I found this in most cases used less bytes of flash also it should be faster as the value only gets loaded once to be compared...
View ArticleBASCOM-AVR : Analyze received hex data : REPLY
[quote:1d06508aa1] This does not seems to work... [/quote:1d06508aa1] To make thing a little more clear. A byte can be send in more ways. Let us have a byte with value 123 (&h7B). 1. We can send...
View ArticleBASCOM-AVR : Two RFID (Em4095) modules with Atmega 644p/128a : NEWTOPIC
Hi All! Please help me in one task: I have to handle [color=red:262b5a3085]two[/color:262b5a3085] RFID modules. One module I can handle easily: [code:1:262b5a3085]Config Hitag = 64 , Type = Em4095 ,...
View ArticleBASCOM-AVR : Can't add chr(0) from Deflcdchar to a string : REPLY
[quote:ccbdfafff9="olhexy"]I see (with my program here above) on my LCD on line 2, 3 and 4 the pattern that your simulator shows on line 2. On line 4 there is also the not blinking cursor at the 11th...
View ArticleBASCOM-AVR Old versions : Is there any suggessions of using AT45DB011 : NEWTOPIC
Hi All! Is there any suggessions of using [color=brown:9f321e7ea3]AT45DB011[/color:9f321e7ea3]. Thanks. Sincerely, Peter
View ArticleBASCOM-AVR : Is there any suggessions of using AT45DB011? : NEWTOPIC
Hi All! Is there any suggessions of using [color=brown:5dff2f3341]AT45DB011[/color:5dff2f3341]? Thanks. Sincerely, Peter [b:5dff2f3341][color=red:5dff2f3341](BASCOM-AVR version : 2.0.7.1 , Latest :...
View ArticleBASCOM-AVR : XMEGA serial lost characters : REPLY
i think the problem is that when the page is erased/programmed it will take time. so you should add some handshake to inform the PC/sender that it need to wait with sending data. and about interrupts...
View ArticleBASCOM-AVR : timer overflow and wait statement confuse me!? : NEWTOPIC
Hi to all i confuse in use wait statement and configing timer together! i wrote a simple code to explain my problem. in normal mode every 1 second timer1 over flow occur and variable A increment. but...
View Article