Quote Originally Posted by Bruce View Post
Have a look at the VB6 code in this project; http://www.rentron.com/PicBasic/PIC_USB.htm

It shows how to display data coming from the USB PIC on labels, in a text box, log data to file with time/date stamp, etc..

I never got around to completing the project page, but all VB & PBP code is in a .zip file for download.
Thanks so much for this, Bruce. I downloaded the zip and installed the files per the readme.txt. The readme was pretty explicit except it didn't say where in my file folders to place the vbskfr2.DEP file....can you tell me??
I notice the LABXUSB.pbp and LABXUSB.hex files are for 18F4450. I am using 18F4550. I also notice in the .pbp code that no CONFIGS are set for the 18F4450, so I presume it is using default CONFIGS for a 18F4450. Besides the CONFIGS, are there any other differences in the .pbp code I should be aware of while I attempt to convert it to compile/assemble on 18F4550? I would just use a 18F4450 except it has no on chip EEPROM which I need for the data logging I am doing. Really appreciate your advice on this.