Quantcast
Channel: MCS Electronics Forum
Browsing all 20558 articles
Browse latest View live
↧

BASCOM-AVR : Solved Mikromedia for AtmegaM1280 module : REPLY

:) Ok, based on the library "SSD1963_functions.inc" I compared the actual code of the "Lcd_text() routine". I have made the changes for my LCD. Now the font "Font25x32.font" is working, but prints...

View Article


AVR-DOS : Name "oldname" As "newname" : REPLY

[quote:4540c6785b="albertsm"]1 : when you type NAME and press F1 you should get help about it. It is in the help. In 2077 related commands were grouped together. And NAME was not in the AVR-DOS group....

View Article


BASCOM-AVR : Solved Mikromedia for AtmegaM1280 module : REPLY

If you check the first datalines of the fontfile you will find how many bytes are used to create the characters. These are read and used to put the character on the display. you could open the...

View Article

AVR-DOS : Name "oldname" As "newname" : REPLY

Jerry, it works in 2077. Not in 2076. maybe rmdir and mkdir are not in the help too? you can best have a look at the on line help for bascom-avr, that is 2077.

View Article

BASCOM-AVR : Solved Mikromedia for AtmegaM1280 module : REPLY

Ok, tested also the font "Font32x32.font", upside down too. FontEditor shows chars are all Ok. The font content [code:1:7c055b2adb]Font32x32: $asm .db 4,32,128,0[/code:1:7c055b2adb] Char rows = 4 Row...

View Article


AVR-DOS : Name "oldname" As "newname" : REPLY

OK I will move to 2077. I didn't realize this was new. thank you Mark Jerry

View Article

AVR-DOS : Name "oldname" As "newname" : REPLY

NAME is not new, only new in the help. MKDIR, CHDIR and RMDIR were added to the help in 2076. The functions them self existed for a longer time. They were added later by Josef and tested, and...

View Article

BASCOM-AVR : State machine? : REPLY

Yes, state machine is the way to go. You need to define a state for every possible place where you want something different to happen, and then chain the states together in the corect logical...

View Article


BASCOM-AVR : str too big : REPLY

Yes, but there are cases where overwriting an array can actually be very useful. Resist the temptation to ask the compiler to check for a possible overwrite. While it might be possible to check some...

View Article


BASCOM-AVR : Solved Mikromedia for AtmegaM1280 module : REPLY

Ok, this is what is happening: For this fragment of code: [code:1:8e76f5f701] If Fontset = 2 Then Restore Font12x16 Else Restore Font8x8 End If '----------------------------- For Py = Char_rows To 1...

View Article

BASCOM-AVR : str too big : REPLY

[quote:52929741fa="njepsen"]What happens if I do this [code:1:52929741fa] dim error_msg as string*200 [/code:1:52929741fa] and err_msg ends up being >199 bytes?[/quote:52929741fa] If the string has...

View Article

BASCOM-AVR : Best ARDUINO part/kit to get? : NEWTOPIC

Hello all, An older friend of mine is about to have his 78th Bday. He is a retired EE and mentioned tonite wanting to play with an Arduino board. I am familiar with that in name only, having seen it...

View Article

BASCOM-AVR : Bootloader ver. BASCOM 2.0.7.3, mail program 2.0.7.7 : NEWTOPIC

Hi, yesterday I have problem with compatibility version 2.0.7.3 with 2.0.7.7. chip: atmega128A I have programmed on chip bootloader, similar like bootloader in SAMPLE. They are compiled on BASCOM...

View Article


BASCOM-AVR : Bootloader ver. BASCOM 2.0.7.3, mail program 2.0.7.7 : REPLY

In 2077 the compiler will use the double speed UART flag if it is available. It will try to calculate the best possible baud and so tries with double rate flag set too. The old compiler did not do...

View Article

BASCOM-AVR : Bootloader ver. BASCOM 2.0.7.3, mail program 2.0.7.7 : REPLY

Thank you for your quick answer OK, but in the main program i have $baud=57600 Config Com1 = Dummy , Synchrone = 0 , Parity = None , Stopbits = 1 , Databits = 8 , Clockpol = 0 what else is possible? I...

View Article


BASCOM-AVR : Bootloader ver. BASCOM 2.0.7.3, mail program 2.0.7.7 : REPLY

Config Com1 = 57600 , Synchrone = 0 , Parity = None , Stopbits = 1 , Databits = 8 , Clockpol = 0

View Article

BASCOM-AVR : Bootloader ver. BASCOM 2.0.7.3, mail program 2.0.7.7 : REPLY

OK. It works. But I used alternative method and I comment line U2X = 1 in the m128.dat file. Configure com1 like above is not resolv the problem. I have weird signs in the reply. Maybe problems is...

View Article


Share your working BASCOM-AVR code here : Fast library for SSD1963 LCD : REPLY

Thank you Mrshilov and everyone else for sharing your hard work! This library is great, much faster than previous examples. I am running an...

View Article

BASCOM-AVR : Solved Mikromedia for AtmegaM1280 module : REPLY

Problem solved. It was need to redesign a little bit the inner loops for the character bits sweep. Here the output at virtual terminal of the bit patterns :)...

View Article

BASCOM-AVR : Attiny4313 and HW TWI ? : NEWTOPIC

Hi, Can anybody help me with HW TWI at Attimy4313. Thanks [b:36044d5cde][color=red:36044d5cde](BASCOM-AVR version : 2.0.7.7 )[/b:36044d5cde][/color:36044d5cde]

View Article
Browsing all 20558 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>