BASCOM-AVR : Print lower case bug !!! : REPLY
Hi, Have you enabled the fuse bit "crystal full swing"? The 1284 has a Problem with Serial communications and an external Crystal. Other than that can you try dumpting character a-z and A-Z to the...
View ArticleBASCOM-AVR : Print lower case bug !!! : REPLY
Use proper stack and frame settings and less exclamation marks.
View ArticleBASCOM-AVR : Debugging under AVR Studio 7 : NEWTOPIC
As a complement to the old thread http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=11129&start=15 where simulation and/or debugging under AVR studio 4,5,...
View ArticleBASCOM-AVR : Print lower case bug !!! : REPLY
if you check the sample mega1284.bas from the CHIPS folder, you can see what is missing. Config Com1 = 9600 , Synchrone = 0 , Parity = None , Stopbits = 1 , Databits = 8 , Clockpol = 0
View ArticleBASCOM-AVR : an idea for the next version f Bascom AVR : REPLY
A picture to explain :[img][/img] When I change the inc file the .bas file need to be compiled but it let blue. also even the .inc has the $nocompile it would be nice if it was saved with F7 it is a...
View ArticleBASCOM-AVR : interfacing ADS1115 : REPLY
Thank you very much Kim. Your example worked very well. I compared it with my code and as far as I can see the differens is that every read must be precded by a I2Cstart and followed by a I2Cstop....
View ArticleBASCOM-ARDUINO : TFT 5inches, ssd1963 and Mega 2560 : REPLY
if you use "SSD1963_functions.inc" you will find Sub Lcd_set_pixel(byval X1 As Word , Byval Y1 As Word , Color As Word) where X 1, Y1 are the coordinates of point X (varies from 0 to 479) Y (varies...
View ArticleBASCOM-AVR : Debugging under AVR Studio 7 : REPLY
Thanks!! Will give it a try. Have fun Ben Zijlstra
View ArticleBASCOM-AVR : Print lower case bug !!! : REPLY
[quote:d73a2f6f09="albertsm"]if you check the sample mega1284.bas from the CHIPS folder, you can see what is missing. Config Com1 = 9600 , Synchrone = 0 , Parity = None , Stopbits = 1 , Databits = 8 ,...
View ArticleBASCOM-AVR : I2C: Writing / reading a Si5351 clock generator IC : REPLY
[quote:8b89fb69a8="DL4AAJ"]@lbcomms Not sure if you still need help, but my recent experience with the mentioned adafruit board and a mega128 is as follows: Had the same problem until I inserted...
View ArticleBASCOM-AVR : I2C: Writing / reading a Si5351 clock generator IC : REPLY
[quote:96124ebd83="lbcomms"]so I'd really like to get the Si5351 board up and running under Bascom.[/quote:96124ebd83] Then I'd suggest to use the right I2C-address. Datasheet clearly tells, the chip...
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
Evert, Great App Note on paralleling Mosfets! Thanks for posting the link! JC
View ArticleBASCOM Project Blog : Weatherstation : REPLY
Have made a case for the weatherstation. Sources can be found at [url]http://www.thingiverse.com/thing:1328045[/url]...
View ArticleBASCOM-AVR : Virtual USB-port for AVR : REPLY
[quote:cb6344cd03="Petr_"]Which version of BASCOM? In attachment, files for Bascom-AVR 2.0.7.7 or later. For compiling, you must copy the file "swusb.LBX" in the folder "LIB",...
View ArticleBASCOM-ARDUINO : TFT 5inches, ssd1963 and Mega 2560 : REPLY
Thank you "to you (M.JP) for your cooperation with me, but you can look at this work and guiding find fault I do not know what is !!! Can you fix it please
View ArticleBASCOM-AVR : Print lower case bug !!! : REPLY
Hi everybody. Many thanks to all for the help. The settings that Mark send solve the problem. Many thanks Mark. Best regards Georges
View ArticleBASCOM-AVR : Print lower case bug !!! : REPLY
I am testing many hours now. I restart the program many times. Just switch off / switch on. Sometimes it work sometimes no. Result looks like random !!!! I start to be creasy. Best regards Georges
View ArticleBASCOM-AVR : interfacing ADS1115 : REPLY
Yes its the "repeated START" and the "Ack /Nack" that works for the ADS1115 datasheet pages 17/18 [quote:7a6dc11f64]WRITING/READING THE REGISTERS modes. To access a specific register from the ADS1115,...
View ArticleBASCOM-AVR : Print lower case bug !!! : REPLY
[quote:92f329df05="georgestheking"]1I start to be creasy.[/quote:92f329df05] If you only start to get crazy, you still may have not reached the point when it really hurts. This would teach you then to...
View ArticleBASCOM-ARDUINO : TFT 5inches, ssd1963 and Mega 2560 : REPLY
This work was completed on the Proteus, but (touch) does not work Are the connections on the screen is correct? Can you please repair "I Acra" you
View Article