BASCOM-8051 : ADC : REPLY
you might want to check the bascom help for : GETAD2051 and getad as mentioned. you can also use an a/d converter with i2c or SPI control.
View ArticleBASCOM-AVR : Bug in Bascom 2.0.7.7 : REPLY
that is little info. 'does not work' does not say much. you can have a look in the register at the change list to see if you recognize a problem. otherwise it is best you write to support.
View ArticleBASCOM-AVR : 3 digit bcd? : REPLY
Thanks Deanus for the link. It looks wonderful. This is great for adding simple circuits to source code :-)
View ArticleBASCOM-AVR : Bug in Bascom 2.0.7.7 : REPLY
Yes, i know. I'm not that experienced as Sarek above, for example, so i can't explain more accurately. It seems that XMEGA just doesn't communicate with touch chip - since i don't have any serial...
View ArticleBASCOM-AVR : Bug in Bascom 2.0.7.7 : REPLY
[quote:bbeb9407e2] Let's wait for official version. [/quote:bbeb9407e2] WaitX(Y)... X,Y? Any time scale?
View ArticleBASCOM-8051 : ADC : REPLY
am i using a wrong MCU? im using AT89S52.... is this ok? Thank you
View ArticleBASCOM-8051 : ADC : REPLY
when your micro has the comparator, you could use the getad2051 but otherwise you need an external a/d converter.
View ArticleBASCOM-8051 : ADC : REPLY
mcu = STC12C5A32S2.. its the same pin to pin config of AT89S52 said by the shop.... i attached the pin config of the MCU. thanks
View ArticleBASCOM-AVR : Low Power Graphic LCD with Compatability with BASCOM-AVR Lib :...
Looking for a recommended Graphic LCD: 3.3V preferred, 5V OK with 128x64 minimum size. Great to have a Backlight LED. Power consumption < 10 mA preferred and < 5 mA would be best (LED power is...
View ArticleBASCOM-AVR : game : REPLY
hi,deanus ok , thanks for your information..i have make my project but it not perfect i see.and i don't know how to create the music in to ic...the game i call kiddie ride,usually for kid playing.. :D...
View ArticleBASCOM-AVR : baskom avr : REPLY
hi,deanus.. my baskom avr program indeed cannot use in my windows7,but i already download the same version in mcselec.com..so the program can appear then intterupt switch..thanks for your information...
View ArticleBASCOM-AVR : How to use spi to cdc usb using usb add on : NEWTOPIC
hi i am totaly new with usb add on so here i want to use atmega32u4 so i can send and receive data with usb to spi via using simple hyper-terminal in windows with no transmission protocol same as if...
View ArticleBASCOM-AVR : game : REPLY
Hi KiKi, In the line "Config Pind.0 = Output ", this should be "Config [b:3e1e76f11b]Portd.0[/b:3e1e76f11b] = Output ", [b:3e1e76f11b]Pin[/b:3e1e76f11b]x.n is for inputs,...
View ArticleBASCOM-AVR : game : REPLY
Hi Kiki, I've rewritten you code to fix a lot of the problems. 1) The first thing I noticed, was that in all your IF routines, the only thing that changed was the state of the four inputs. So I made...
View ArticleBASCOM-AVR : WiFly RN-131C .... : NEWTOPIC
Hello Forum, Hope you are all doing well. I have been away from Bascom for last few months and get back on my new project. I want to upload a POS data to the webserver. For this purpose i am using...
View ArticleBASCOM-AVR : How to use spi to cdc usb using usb add on : REPLY
just have a look at the included CDC demo. And then replace the uart routines by SPI routines. but you can best begin with the CDC sample.
View ArticleBASCOM-8051 : ADC : REPLY
this processor has NO comparator. It also has no A/D converter so you need a different processor or an external A/D
View ArticleBASCOM-AVR : makemodbus given the right instruction : REPLY
make sure slave is working with the same baud. also make sure that the slave is actually working. you could for example make some simple echo program that will return all data received.
View ArticleBASCOM-AVR : BASCOM is loosing chip typ : NEWTOPIC
Hello everyone... I have the following problem. The selected chip is no longer saved. Before each transmission to my board the chip type must be new identified. I use the programmer "myAVR Mk 2/AVR...
View ArticleBASCOM-AVR : BASCOM is loosing chip typ : REPLY
hi Bibermann, bascom will always check the chip ID before it will program the processor. This is done because : - the chip ID will tell the programmer how big the memory is - the ID will tell the...
View Article