PICMultiCalc not Working. Any one having the same problem?
I today downloaded the PICMultiCalc to see/copy settings for the USART. But I am getting error (attached). Anyone else having the same problem? I tried it on 3 different computers at home, all gave the...
View ArticleProblem with HSERIN
Hi, I have the following defines added from PICMUltiCalc: Code: DEFINE HSER_RCSTA 90h ' Enable serial port & continuous receive DEFINE HSER_TXSTA 24h ' Enable transmit, BRGH = 1 DEFINE HSER_SPBRG...
View ArticleComic for June 25, 2013
Dilbert readers - Please visit Dilbert.com to read this feature. Due to changes with our feeds, we are now making this RSS feed a link to Dilbert.com.
View ArticleComic for June 26, 2013
Dilbert readers - Please visit Dilbert.com to read this feature. Due to changes with our feeds, we are now making this RSS feed a link to Dilbert.com.
View ArticleZero-error 1 second Timer code for PBP?
Hello. Here's nice code for generating precise 1 second pulses using PIC internal circuitry. Unfortunately, it is in C. Is analog for it created in PBP ? http://www.romanblack.com/one_sec.htm
View ArticleProblem with HSEROUT/HSERIN
I have this code: Code: Gain: Â Â Â Â HSERIN [STR Name\25\"*"] : Pause 250 Â Â Â Â HSEROUT [STR Name,"*"] for pass=0 to 24 Â Â Â Â Name[pass]=0 next pass Goto Gain First time when program starts. I can...
View ArticleNew Computer has no Serial Port. How to do ICD?
Well, I have been having problems with a program, so i bought Version 5 of MicroCode Studio to be able to use the ICD functionality, but looks like I have to have a serial port? Is there any way to do...
View Articlepickit3 trouble PLEASE
Im using a pickit3 and it just started having problems it says it programs and verify but when you try to verify it says it 's not correct 16f876 Programming... Programming/Verify complete Verifying......
View ArticleComic for June 27, 2013
Dilbert readers - Please visit Dilbert.com to read this feature. Due to changes with our feeds, we are now making this RSS feed a link to Dilbert.com.
View ArticleHow to convert ADC input for floating point display?
Hello. I'm doing a simple ADC reading circuit, which works fine, and I read the value into variable, but want to display it as floating point voltage, not the decimal. Since floating point operations...
View ArticleComic for June 28, 2013
Dilbert readers - Please visit Dilbert.com to read this feature. Due to changes with our feeds, we are now making this RSS feed a link to Dilbert.com.
View ArticleCode for Send/Receive TTL/Comport Sample?
Ive got my new cable in USB to TTL, want to do some basic testing before jumping into a large project. wanted to get some help with basic code to Receive data from the PC first, lets say to begin with...
View ArticleComic for June 29, 2013
Dilbert readers - Please visit Dilbert.com to read this feature. Due to changes with our feeds, we are now making this RSS feed a link to Dilbert.com.
View ArticleQuestion for IT people
So, after some long effort. I made one android app, very simple app which can send data to any server ip address I load at a defined port. I also attached one PIC with a wifi module which can do the...
View ArticleComic for June 30, 2013
Dilbert readers - Please visit Dilbert.com to read this feature. Due to changes with our feeds, we are now making this RSS feed a link to Dilbert.com.
View ArticlePower Control PWM, HELP needed
I'm falling apart and this post might be my last hope.. I can't find anyway to understand this I'm trying to generate a sinewave for a 3-phase inverter and I'm not asking for a written code using...
View ArticlerfPICs
Does PBP supports programming of rfPICs? I can't see them on the list of supported devices but have heard people working with them
View ArticleSaw my Design in a Commercial Product
Hi Guys.. Well I don't quite know how to feel. I am pretty sure I've seen a commercial product made out of a design I gave up for free, and currently selling on eBay. I could never be sure, but It's...
View Articlehex files don't agree
I compiled a PicBasic Pro program using MicroCode Studio that compiled without error and the program works. When I look at the hex file created through the MELabs programmer under the tab "memory", the...
View Article