Johnny Churne
Member level 5
I did it but it doesn't work. I already bought 2 difference company but the same chip PL2303 profilic.
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.
FTDI cable it is compatible with any pic?
I try many times it still the same! Even though I reformat my window and in stall window7 to it it still ton work
I receive wrong data and the data is not constantly receive
Code C - [expand] 1 2 3 4 5 6 7 8 9 10 11 12 13 char ch; void main(){ TRISC=0B10000000; PORTC=0X00; UART1_INIT(9600); Delay_ms(100); while(1){ if(uart1_data_ready()){ ch=uart1_read(); uart1_write(ch); } //end if }// end while } //end main
I send number 1 from PC the MUC verify to letter 'a' I know it by using if statement in MCU.
I don't understand your question above. I send number 1 the MCU verify to letter a by if statement
If(ch=='a'){
Portb =0b11111111;
}
If(ch=='1'){
Portb =0b11111111;
else
PORTB=0;
}
give details if you want help !
type of MCU.. ?
post all your code
and config bit file ( yourprojectname.cfgsch) or display capture of "Edit project window"
Mister Brain I would like to say thank very much to you for your consideration and your gentleman you are a very big part of my life and my country I appreciated for what you have done to me. If some day you could come to Cambodia I would accompany you to every where in Cambodia. Thanks for all friend in this forum too.That is strange!
Here, I have nothing but the cable adapter with a 9-pin 'D' connector at one end and a USB plug at the other. It works with pins 2 & 3 linked and does not work when the link is removed.
If you boot the computer and then insert the USB plug, does it gve you a message saying something like "Prolific PL2303 serial found"? The only explanation I can think of is Windows has incorrectly identified the adapter. If you can get to the Windows control panel and hardware properties, see if it shows a serial port is there and it uses the Prolific IC.
Brian.