mirror of
https://github.com/romychs/SprinterSerial.git
synced 2025-04-09 21:56:30 +03:00
Initial commit of v1.1.1
This commit is contained in:
commit
6a00a4fcd0
4
Export/README.md
Normal file
4
Export/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
Карта портов RS-232 ISA-8
|
||||
=========================
|
||||
|
||||
Принципиальная и монтажная схема карты RS-232.
|
8062
Export/Sprinter-RS232_Mount.pdf
Normal file
8062
Export/Sprinter-RS232_Mount.pdf
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Export/Sprinter-RS232_Schematics.pdf
Normal file
BIN
Export/Sprinter-RS232_Schematics.pdf
Normal file
Binary file not shown.
5
Export/Sprinter-RS232_Schematics.svg
Normal file
5
Export/Sprinter-RS232_Schematics.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 401 KiB |
BIN
Export/original.jpg
Normal file
BIN
Export/original.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
Gerber/Gerber_PCB_Sprinter-RS232.zip
Normal file
BIN
Gerber/Gerber_PCB_Sprinter-RS232.zip
Normal file
Binary file not shown.
29
LICENSE
Normal file
29
LICENSE
Normal file
@ -0,0 +1,29 @@
|
||||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2021, Roman Boykov
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
25
README.md
Normal file
25
README.md
Normal file
@ -0,0 +1,25 @@
|
||||
Карта портов RS-232 ISA-8
|
||||
=========================
|
||||
|
||||
В данном репозитории представлен проект низкопрофильной (80мм) карты, формата ISA8, с двумя портами RS-232.
|
||||
|
||||
Карта разработана для любительского компьютера [Sprinter](https://www.sprinter.ru), с ним и тестировалась, но вполне возможно, что будет работать в старых компьютерах IBM PC с шиной ISA-8.
|
||||
|
||||
Построена на чипе PC16552D, который позволяет организовать 2 COM-порта.
|
||||
|
||||
Порт COM1, включает TTL->USB преобразователь на чипе CH340C и позволяет подключиться к большому компьютеру с помощью кабеля Micro-USB к USB-порту.
|
||||
|
||||
Порт COM2, содержит преобразователь уровней TTL->RS-232 на чипе MAX-232. Снабжен, стандартным разъемом DB-9M.
|
||||
|
||||
Адреса портов, стандартные:
|
||||
* COM1 - 3F8 - 3FF
|
||||
* COM2 - 2F8 - 2FF
|
||||
|
||||

|
||||
|
||||
[Исходники](Sources)
|
||||
|
||||
[Готовые схемы](Export)
|
||||
|
||||
[Герберы](Gerber)
|
||||
|
1
Sources/PCB_PCB_Sprinter-RS232.json
Normal file
1
Sources/PCB_PCB_Sprinter-RS232.json
Normal file
File diff suppressed because one or more lines are too long
7
Sources/README.md
Normal file
7
Sources/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
Карта портов RS-232 ISA-8
|
||||
=========================
|
||||
|
||||
Исходники проекта в [EasyIDA:](https://easyeda.com/)
|
||||
|
||||
Как использовать:
|
||||
В редакторе, кликнуть на тулбаре в меню "Document" > "Open" > "EasyEDA Source", и выберите json-файл.
|
1
Sources/Schematic_Sprinter-RS232.json
Normal file
1
Sources/Schematic_Sprinter-RS232.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user