adci10xu.bas
adci10xu.hex |
PICBASIC PRO program to display result of ' 10-bit A/D
conversion on LCD |
adcin2xu.bas
adcin2xu.hex |
PICBASIC PRO program to display result of 8-bit
A/D conversion on LCD |
adcin8xu.bas
adcon8xu.hex |
PICBASIC PRO program to display result of 8-bit A/D
conversion on LCD |
adcxu.bas
adcxu.hex |
PICBASIC PRO program to read pots on 16F877 ADC |
blink4xu.hex
blink4xu.hex |
PICBASIC PRO program to blink all the LEDs connected
to PORTD |
blinkxu.bas
blinkxu.hex |
PICBASIC PRO program to blink an LED connected to PORTD.0
about once a second |
bpxu.bas
bpxu.hex |
PICBASIC PRO program to simulate an LCD Backpack |
butxu.bas
butxu.hex |
PICBASIC PRO program to show button press on LED |
clockxu.bas
clockxu.hex |
PICBASIC PRO LCD clock program using On Interrupt. |
dacxu.bas
dacxu.hex |
PICBASIC PRO program to demonstrate the use of the MAX549A
Digital to Analog Converter. This program causes the DAC
to output a sawtooth wave on channel A and a sinwave on
channel B. Written for the PIC18F4550 on the LAB-XUSB Experimenter
Board. |
hserxu.bas
hserxu.hex |
PICBASIC PRO program to send and receive from the hardware
serial port. |
i2cwxu.bas
i2cwxu.hex |
PICBASIC PRO program to read and write to I2C SEEPROMs
that require a word-sized address |
i2cxu.bas
i2cxu.hex |
PICBASIC PRO program to read and write to I2C SEEPROMs |
keyxu.bas
keyxu.hex |
PICBASIC PRO program to display key number on LCD |
lcdxu.bas
lcdxu.hex |
PICBASIC PRO program to display "Hello World" on LCD |
rtcxu.bas
rtcxu.hex |
PICBASIC PRO LCD clock program using Dallas DS1307 I2C
RTC |
servoxu.bas
servoxu.hex |
PICBASIC PRO program to move RC servo 1 using buttons.
Button 1 moves servo left, 2 centers servo, 3 moves servo
right. |
tempxu.bas
tempxu.hex |
PICBASIC PRO program to read DS1820 1-wire temperature
sensor and display temperature on LCD |
testxu.bas
testxu.hex |
PICBASIC PRO test program for LAB-XUSB |
tonexu.bas
tonexu.hex |
PICBASIC PRO program to create telephone pad tone. Oscillator
must be set to 20MHz |
usbcdc.bas
usbcdc.hex |
USB sample program for PIC18F4550 CDC serial port emulation
Compilation of this program requires that specific support
files be available in the source directory. You may also
need to modify the file USBDESC.ASM so that the proper descriptor
files are included. For detailed information, see the file
PBP\USB18\USB.TXT.
|
usbjadem.bas
usbjadem.hex |
This USB sample program implements the functionality
of the Jan Axelson demo which accepts two numbers from the
host, increments each and sends them back. An application
running on the host sends the numbers and displays the returned
values.
Compilation of this program requires that specific support
files be available in the source directory. You may also
need to modify the file USBDESC.ASM so that the proper descriptor
files are included. For detailed information, see the file
PBP\USB18\USB.TXT.
|
usbmouse.bas
usbmouse.hex |
USB sample program for PIC18F4550 to move mouse cursor
Compilation of this program requires that specific support
files be available in the source directory. You may also
need to modify the file USBDESC.ASM so that the proper descriptor
files are included. For detailed information, see the file
PBP\USB18\USB.TXT.
|
vbarxu.bas
vbarxu.hex |
PICBASIC PRO program to measure voltage (0-5VDC) ' and
display on LCD with 2 decimal places. A 60 segment bargraph
is also displayed using custom LCD characters. |
vmeterxu.bas
vbarxu.hex |
PICBASIC PRO program to measure voltage (0-5VDC) and
display on LCD with 2 decimal places |