BASCOM-AVR : Atmega1280 pins does not output (resolved) : REPLY
[quote:f995fa07c6="MWS"][quote:f995fa07c6="tronicgr"]Thanks Albert,[/quote:f995fa07c6] FYI, Mark's first name is (obviously) Mark, his surname is Alberts.[/quote:f995fa07c6] Thanks for the correction,...
View ArticleBASCOM-AVR : Atmega1280 pins does not output (resolved) : REPLY
thanks for the additional info. It is great that you translated your idea into a working product. When you are really into simulated flying i can imagine that this is a bargain.
View ArticleBASCOM-AVR : SocketDisconnect : REPLY
hi a disconnect will only send a disconnect request. it is up to the other side if the connection is really disconnected. i usually poll status. I give a disconnect and then check if the connection is...
View ArticleAVR-DOS : CRLF inside file : REPLY
Thankyou Mark. That was indeed the problem. I never thought to try them in the other (correct) order.
View ArticleBASCOM-AVR : SocketDisconnect : REPLY
Thanks Mark. I will give the poll / register check approach a try. Strange, been running the code for several weeks and this has just happened once. The hard ones! :)
View ArticleBASCOM-AVR : Vector/CRT Clock? : REPLY
HA... I should have looked a little harder darn it.
View ArticleBASCOM Project Blog : Oscilloscope Clock : REPLY
I know this is an old thread, but how hard would it be to make it work with a DS1307?
View ArticleBASCOM-AVR : problem with aritmatic : REPLY
ok , i see...thanks for your information. :D
View ArticleAR7212 : Congratulations ! : REPLY
Kiedro, After a very long time with other matters I return to the Inertial sensor world of problems. I read your threads again and I must say I'm amazed how much work and insights you have dug down...
View ArticleVarious : ADS1230 communication with mega8 : REPLY
Andrian I would like to confirm that the example that you showed works well with small changes in ADS 1230th. This is the code that I aborted the finished hardware. thank you for your help....
View ArticleBASCOM-AVR : SSD1289 : NEWTOPIC
I bought this LCD (240 x 320 color, with touch screen), with a SSD1289 controller. I wonder if someone has already worked with this display? and are ready to share code ?...
View ArticleBASCOM-AVR : SSD1289 : REPLY
Hey SteveT If you pop over to the German Bascom forum, User [b:6cbcd4b246]Hkipnik[/b:6cbcd4b246] did all the hard work for...
View ArticleBASCOM-AVR Old versions : max data length for "DATA" statement : REPLY
No one can help? :( :(
View ArticleVarious : Programmers That work with Bascom : REPLY
Hi Paul, I am interested to know if you still use the low cost $5 unit you gave reference to, and if it can be used with the atmega1284p. Also - what drivers do you use, and what did u call it from...
View ArticleBASCOM-AVR Old versions : max data length for "DATA" statement : REPLY
The maximum length for data is the amount of code memory or eeprom size, search for $data and $eeprom. Also take a look at $bigstring maybe that is what you are looking for. Frank.
View ArticleVarious : Programmers That work with Bascom : REPLY
Hello Neil Yes it is working fine worked with every AVR I have tried including the M1284 its a USBasp clone and you can upgrade the software on it with bascom if you have another programmer I used my...
View ArticleBASCOM-AVR : Data command with constats : NEWTOPIC
Hi All, I'm trying to Setup a simple RFM73 Radio module and would like to use the data command to hold the Parameters that I'm writing to the Radio module, and my having Problems with constants and...
View ArticleBASCOM-AVR : Data command with constats : REPLY
That's right, you can't use calculations in data statements. Which you've already found out, so what's your question? Beside, also: [code:1:84cf10dcce]Data 10 + 10[/code:1:84cf10dcce] won't work, so...
View ArticleBASCOM-AVR : Data command with constats : REPLY
Hi, But I can use Const Test = 100 Const Test1 = 20 Const Test2 = Test + Test1 end data test2 Just it doesn't work for th data command, directly. Maybe this is something for Mark/the next Version of...
View ArticleBASCOM-AVR : Data command with constats : REPLY
Ian Unfortunately that is how [b:cbf83afaa6]DATA [/b:cbf83afaa6]statements work and have always worked in any Basic Language) Not the same as Constants but it is a [b:cbf83afaa6]Literal[/b:cbf83afaa6]...
View Article