jit_singh_tara
Full Member level 6
- Joined
- Dec 22, 2006
- Messages
- 325
- Helped
- 9
- Reputation
- 18
- Reaction score
- 4
- Trophy points
- 1,298
- Location
- Delhi , India
- Activity points
- 4,295
I have build an c# application which connects to an embedded mcu based hardware via uart communication . I have used mcp2200 .So i am connecting the system as follows :
mcu tx-rx --->max232----->db9 female connector ----> dm9 m connector on module pcb---->max232 on module pcb ---->mcp2200 on module pcb-----> usb connector on module pcb ----->cable usb------> usb port on laptop......
please find the attached images for reference....
https://obrazki.elektroda.pl/7688777200_1484811491.jpg
https://obrazki.elektroda.pl/7436845000_1484811496.jpg
https://obrazki.elektroda.pl/6027870500_1484811500.jpg
Now the Question is that :
The c# application wass made using mcp2200 module in mind . But the mcp2200 gets disconnected very often and there is error that usb device not recognised.
That is why i want to use prolific usb-serial comm port.
I want to know will that be compatible . Is the device class same for both : usb serial port (mcp2200 ) and (prolific usb-serial comm port) .
I tried running prolific usb - serial comm port but there is no communication.
Do i need to change the program in c# application ....If yes then what should be done .....I need an overview of where i am wrong ....
mcu tx-rx --->max232----->db9 female connector ----> dm9 m connector on module pcb---->max232 on module pcb ---->mcp2200 on module pcb-----> usb connector on module pcb ----->cable usb------> usb port on laptop......
please find the attached images for reference....
https://obrazki.elektroda.pl/7688777200_1484811491.jpg
https://obrazki.elektroda.pl/7436845000_1484811496.jpg
https://obrazki.elektroda.pl/6027870500_1484811500.jpg
Now the Question is that :
The c# application wass made using mcp2200 module in mind . But the mcp2200 gets disconnected very often and there is error that usb device not recognised.
That is why i want to use prolific usb-serial comm port.
I want to know will that be compatible . Is the device class same for both : usb serial port (mcp2200 ) and (prolific usb-serial comm port) .
I tried running prolific usb - serial comm port but there is no communication.
Do i need to change the program in c# application ....If yes then what should be done .....I need an overview of where i am wrong ....