spurs21
Cracking Team
Active Member
  
Offline
Posts: 152
Thank You
-Given: 35
-Receive: 50
|
 |
« on: May 19, 2007, 02:33:14 02:33 » |
|
well i let u here a file wich has some basic samples in pbp, it contains the .hex, .pbp files and the other files genered for the pbp, also it contains the simulation in proteus. i hope it was useful for some of u. regards download: http://www.4shared.com/file/16227317/d16667b8/samplespbp.html
|
|
|
Logged
|
|
|
|
eliorap
Guest
|
 |
« Reply #1 on: May 22, 2007, 04:10:15 16:10 » |
|
Ok That's good! but I'm looking for a counter from 0 to 99 without interruption in pbp with a code very easy I haven't been able to find it, I found one but with interruption, so I want a code very easy
|
|
|
Logged
|
|
|
|
spurs21
Cracking Team
Active Member
  
Offline
Posts: 152
Thank You
-Given: 35
-Receive: 50
|
 |
« Reply #2 on: May 28, 2007, 03:05:42 03:05 » |
|
hi eliorap i have that counter i`ll post it tomorrow 4 u ok. i hope that in this post you post all the the excercises that u have done in pbp. and we can learn together. regards
|
|
|
Logged
|
|
|
|
spurs21
Cracking Team
Active Member
  
Offline
Posts: 152
Thank You
-Given: 35
-Receive: 50
|
 |
« Reply #3 on: June 01, 2007, 11:36:21 23:36 » |
|
well eliorap sorry i cant`n post the code that day, but here is now:
code:
i var byte j var byte unidad var byte decena var byte
TRISB=0
main: for i=0 to 99 for j=0 to 99 unidad = i dig 0 portb = unidad + 16 pause 5 decena = i dig 1 portb= decena + 32 pause 5 next j next i goto main end
any cuestion tell me. regards... by the way the circuit diagram is the same that the other counter posted in the samples.
|
|
« Last Edit: June 01, 2007, 11:41:31 23:41 by spurs21 »
|
Logged
|
|
|
|
spurs21
Cracking Team
Active Member
  
Offline
Posts: 152
Thank You
-Given: 35
-Receive: 50
|
 |
« Reply #4 on: June 01, 2007, 11:40:02 23:40 » |
|
come on friends post your samples o pbp here, i`m looking samples about 5x7 matrix, i have some of that, but i need more information about that, please if someone have done one help me. regards
|
|
|
Logged
|
|
|
|
|
spurs21
Cracking Team
Active Member
  
Offline
Posts: 152
Thank You
-Given: 35
-Receive: 50
|
 |
« Reply #6 on: October 25, 2007, 04:40:22 04:40 » |
|
ok man i“ll upload tomorrow ok regards....
|
|
|
Logged
|
|
|
|
spurs21
Cracking Team
Active Member
  
Offline
Posts: 152
Thank You
-Given: 35
-Receive: 50
|
 |
« Reply #7 on: October 27, 2007, 05:36:45 17:36 » |
|
|
|
|
Logged
|
|
|
|
Wizpic
Global Moderator
Hero Member
   
Offline
Posts: 1204
Thank You
-Given: 562
-Receive: 409
|
 |
« Reply #8 on: November 11, 2007, 03:14:36 15:14 » |
|
thanks
you should use the thankyou button read the forum rules you might get banned  naughty naughty
|
|
|
Logged
|
When you think, "I can't do anymore. I need a break," that is the time to challenge yourself to keep going another five minutes. Those who persevere for even an extra five minutes will win in life..
|
|
|
bbarney
Moderator
Hero Member
   
Offline
Posts: 2429
Thank You
-Given: 405
-Receive: 545
Uhm? where did pickit put my mute button
|
 |
« Reply #9 on: November 11, 2007, 09:43:42 21:43 » |
|
|
|
|
Logged
|
Ever wonder why Kamikaze pilot's wore helmet's ?
|
|
|
SONSiVRi
Administrator
Hero Member
   
Offline
Posts: 1621
Thank You
-Given: 75
-Receive: 405
|
 |
« Reply #10 on: November 11, 2007, 10:01:03 22:01 » |
|
you should use the thankyou button read the forum rules you might get banned  naughty naughty I was deleted him, he registered again and he started to post "thanks" again again. Its great to having warn option, I have added new modification on this forum. You done your job by pressing "report to moderator" There are "reports place" we checking everyday.
|
|
|
Logged
|
- Houston, we have a problem.
|
|
|
|
|