Difference between revisions of "RS232 RS485 USB Converter Board"
Jump to navigation
Jump to search
(revert to 13:52, 24 June 2007 by 85.25.140.211) |
|||
Line 1: | Line 1: | ||
− | + | ==Features== | |
− | + | <!--<graphviz> | |
+ | digraph blks_conn { | ||
+ | mcu [shape=box, label="mcu"]; | ||
+ | RS232 [shape=box, label="rs232"]; | ||
+ | rs485_422 [shape=box, label="rs485/422"]; | ||
+ | usb [shape=box, label="slave usb"]; | ||
+ | comm [shape=box, label="common wires"]; | ||
+ | mcu -> comm [dir = both]; | ||
+ | comm -> RS232 [dir = both]; | ||
+ | comm -> rs485_422 [dir = both]; | ||
+ | comm -> usb [dir = both]; | ||
+ | } | ||
+ | </graphviz>--> | ||
+ | *for low traffic and low speed application | ||
+ | *mcu, RS232, RS485/RS422, slave usb all can be interchangeable. | ||
+ | *usb side | ||
+ | **support platform in linux with usb driver | ||
+ | **simulated uart programming in application level | ||
+ | *rs232 to rs485 side | ||
+ | **Tested max. baudrate is 115200(i assume more high baudrate can be accepted, but i have not tested) | ||
− | |||
− | |||
− | |||
− | |||
==Technical== | ==Technical== | ||
Line 31: | Line 46: | ||
− | + | ===Circuit and PCB=== | |
− | + | *[http://chungyan5.no-ip.org/viewvc/converter/ gEDA Project Files] | |
− | + | :OR [[Media:Converter.zip|Download here, not always updated]] | |
− | + | :gEDA libraries can be download [http://www.opencircuits.com/PCB_Footprints here] or [http://chungyan5.no-ip.org/WebServerDocs/open_data/KnowledgeDb/ComputerSysDevelopment/apps/eda/gEDA/available_library/ more updated], then modify the gafrc inside converter/ | |
− | [http:// | + | *We have components and PCB, Or some have already soldered, if needed email to us: [mailto:yan@amonics.com yan] |
− | [http:// | ||
− | [http:// | ||
− | [ | ||
==ToDo== | ==ToDo== |
Revision as of 18:23, 30 October 2007
Features
- for low traffic and low speed application
- mcu, RS232, RS485/RS422, slave usb all can be interchangeable.
- usb side
- support platform in linux with usb driver
- simulated uart programming in application level
- rs232 to rs485 side
- Tested max. baudrate is 115200(i assume more high baudrate can be accepted, but i have not tested)
Technical
RS232
USB
- Host Computer Setting for usb connection
- chips
RS485
- chips
- Linear Technology Corp., LTC2859 and LTC2861
- DS3695
Circuit and PCB
- OR Download here, not always updated
- gEDA libraries can be download here or more updated, then modify the gafrc inside converter/
- We have components and PCB, Or some have already soldered, if needed email to us: yan
ToDo
- get a usb chips to uart, which with linux driver
- MCT P87C52UBAA(http://pfranc.com/usb/usb.mhtml)
- cypress, PSoC with USB
- linux driver
- driver in linux : http://ftdi-usb-sio.sourceforge.net/
- usb in linux guide : http://www.linux-usb.org/USB-guide/book1.html