so, what changes to do now???
Call your college and ask your money back.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
so, what changes to do now???
Why college i have buy it from Robokits india the whole USB module you can see in previous post...Call your college and ask your money back.
#include <htc.h>
__CONFIG(LVP_OFF & BOREN_OFF & PWRTE_ON & WDTE_OFF & FOSC_HS);
#define _XTAL_FREQ 20000000
unsigned char HSerin(void);
void HSerout(unsigned char ch), HSerinit(void);
void main(void) // program entry
{
int index = 0;
unsigned char ch;
ADCON1 = 0x6; // Analogue off
HSerinit();
__delay_ms(150);
while(1) // endless Loop
{
ch = HSerin(); // wait for a character
HSerout(ch); // Echo back
}
}
void HSerinit()
I have used both for echo back and second for writing from uC to PC terminal window i have tested both but nothing is working!!
Try to find out is the hardware ok.
Is the USB to serial converter working?
I am using pic16f877a only but in orcad it was not there!
Call your college and ask your money back.
Code for a 16f873a will run on a 16f877a there the same core but the 16f877a has more pins so it may not work for the 28 pin chip if you don't watch ports.
Hi,
The code is for 877 in schematic was drawn in Orcad so, there was no 877 in library file that why for showing i have it ......