BASCOM-AVR Old versions : Problems making CTC mode in Timer0 and Timer2 to...
hi Fran, yes time passes quickly. i guess your version (and help) is outdated a bit. Studio 4 should work fine, but studio 6 works well too. you do need a quick PC for Studio 6. I would not recommend...
View ArticleBASCOM-AVR : have a request for you dear engineers can anyone help me : NEWTOPIC
have a request for you dear engineers can anyone help me to.it's for AVR atmega8535 chip thanks a lot. #define RST PORTD.3 #define msg3 "$PSRF103,03,00,00,01*"...
View ArticleBASCOM-AVR : have a request for you dear engineers can anyone help me : REPLY
Hi, One way is : [code:1:d36e94f49f]'#define Rst Portd.3 Rst Alias Portd.3 'REMEMBER TO CONFIG Portd.3 AS INPUT OR OUTPUT '#define Msg3 "$PSRF103,03,00,00,01*" Const Msg3 =...
View ArticleBASCOM-AVR : have a request for you dear engineers can anyone help me : REPLY
also check this [url=http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=6668&highlight=psrf103]topic[/url] for more info
View ArticleBASCOM-AVR : have a request for you dear engineers can anyone help me : REPLY
#ifndef RXC #define RXC 7 #endif #define FRAMING_ERROR (1<<FE)
View ArticleBASCOM-AVR : Error Panel un-docked : NEWTOPIC
I un-docked the error panel some how today and can't seem to find in the help how to dock it back???? TIA! [b:2f074ea5ed][color=red:2f074ea5ed](BASCOM-AVR version : 2.0.7.6...
View ArticleBASCOM-AVR : Error Panel un-docked : REPLY
when the error panel is visible (view , error panel) you can drag it by putting the cursor on the caption of the window and dragging it away. it becomes undocked. to dock : put the mouse cursor on the...
View ArticleVarious : have a request for you dear engineers can anyone help me : NEWTOPIC
i want to conver this program C to bascom can anyone help me to.it's for AVR atmega8535 chip thanks a lot #ifndef RXC #define RXC 7 #endif #define FRAMING_ERROR (1<<FE) if ((status &...
View ArticleBASCOM-AVR : Undo : NEWTOPIC
Hi, [i:7b3848aaff][b:7b3848aaff]Edit->Undo [/b:7b3848aaff][/i:7b3848aaff]sometimes remembers many changes to the code, but sometimes it remembers only very few changes -which sometimes is bad...
View ArticleBASCOM-AVR : Error Panel un-docked : REPLY
Mark, Thanks, I drug the error panel to the bottom many times, couldn't get it to dock before the post. On my system, if you move around slowly once you are in the bottom message bar window area, an...
View ArticleBASCOM-AVR : Error Panel un-docked : REPLY
Better program error free, you don't need the window at all. ;-)
View ArticleBASCOM-AVR : Error Panel un-docked : REPLY
The syntax difference of the Xmega commands are tripping me up a bit... :) I do like your thought process though!! :) Thanks for the chuckle this morning.
View ArticleBASCOM-AVR : Undo : REPLY
I also noticed this. I once had a look but could not find a cause. I do find a note that it might have to do with reformat. maybe you can test this : - turn off reformatting of line/program let me...
View ArticleBASCOM-AVR : GPS Listing Program : REPLY
how to enable uart interrupt using ATmega 8535 in Bascom ???
View ArticleShare your working BASCOM-AVR code here : everyone can help me : NEWTOPIC
how to enable uart interrupt using ATmega 8535 in Bascom ???
View ArticleShare your working BASCOM-AVR code here : everyone can help me : REPLY
this subforum is to share your working code ' not question
View ArticleBASCOM-AVR : Undo : REPLY
Hi Mark, [quote:3e00f13441]- turn off reformatting of line/program [/quote:3e00f13441] With reformat box checked UNDO depths is very low. With reformat unchecked UNDO depths was large. Regards, Meister
View ArticleVarious : BLDC motor control : NEWTOPIC
anyone have running code for controlling brushless dc motor , thnks
View ArticleBASCOM-AVR : GPS Listing Program : REPLY
it's in the Help file for Bascom look for Enable & Disable
View Article