The latest issue of Servo magazine has an add for a company providing hands-on classes for PBP. Here's a link to their website: http://www.rcgresearch.com/PIC.htm
The latest issue of Servo magazine has an add for a company providing hands-on classes for PBP. Here's a link to their website: http://www.rcgresearch.com/PIC.htm
Thanks for the info. I learned Pbasic in high school and needless to say, I wish I would have paid attention more! Those courses are pretty damn expensive. If there isn't anything cheaper, maybe I'll just continue to be frustrated and post my questions to this forum. After all, experience is how I learn the most and also how things get "burned" into my brain. If anyone knows of something cheaper or a good book, let me know. The manual is good but when I look at some of the codes on this forum, I get lost pretty easily.
Do you really want to know my own opinion of the school. I'll give it anyway
School is the place where you learn 'how to learn'
Real life is the place where you really learn.
The only thing you can do in your spare time, is to use a working code and try to shrink it as much as you can. Use IF THEN instead of WHILE, and so on.
You'll be surprise how code you can save by removing few of pre-built funstion like SERIN, SERIN2, HSERIN, ADCIN, HPWM, BUTTON, SOUND, PULSOUT to name only those and build your own.
Same things apply when using maths, bitwise op, and , and, and. Amazing how codespace you can save when you play with them.
As i already said, when i have spare time, i like to play with my previous code and shrink them. In some case you don't just save codespace, you can also increase the speed of too.
School will NEVER teach you the right method. They will just tell you how things work or have to work by using the method of a single person (the teacher). Thereafter you have to work and find your own method, the ultimate one. But is there a Ultimate method... NO! There's just better than other... OR MUCH better than other![]()
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hi, "Old" Picmen
I do not agree with you ...
A "Pic School" exists : just go to the Parallax site !!!
http://www.parallax.com/html_pages/edu/index.asp
Once having read ( and understood ...) all this stuff, ... no more "RTFM" answers left ...
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
I agree with Acetronics, spending time on the parallax site is worth while. You may want to also look through the Resources->Applications. These are examples written parallax and its user and work in PICBasic. I recently used an example from the site for a project I was doing.
Its an awesome resource and worth looking into.
Bookmarks