E8 will not compile
Test: SEROUT2 PORTB.2,16468,10,[00,03,00,36,00,00,00,39,03,19,E8,00,3A,01,3E,03] END all the hex digits are red except for E8 it will compile without E8 but not with it.
View ArticleModerators or higher up....
is there a way someone can disable or remove the "reply to thread" button that is just above the textbox, after you have clicked it. After I have typed a great deal and I am ready to submit, its right...
View ArticleWinstar OLED Display Problem with lcdout comands
Has anyone used one of these units with picbsic pro? I have connected the display the same way that I would with a standard LCD as per manual. Then using lcdout "hello World" I can get a standard...
View ArticleAny gui software for mcu config?
it would be really nice to have available some gui shell, which will allow me to config inputs, adcons and so on via gui, and will generate proper TRISA, ANSEL. and so on statements, just like atmel...
View Articleconvert from 16F877 to 18F4550
Hi, I made a simple 12 bit ADC using LTC1298 in SPI with 16f887 and works perfect. I tried the same setup same pins with a 18F4550 but won't work. the 16F887 code is: Code:...
View ArticleOLED 128X96 cheap china lcd
Hi, bought one of those cheap chineese oled 128x96 no documentation but I manged to get it up and running for my GPS system with pic16F887. For those who are interested here is the code: Code:...
View Articleds18b20 code
Hi, I wanted to know if the code is correct for 10-bit Get_temp: OWOUT DQ,1,[$CC, $44] ' Skip ROM search & do temp conversion pause 188 ' Conversion time for 10 bit reading OWOUT DQ,1,[$CC, $BE] '...
View Articledisplay greater than 8 bit numbers
I'm sure I'm going to say duh to this but here goes. Question first, how do I display a number greater than 255 in a virtual terminal. I'm using a 12F683, PBP3 in a Proteus simulator. I want to do...
View Articleserin timout not going to correct lable
below is a serin2 statement that seems to start back at version rather than go to die is there something I'm missing VERSION: B = 1 GOSUB FLASH PAUSE 500 B = 1 GOSUB FLASH PAUSE 500 B = 3 GOSUB FLASH...
View ArticleSlow starting up
hello, Not sure when I should put this... I have a program working 100% on the breadboard. I made a prototype board (soldering) , use the same chip and put in the socket of the prototype board. guess...
View ArticleUsing PIC Basic PRO with Raspberry PI computer.
Has anyone been able to use the PBP compiler with the Raspberry Pi computer. I just got to a point where I can utilize the equipment I have to do something useful, and along comes the Raspberry PI...
View ArticleExpert PBP for simple job
Hi all I would like understand if anyone can give me a simple project in PBP for $. The project is Working and is in a good state but i would introduce more option in the Code. Is for a Garden Robot...
View Article