BASCOM-AVR : wave player with atmega32 : NEWTOPIC
hi please help me in memory address in 2gig mmc card. my cod in here. If Ali = 0 Then Adres = Adres + 5120000 Test = 512 * 7800 ?????????? 'Test = 512 * 8000 Adres = Adres - Test Ali = 1 Test = Adres...
View ArticleBASCOM-AVR : Buffered serialin on AVR Mega162 with 2 UARTs : NEWTOPIC
Greetings ! I am having an issue with Buffered SerialIn on a Mega162. When I use UART0: it works as expected When adapting the code for UART1, the Cmd_string is not printed, just the "hello ..." I...
View ArticleBASCOM-AVR : Buffered serialin on AVR Mega162 with 2 UARTs : REPLY
I also found a discrepancy in the Help: For the Clear statement it says: [quote:f773bf7dd3]Bufname Serial buffer name to clear. SERIALIN, SERIALIN0 - COM1/UART0 input buffer [b:f773bf7dd3]SERIALIN2 -...
View ArticleBASCOM-AVR : Buffered serialin on AVR Mega162 with 2 UARTs : REPLY
Hi plons, If I add comma in input line it do work Input #2 [b:ffca3ad54c][color=red:ffca3ad54c],[/color:ffca3ad54c][/b:ffca3ad54c] Cmd_string Noecho
View ArticleBASCOM-AVR : Buffered serialin on AVR Mega162 with 2 UARTs : REPLY
Thank you, Kimmi ! The missing comma is the clue indeed :roll:
View ArticleBASCOM-AVR : Bug when using more than 64k Flash on ATMega 1284P : REPLY
I tested again with real hardware and must admit, that the problem only exists with the simulator. Sorry for the misinformation. Memory doesn't seem to serve me as well as I'm approaching my 6th...
View ArticleBASCOM-AVR : Need help for convert MicroC to Bascom Avr PWM Sine wave 50H :...
I'm convert code from MicroC to Bascom Avr except marked line with [b:779268eb16]'THIS LINE!!!!!!!!!. [/b:779268eb16] Need assistance and help for convert this marked lines [code:1:779268eb16]...
View ArticleBASCOM-8051 : Long var extract the single digit, help : NEWTOPIC
Hy All, I have one long var, for example 12345 , I need to extract in five Byte var the single value of every digit. See here: 12345 (long type) 1 to var1 (byte) 2 to var2 " 3 to var3 " 4 to var4 " 5...
View ArticleBASCOM-AVR : how to controle date : NEWTOPIC
Hallo all I have a problem that the date does not go along with the new day. when it is april the 30 my code must then gif may the 1 on 00:00:00 hour. is there an example of how to this is my code...
View ArticleBASCOM-AVR : how to controle date : REPLY
Hi, see help [url=http://avrhelp.mcselec.com/index.html?date.htm]Date[/url] : scroll down to Example 6:
View ArticleBASCOM-8051 : Long var extract the single digit, help : REPLY
Convert the long variable with the STR function to a string
View ArticleBASCOM-AVR : Need help for convert MicroC to Bascom Avr PWM Sine wave 50H :...
hi, there was a few errors in the code pin is input port is output here is what you can look for in the code [i:816bf83295]Enable Ovf1 On Ovf1 Timer1_ovf Timer1_ovf:[/i:816bf83295] and the main...
View ArticleBASCOM-AVR : how to controle date : REPLY
Are you jut trying to make a clock? If so it is much easier with system seconds please look at my blogs most have clocks, the watering control has an RTC backed clock. Regards Paul
View ArticleBASCOM-AVR : Using mega328p to read data off SPI bus of a older motorola : REPLY
I tryed your program, and it is working. But it seems to be constantly printing, and its printing different values as its constantly printing. The data i am reading gets triggered to send when i hit a...
View ArticleBASCOM-AVR : USB HID VID : REPLY
Hey There I bought a USB Add-on But how should add it to Bascom compiler!?
View ArticleBASCOM-AVR : how should I add USB ADD-on to Bascom compiler : NEWTOPIC
Hej There how should I add USB ADD-on to Bascom compiler? [b:63eeb83d98][color=red:63eeb83d98](BASCOM-AVR version : 2.0.7.6 )[/b:63eeb83d98][/color:63eeb83d98]
View ArticleBASCOM-AVR : how to controle date : REPLY
Kim thanx for your hint i Will in the future Read THE manual.
View ArticleBASCOM-AVR : Using mega328p to read data off SPI bus of a older motorola : REPLY
You may have to adjust the timing and the triggering of the interrupt but is that the only thing on the SPI buss? I use Realterm as my terminal program it will record to file the RS232 data. Note you...
View ArticleBASCOM-AVR : Using mega328p to read data off SPI bus of a older motorola : REPLY
Played with the code some more and i think i got it to be consistant. Ill do some more testing in the morning.
View Article