PICBASIC PRO™ Compiler sample programs for the LAB-X3 Experimenter Board

blinkx3.htmPICBASIC PRO program to blink an LED connected to PORTB.4 about once a second.
bpx3.htmPICBASIC PRO program to simulate an LCD Backpack.
butx3.htmPICBASIC PRO program to show button press on LED.
clockx3.htmPICBASIC PRO program for an LCD clock using On Interrupt. Uses TMR0 and prescaler. Watchdog Timer should be set to off at program time and Nap and Sleep should not be used. Buttons may be used to set time.
countx3.htmPICBASIC PRO program to show binary count on 2 LEDS.
hellox3.htmPICBASIC PRO program to send "Hello World" on serial port.
hserx3.htmPICBASIC PRO program to send and receive from the hardware serial port. LEDs count characters and flash error if none received for 10 seconds.
lcdx3.htmPICBASIC PRO program to display 'Hello World' on LCD.
potx3.htmPICBASIC PRO program to read a pot and display on LCD.
servox3.htmPICBASIC PRO program to move an RC servo using buttons. Button 1 moves servo left, 2 moves servo right. Press both buttons to center servo.
testx3.htmPICBASIC PRO program to test LAB-X3 board.
upperx3.htmPICBASIC PRO program for upper case serial filter.
vux3.htmPICBASIC PRO program to display pot on 2 segment bargraph. The last LED in the graph dims or brightens with changes in the pot.