8051
Junior Member

Offline
Posts: 38
Thank You
-Given: 0
-Receive: 14
|
 |
« on: December 28, 2005, 01:18:25 13:18 » |
|
|
|
|
Logged
|
|
|
|
arash
Active Member
 
Offline
Posts: 111
Thank You
-Given: 2
-Receive: 0
|
 |
« Reply #1 on: December 28, 2005, 02:25:04 14:25 » |
|
What does it do
|
|
|
Logged
|
|
|
|
|
Acme
Inactive
Muted
Offline
Posts: 6
Thank You
-Given: 3
-Receive: 2
|
 |
« Reply #3 on: February 17, 2006, 02:17:26 14:17 » |
|
I'm looking for the manual for this software v2.1
|
|
|
Logged
|
|
|
|
QUARK
Guest
|
 |
« Reply #4 on: May 09, 2006, 11:17:06 11:17 » |
|
i can't download it 8051 can you update it ??
|
|
|
Logged
|
|
|
|
robban
Senior Member
  
Offline
Posts: 265
Thank You
-Given: 34
-Receive: 38
Warrior
|
 |
« Reply #5 on: June 16, 2006, 11:53:58 23:53 » |
|
|
|
|
Logged
|
Code Warrior
|
|
|
Yuriy
Guest
|
 |
« Reply #6 on: June 17, 2006, 02:34:37 02:34 » |
|
OMG this is great, robban is the win!!! Thanks robban for the GREAT share. 
|
|
|
Logged
|
|
|
|
meax98
Active Member
 
Offline
Posts: 167
Thank You
-Given: 1376
-Receive: 52
|
 |
« Reply #7 on: June 19, 2006, 01:53:21 01:53 » |
|
Thanx robban!
|
|
|
Logged
|
|
|
|
robban
Senior Member
  
Offline
Posts: 265
Thank You
-Given: 34
-Receive: 38
Warrior
|
 |
« Reply #8 on: June 19, 2006, 02:33:11 14:33 » |
|
Dax! Everybody has to start somewhere..
|
|
|
Logged
|
Code Warrior
|
|
|
robban
Senior Member
  
Offline
Posts: 265
Thank You
-Given: 34
-Receive: 38
Warrior
|
 |
« Reply #9 on: June 20, 2006, 03:44:10 15:44 » |
|
Hi Dax!
Thanx for the Embedded C. I don't agree with You that C is easy, especially if You are used to BASIC. The whole concept of functions are totally different, for one thing. But, if one takes the time to learn it, it bloody well pays. No more spaghetti code...
|
|
|
Logged
|
Code Warrior
|
|
|
Zaphod Beeblebrox
Active Member
 
Offline
Posts: 143
Thank You
-Given: 27
-Receive: 105
|
 |
« Reply #10 on: June 20, 2006, 05:37:59 17:37 » |
|
From another old-schooler - I completely agree with your opinion Dax  Anyway, if somebody wants to play with such a toy it's all right (still far better than sitting in front of a TV). But, it's not a tool for a serious design. I bet you...
|
|
|
Logged
|
Black holes are where the God divided by zero... Don't panic!
|
|
|
robban
Senior Member
  
Offline
Posts: 265
Thank You
-Given: 34
-Receive: 38
Warrior
|
 |
« Reply #11 on: June 20, 2006, 06:46:48 18:46 » |
|
I forgive u, under one condition; vote for Sweden against England in soccer tonite...
|
|
|
Logged
|
Code Warrior
|
|
|
robban
Senior Member
  
Offline
Posts: 265
Thank You
-Given: 34
-Receive: 38
Warrior
|
 |
« Reply #12 on: June 21, 2006, 03:19:24 03:19 » |
|
Good! We all rely on stupid and clever Americanos. Did You know that Bill Gates started out as a BASIC programmer?, and that Windows and DOS is founded upon that stupid language? That is probably the reason for 32-bit windows being so fragile... By the way, 2-2 is an acceptable score and we(sweden) must face Germany on their own turf in the next game...
|
|
|
Logged
|
Code Warrior
|
|
|
8052
Junior Member

Offline
Posts: 48
Thank You
-Given: 0
-Receive: 9
|
 |
« Reply #13 on: June 23, 2006, 11:51:37 11:51 » |
|
Soccer? I thought a Form of big ball Played by two teams of 11 players with a round ball which may not be handled during play even by the goalkeepers. and Start just like and played just like and 
|
|
|
Logged
|
|
|
|
|
verde321
Junior Member

Offline
Posts: 93
Thank You
-Given: 79
-Receive: 40
|
 |
« Reply #15 on: October 02, 2006, 09:01:25 21:01 » |
|
Thanks Robban for the greates post Dax thanks for the books Thank great guys 
|
|
|
Logged
|
|
|
|
thoroide
Newbie
Offline
Posts: 26
Thank You
-Given: 1
-Receive: 72
|
 |
« Reply #16 on: October 03, 2006, 01:50:00 13:50 » |
|
The s/n is not correct. The installation program ask for a set of 4 field that must contain 3 chr. The supplied serial have 4 field with 4 chr. The S/N doesn't fit the fields.
There are a valid s/n around ?
Thanx
|
|
|
Logged
|
|
|
|
thoroide
Newbie
Offline
Posts: 26
Thank You
-Given: 1
-Receive: 72
|
 |
« Reply #17 on: October 03, 2006, 01:53:00 13:53 » |
|
"It all the same but different."
A loop is a loop, an assignment is an assignment and an "if" is an "if.
FOR I = 1 TO 100 A = A + 1 NEXT I
or
for ( I = 1; I <= 100; I = I + 1 ) { A = A + 1; }
Basic started out as an introductory programming language for students, like training wheels for a bicycle. It is maladjusted, IMHO, to continue using Basic after a very brief initial learning period. Today, an embedded systems student should start only with C. It's only a little harder and will be a valuable skill in the commercial market for years to come. If you even have a suspicion that you may ever one day make a living programming embedded systems, learn C now.
You don't have to be smarter or more educated to use C. It's just a simple procedural language.
Remember, if you start programming with Basic, it will be your "first language" for the rest of your life. You will think in Basic and will have to learn other languages as a second language. People should do the wise thing and start with C or switch to it ASAP.
(Don't belive me? Fine, why should I care? But later, don't say you weren't warned.)
As I remember in C a = a + 1; is not truly correct and can give unexpected results between various compiler, normally it is a++; that give the same result between compilers.  Bye 
|
|
|
Logged
|
|
|
|
chandra2sekhar2000
Active Member
 
Offline
Posts: 126
Thank You
-Given: 25
-Receive: 18
|
 |
« Reply #18 on: August 02, 2007, 05:31:34 17:31 » |
|
hello robban thank u, i downloaded v2.1 and installed whwn i run it, it says "wrong disc inserted".what is the solution,and also plese upload v2.2 update or evennewer version
|
|
|
Logged
|
|
|
|
Arjen
Guest
|
 |
« Reply #19 on: August 14, 2007, 02:20:09 14:20 » |
|
|
|
|
Logged
|
|
|
|
iphone
Active Member
 
Offline
Posts: 168
Thank You
-Given: 115
-Receive: 10
|
 |
« Reply #20 on: August 14, 2007, 04:46:28 16:46 » |
|
update to version 2.1 / version 2.2 
|
|
« Last Edit: August 14, 2007, 04:53:41 16:53 by iphone »
|
Logged
|
|
|
|
|