Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[10 pts] USB to 485 converter does not work

Status
Not open for further replies.

mouzid

Full Member level 5
Joined
Jun 22, 2007
Messages
248
Helped
9
Reputation
18
Reaction score
0
Trophy points
1,296
Activity points
2,876
Hi edabaorders,
I build a USB to 485 converter using the FT232 chip unfortunatly it doesnt work. When I plug the device, the PC doesn't detect it. I think that it is a matter of driver.
Where can I find the USB driver for the FT232 chip ?
 

mouzid said:
Hi edabaorders,
I build a USB to 485 converter using the FT232 chip unfortunatly it doesnt work. When I plug the device, the PC doesn't detect it. I think that it is a matter of driver.
Where can I find the USB driver for the FT232 chip ?

As you plug the usb cable the pc will ask for a driver (if driver is not installed already). If it is not so, then there is a problem with the hardware itself. Tell us exactly what happens when you plug the cable.

Nandhu
 

    mouzid

    Points: 2
    Helpful Answer Positive Rating
try PIC18F4550 with a USB interface, then build inside it your firmware to take the data received from the USB bus and send it through the USART module using 485 protocol, to ease the process use "Microchip USB framework for PIC18F and PIC24F", its a ready made USB firmwares for PIC, one of them is a CDC firmware which can make you PIC appear like a virtual COM port, the firmware is open which you modify in it as you like just you will need MPLAB 8.2 or higher and C18 compiler (academic version is free).
this solution is little bit harder but i think more flexible for future.
 

    mouzid

    Points: 2
    Helpful Answer Positive Rating
Thank you all guys,
I solved the problem. I installed the driver and it Works !
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top