BASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
yes even with UAC disabled
View ArticleBASCOM-AVR : Programming problem : REPLY
Remember that IF...ElseIf instruction blocks exit after executing one section of the code that matches. Go back to the basics of what you are after, to get it working, then simplify it....
View ArticleBASCOM-AVR : Running LCD Display 4 Bit Mode Libraries ? Init ? : REPLY
Dear Albert, sorry about the lack of information. Here it comes: It is the default lib wr is connected to ground There is a 6 MHz crystal in operation. No division of the external clock. best regards...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
- which os you use? - do you run with admin rights or as normal user - do you have access in the folder where the settings file is stored ? Help, About, click xml data folder so explorer opens. right...
View ArticleBASCOM-AVR : Running LCD Display 4 Bit Mode Libraries ? Init ? : REPLY
please post the complete code that contains $regfile , $crystal, $hwstack and $swstack. Otherwise i need to guess it. you wrote earlier that you got the lcd working after initial problems. what was...
View ArticleBASCOM-AVR : Sony Send Codes For Projector : REPLY
Hi I Used this program to generate signal but it doesnt work. when i used the ir-receiver to compare the source signal with created signal see the created signal is very different with source signal....
View ArticleBASCOM-AVR : Sony Send Codes For Projector : REPLY
[quote:d2a2300860="AHO6471"]...created signal is very different with source signal. [/quote:d2a2300860] Sure you need the pin go high if the 40kHz is off? [code:1:d2a2300860]Const Carrier_off =...
View ArticleBASCOM-AVR : Running LCD Display 4 Bit Mode Libraries ? Init ? : REPLY
Dear Alberet, here is the source text: '$PROG &HFF,&HF7,&HDF,&HFF' generated. Take care that the chip supports all fuse bytes. $lib "mcs.lbx" $regfile = "m168def.dat" ' specify the...
View ArticleBASCOM-AVR : TFT with ILI9341 controller : REPLY
Hello, I received 2.2" LCD with ILI9341 but LCD does not work correct. I am not sure if LCD is connected to ATMEGA well. Could someone help me ?
View ArticleBASCOM-AVR : Sony Send Codes For Projector : REPLY
[code:1:15d7e152e5] Tccr1a = Carrier_on : Waitus 2400 S 'start = 2.4mS Tccr1a = Carrier_off : Waitus 600 Tccr1a = Carrier_on : Waitus 1200 1 Tccr1a = Carrier_off : Waitus 600 Tccr1a = Carrier_on :...
View ArticleBASCOM-AVR : Running LCD Display 4 Bit Mode Libraries ? Init ? : REPLY
i changed your code a bit. first of all, the delays are not necessary. only 1 delay should be placed so the lcd has time to show the info. (at the end of the loop). Otherwise the result would be...
View ArticleBASCOM-AVR : Atmega644A Timer2 PWM-Mode config error : REPLY
Config Timer2 = Pwm , Prescale = 64 , Compare_A_Pwm = Clear_Up , Pwm = On , Compare_A = Set , Async = Off ' ^^
View ArticleBASCOM-AVR : Running LCD Display 4 Bit Mode Libraries ? Init ? : REPLY
Dear Albert, many thaks for your efforts and recommendations. Here is a link to the datasheet of the display: http://www.datasheetarchive.com/PC1602-F-datasheet.html So far I have not tried an other...
View ArticleBASCOM-AVR : Little Endian Byte Format ??? : NEWTOPIC
I've been experimenting with a module that requires Bytes to be sent as follows: [quote:8b54ac3746]In this case, the command should look like: [A4][03][42] The bit order and USART details should...
View ArticleBASCOM-AVR : Atmega644A Timer2 PWM-Mode config error : REPLY
Hi Mark, thanks for your help. Now I get following config errors: Unknown CONFIG Parameter [COMPARE_A_PWM] Unknown CONFIG Parameter [COMPARE_A] Best regards Rolf
View ArticleBASCOM-AVR : Atmega644A Timer2 PWM-Mode config error : REPLY
please try without underscores when using <2077
View ArticleBASCOM-AVR : Little Endian Byte Format ??? : REPLY
little and big endian describe the storage of the byte order when multiple bytes are used. So for example dim W as word . W will use 2 bytes which will use address &H100 and &H101. Little...
View ArticleBASCOM-AVR : Running LCD Display 4 Bit Mode Libraries ? Init ? : REPLY
it seems like a standard display. it is very wise to test before you make a pcb. best to keep the wires short as possible. and make sure you have a good stable power and decoupling caps at vcc. very...
View ArticleBASCOM-AVR : Little Endian Byte Format ??? : REPLY
Hi Ennio, hi Mark, how can I get BASCOM Version 2.0.7.7 ??? I updated BASCOM this morning online and got Version 2.0.7.6 Best regards Rolf
View Article