Quantcast
Channel: MCS Electronics Forum
Browsing all 20563 articles
Browse latest View live
↧

BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : NEWTOPIC

Hello all. I simulate a small code to drive two digits that count from 0 to 99 look at code: $regfile = "m328pdef.dat" $crystal = 8000000 $hwstack = 64 $swstack = 64 $framesize = 64 Dim Thedigits(10)...

View Article


BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

bascomp.exe is calling the same compiler. but it depends on the parameters. how exactly do you call it? you can best attach a zip file with : bas, cfg, and batch command file that calls bascomp. then...

View Article


BASCOM-AVR : GetSocket/SocketConnect : NEWTOPIC

I am having an issue connecting to a server after ~6hrs of the application executing. This app connects every 10 minutes to get the public IP. Could post code but that isn't the issue. It basically...

View Article

BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

I only know that in Proteus you can put the path where Bascom is installed are there more parameters to fill in ?

View Article

BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

[quote:7bc05e0866="albertsm"]but it depends on the parameters. how exactly do you call it?[/quote:7bc05e0866] [quote:7bc05e0866="pvdbos"]I only know that in Proteus you can put the path where Bascom...

View Article


BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

I don't know how my command line looks like. only I know is that I can configure this in Proteus:

View Article

BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

[quote:7b864631f7="pvdbos"]I don't know how my command line looks like. only I know is that I can configure this in Proteus:[/quote:7b864631f7] Hmm, Proteus calls the command-line compiler?! Any...

View Article

AVR-DOS : dir() and dir(*.*) again : REPLY

Even if you go back to the original folder before doing the dir() ? It certainly looks as though you are right.

View Article


BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

proteus creates a make file and calls bascomp.exe. It will work fine but take care : DO NOT change the processor in the design. It will not work. For example if you generate a project for the...

View Article


BASCOM-AVR : GetSocket/SocketConnect : REPLY

you might want to log the value of LOCAL_PORT. This value increases each time you create a socket. But maybe, it does not like certain values? if you always find the same last value you could reset...

View Article

BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

[quote:8e658def4e="albertsm"]proteus creates a make file and calls bascomp.exe.[/quote:8e658def4e] Ergo, look for the make file, open it with a text editor and check the arguments for bascomp.de.

View Article

BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

MWS where can i find this make file?

View Article

BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

you need to use 'build project' then have a look at VSM output window. it shows the command line. for example : bascomp.exe "../main.bas" FR=24 HW=32 SS=8 CHIP=33 bascomp command line compiler version...

View Article


BASCOM-AVR : Getting Xmega128A4U usart0 working : NEWTOPIC

Hi all, This is probably a easy / stupid question but I can't get any output from the xmega usart!! [code:1:f78a74823d] $regfile = "xm128a4udef.dat" $crystal = 32000000 '32MHz $hwstack = 64 $swstack =...

View Article

BASCOM-AVR : GetSocket/SocketConnect : REPLY

Thanks Mark. I will monitor.

View Article


BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

Mark this is my output bascomp.exe "../main.bas" FR=24 HW=32 SS=8 CHIP=60 bascomp command line compiler version 2.0.7.x supports all existing and future DAT files DAT Directory :D:Program Files (x86)...

View Article

BASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY

Very interesting to read all this. Think your problem is here: $hwstack = 64 $swstack = 64 $framesize = 64 These settings are not copied to Proteus... Perhaps you can change them in Proteus and...

View Article


BASCOM-AVR : 2077 official release : REPLY

The indent lines and the "code explorer" are really great enhancements. Thanks Mark for the new functions. What would be a great enhancement for a future versions would be tabs for each sub or label...

View Article

BASCOM-AVR : Getting Xmega128A4U usart0 working : REPLY

Hi all, is my question clear? I have noticed a few views and no replies :-( if I am not making sense just let me know and I will re-phrase my question. or even if it looks like it should work let me...

View Article

BASCOM-AVR : Getting Xmega128A4U usart0 working : REPLY

Hi, What port/pin does com1 use? Maybe try only setting the LED pin to output, rather than the whole portd. Also I usually open the com port with: Config Com1 = 9600 , Synchrone = 0 , Parity = None ,...

View Article
Browsing all 20563 articles
Browse latest View live