BASCOM-AVR : 4x40 lcd and lcd4e2.lib : REPLY
Use the standard lib, leave out the lcd4-lib. [code:1:b3516d6d9a]Dim ___LCDNO As Bit ChipSel Alias ___LCDNO ' use a more convenient name Config LCD = 16 * 2 ' adjust to match lcd's char per line...
View ArticleAVR-DOS : Two DOS systems on one xmega : REPLY
Thanks MAC3, My files are around 10 k each. mostly text. I am looking for the easy to read FAT32 manual. So that I know, which sectors to copy. Regards, Devidas
View ArticleBASCOM-AVR : 4x40 lcd and lcd4e2.lib : REPLY
THANKS a MILLION!!! Just what I was looking for! Help files could be better..., but they always can. Regards svein
View ArticleBASCOM-AVR : berekenen maanfase : REPLY
Hi Frank and Evert, thanks for your reaction. Changing the variables DIM to the type SINGLE wasn't an improvement, increase the stack also wasn't. I translated the formula from C++ to BASCOM-AVR....
View ArticleBASCOM-AVR : Atmega1280 pins does not output : REPLY
Thanks Evert! The Port did the trick. I totally forgot about the difference!! Dout1 Alias portb.4 : Ddrb.4 = 1 Dout2 Alias porth.6 : Ddrh.6 = 1 Dout3 Alias porth.5 : Ddrh.5 = 1 Dout4 Alias porth.4 :...
View ArticleBASCOM-AVR : berekenen maanfase : REPLY
I ran your program in Bascom's Simulator and the result is: [code:1:b9e1c4b61b]dag is 1.0 jdo = 2456658.5 day is 1.0 tdt is 2456659.0 Mooncoor_phase0.000022646 Richting_maan is...
View ArticleBASCOM-AVR : berekenen maanfase : REPLY
Yes and no . You have now the results for one day. You must remove the RETURN and then the results for a month shows up. The PRINT statements are only for testing. This is a sub routine that works in...
View ArticleBASCOM-AVR : Sequential brake light hardware ?? : REPLY
People, see this AN from ATMEL : [urlhttp://www.atmel.com/images/doc2508.pdf[/url] Atmel uses only a resistor to limit the current in inputs. And in page 7 is told that we must only observes that the...
View ArticleBASCOM-AVR : ST7920 128x64Dots Serial/Parallel LCD : NEWTOPIC
Hello, i m need some help for development the ST7920 128x64Dots GLCD. I think that current version of bascomAVR not supported this type of LCD controller. Regards,...
View ArticleBASCOM-AVR : Vector/CRT Clock? : NEWTOPIC
I thought about building a CRT based clock, which most if not all use vector font/graphics. There are projects out there that use the PIC series IC, and work well. Question is, has anyone done this in...
View ArticleBASCOM-AVR : Vector/CRT Clock? : REPLY
It has already been done but I can not find it on the forum yet but more searching will find it. Regards Paul
View ArticleAVR-DOS : CRLF inside file : NEWTOPIC
I have been banging my head against this for several hours. I have a subroutine that writes an error file to an SD card every 15 minutes. The error_msg gets built up event by event during the previous...
View ArticleBASCOM-AVR : max data length for "DATA" statement : NEWTOPIC
hi excuse me for my english :( i have a big amount of string data and i decided to use "DATA" statement for that.each string length is at least 500 bytes long and it's not possible to fragment each of...
View ArticleAVR-DOS : CRLF inside file : REPLY
for windows you must use chr(13)+ chr(10) , not chr(10)+ chr(13)
View ArticleAVR-DOS : CRLF inside file : REPLY
to notepad and most windows editors it does. Just create a text file and look with a binary viewer or editor or just test it.
View ArticleBASCOM-AVR : Atmega1280 pins does not output (resolved) : REPLY
awesome ! I had no idea what 6DOF was and even looking at your demos it was not clear but the application with the motors made me understand it :-) that is simulation with capital S ! It looks similar...
View ArticleBASCOM-AVR : SocketDisconnect : NEWTOPIC
I have a situation that occurred yesterday during development that requires some more research on my end but was wondering if anyone would have some suggestions. The case was I was talking to a server...
View ArticleBASCOM-AVR : Atmega1280 pins does not output (resolved) : REPLY
Thanks Albert, I started making my 6DOF motion control interfaces 13 months ago, and now there are about 50 of these DIY 6DOF platforms all around the world. People are building the platform...
View ArticleBASCOM-AVR : Atmega1280 pins does not output (resolved) : REPLY
[quote:17aadce8b2="tronicgr"]Thanks Albert,[/quote:17aadce8b2] FYI, Mark's first name is (obviously) Mark, his surname is Alberts.
View Article