BASCOM-AVR : Shutter control : REPLY
Camera shutter control for which make and model of camera ?
View ArticleBASCOM-AVR : xmega256a3 and hardwware twi : NEWTOPIC
Hello, when i add $lib "i2c_twi.lbx" for using the hardware twi the i get a compiler error. "illegal character [expected(,got"[_SDA]] and more of these errors. after adding $lib "xmega.lib" then there...
View ArticleShare your working BASCOM-AVR code here : Releasing a project : REPLY
Robert i wanted to send an email but I got : This user doesn't have a yahoo.com account Can you make sure the email account in the forum account settings is correct?
View ArticleBASCOM-AVR : xmega256a3 and hardwware twi : REPLY
you should not add the i2c_twi.lbx to xmega chips. Xmega always has twi built in so i2c by default uses twi. and you also should not need to include the xmega.lib, have a look at the xmega twi/i2c...
View ArticleBASCOM-AVR : xmega256a3 and hardwware twi : REPLY
Oke Thankx for the explanation, it was a little bit confused for me. Tiny
View ArticleShare your working BASCOM-AVR code here : Releasing a project : REPLY
I had just changed that yesterday, It should be correct now.
View ArticleBASCOM-AVR : bascom 2.0.7.7 and 2.0.7.6 : NEWTOPIC
Hi, [code:1:32df1ebe69]$regfile = "xm128a4udef.dat" $hwstack = 128 $swstack = 128 $framesize = 128 $crystal = 16000000 Config Osc = Disabled , Extosc = Enabled , Range = 12mhz_16mhz , Startup =...
View ArticleBASCOM-AVR : bascom 2.0.7.7 and 2.0.7.6 : REPLY
change Config Osc = Disabled into : Config Osc = Enabled See the bugs/enhancements in register.mcselec.com
View ArticleShare your working BASCOM-AVR code here : Simply the best Colloidal Silver...
Hello Robert, A nice project and use. I like Mark, had to read up a bit about the history & use of such a product and resulting solution. May I suggest if you want to protect your intellectual...
View ArticleShare your working BASCOM-AVR code here : Simply the best Colloidal Silver...
Robert, Thanks for your info. This is very, very interesting product, and I'm with Rick Savas, you must protect this from be copied. Why you don't sell this product assembled ? I see you have the...
View ArticleBASCOM-AVR : Printbin problem switching from 4 byte integer to 8byte inte :...
Thank you for your reply MWS. I tested as you suggested, setting Sndpin(1) = 254. The result was correct. This might be worth noting too, I use the Val function to set the Double variable. So, can you...
View ArticleBASCOM-AVR : Printbin problem switching from 4 byte integer to 8byte inte :...
[quote:d3b2aa7c69="TSEYFARTH"]I tested as you suggested, setting Sndpin(1) = 254. The result was correct.[/quote:d3b2aa7c69] I've expected that. [quote:d3b2aa7c69]This might be worth noting too, I use...
View ArticleBASCOM-AVR : $Timeout : NEWTOPIC
Hello. can someone explain to me the [b:f9b4edcccd]$timeout[/b:f9b4edcccd], is that in us or ms? I can not find it in the help. [b:f9b4edcccd][color=red:f9b4edcccd](BASCOM-AVR version : 2.0.7.7...
View ArticleBASCOM-AVR : Printbin problem switching from 4 byte integer to 8byte inte :...
What is do now, is collect a string of touchpad inputs (0 to 9). Then using the val command to set as an integer [code:1:12143a25ca] Pin = Pin + Str(key) Gatecode = Val(pin) [/code:1:12143a25ca] The...
View ArticleBASCOM-AVR : $Timeout : REPLY
Hi, From the help text:- So the bigger the value, the longer the wait time before the timeout occurs. The timeout is not in seconds or microseconds, it is a relative number. Only the speed of the...
View ArticleBASCOM-AVR : Shutter control : REPLY
The thing with project, code, code snippets, etc. is that you never know when it is useful to someone. Maybe over 2 years someone will find this and be very happy. One can not know.
View ArticleBASCOM-AVR : Printbin problem switching from 4 byte integer to 8byte inte :...
Tim, I think you a missing something very fundamental in your understanding of how number systems and representations work, that you even ask this sort of question. You are confusing the data you get...
View ArticleBASCOM-AVR : Printbin problem switching from 4 byte integer to 8byte inte :...
Hi Adrian, I just finished re-reading your post made a couple of weeks ago when I first brought up "How to create an 8 byte integer". Your thoughts/comments have become clearer now that I have tried...
View Article