Hello everybody.

I have created a voltmeter application in PBP 2.6 using PIC18F2550 (20MHz XTAL) that interface with PC using USB interface. It works fine. I created the application using MicroCode Studio (MCS) and EasyHID Wizard.

Now I want to create another similar application that will take samples of AC signal anything at about 1 uS to 20uS sampling rate. This will take samples, convert and send them to PC in bulk, say 512Byte or 1KB at a time using USB. I don't want to use extra RAM chip, because RAM chips are not available in my country.

I have downloaded similar samples found on web, but they used C compilers. The EasyHID wizard uses 1ms polling method and it can only send 64bytes (max.) of data at a time. Is it possible to build my intended application in PBP and MCS?

Expert opinion is expected.

Thanks in advace.