Search found 7 matches

by channelwood
11 Sep 2006 12:02
Forum: mikroBasic for AVR General
Topic: Simple Program Hello does not run
Replies: 7
Views: 10596

I have a additional serious problem with handling projects. :( - I close the current project for writing another test program. (Close Project) - I create a new project TEST2 - I write a very small program WITHOUT usart functions and press "Build". - mikroBasic opens the file usart.abas and reports s...
by channelwood
11 Sep 2006 10:27
Forum: mikroBasic for AVR General
Topic: Simple Program Hello does not run
Replies: 7
Views: 10596

It does not run. Obviously I don't understand what I have to do with the file usart1a.abas. I renamed the old usart1a.mcl in the folder uses. My program and usart1a.abas are saved and open, my program is in front. I press Ctrl-F9 (Build) and get this errors: http://www.hackspiel.ch/errors.jpg - Why ...
by channelwood
10 Sep 2006 04:59
Forum: mikroBasic for AVR Wish List
Topic: My Print & Co Wish List
Replies: 2
Views: 7250

My Print & Co Wish List

I miss the following mikroBASIC instructions : PRINT - sends strings and/or variable values to output device INPUT - reads strings or values like a little Editfield from input device (blocking) PUT - sends one character GET - receives one character (non blocking) PRINT works with semicolon (;), comm...
by channelwood
10 Sep 2006 04:43
Forum: mikroBasic for AVR General
Topic: mikroBASIC Keyword List
Replies: 3
Views: 4562

A lot of work for you. The mikroBasic documentation ist a great work and nice to look. Congratulation. :D Do you have interest that write errors are announced? Here are very few write errors and some suggestions: mikroBasic Manual - The manual has no version number - Wrong pagenumber on Apple's pdf-...
by channelwood
07 Sep 2006 10:22
Forum: mikroBasic for AVR General
Topic: Simple Program Hello does not run
Replies: 7
Views: 10596

No problem, it's not a project only a mikroBasic test.

I take another CPU and I get another error message.

Same program now with ATMEGA88

0:42, E-1, Error in ASM code: Register is out of range "293@102 UDR0 R0" :(
by channelwood
27 Aug 2006 13:51
Forum: mikroBasic for AVR General
Topic: Simple Program Hello does not run
Replies: 7
Views: 10596

Simple Program Hello does not run

Why doesn't this program run?
(mikroBasic 3.0 Demoversion for AT90S8515)

Code: Select all

program Hello

main:

   USART1_Init(9600)
   USART1_Write_Text("Hello World")

end.
Error:
E-3 'USART1_Init' was not declared
by channelwood
27 Aug 2006 13:33
Forum: mikroBasic for AVR General
Topic: mikroBASIC Keyword List
Replies: 3
Views: 4562

mikroBASIC Keyword List

The keyword list is incomplete and for some keywords is missing the descriptions (and/or they are no BASIC keywords). are not described: begin, clear, double, label, new, read, with, is, in, print, boolean, array, switch, interrupt, chr, int, abs are not in the list: return, break, result, continue,...

Go to advanced search