README 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # FelinæPurr Rev-1.2A
  2. ![FelinæPurr rev 1.2A](doc/FelinaePurr_1.2A.png)
  3. ### What is FelinæPurr?
  4. FelinæPurr (you can also write it FelinaePurr if your keyboard does not allow you to make that nice character) is a COMLynx compatible device. The COMLynx is the name of the Atari Lynx cable to connect two Lynx together. As the Lynx use RS232 protocol for that connector, it's also the name of devices that allow to connect your Lynx with your computer.
  5. The particularity of the COMLynx is that it's completely half-duplex as the 2.5 jack used mix with RxD and TxD signal on the same ring:
  6. ![Jack connector](doc/Jack_123.png)
  7. 1. +5V
  8. 2. RX/TX
  9. 3. Ground
  10. This device can also be used for devices using the same approach for transmiting RS232 signal (yes there are many of them)
  11. This branch ``usb-a`` is a version using a USB-A plug directly instead of a microUSB B connector.
  12. ### Technical details
  13. FelinæPurr is made around a FTDI FT232RL chip which is basically a USB to Serial adapter. It have some nice feature like the ability to blink LEDs when there are some Tx/Rx activity, which FelinæPurr use!
  14. You can find ready to order PCB from OSHPark (but you can't buy less than 3) [here](https://oshpark.com/shared_projects/PqfJT1Yv)
  15. It is visible on my Tindie store [here](https://www.tindie.com/products/7710/) if it is out of stock, please put yourself in the waitlist so I can have an idea of the number of board to make for the next batch.
  16. Part of the schematics was inspired by [Zerosquare's Work](http://www.yaronet.com/topics/153397-adaptateur-comlynx-rs232) for the original RS232/Lynx ComLynx
  17. ### What does FelinæPurr mean?
  18. [Felinae](https://en.wikipedia.org/wiki/Felinae) is the Subfamily of the [Lynx](http://en.wikipedia.org/wiki/Lynx), and Purr I think it's obvious what it mean.
  19. As this device is mainly intended for Atari Lynx and to make it chat with your computer, I found that name perfectly fitting it's role!
  20. And why the æ instead of ae? Because æ or Æ it's way cooler than plain ae / AE isn't it?
  21. Also it slightly change the pronunciation. The correct one is roughly: fɛliːnɑːɛ pɜː using [IPA for English](https://en.wikipedia.org/wiki/Help:IPA_for_English)
  22. ### License
  23. FelinæPurr is an OpenSource Hardware (OSHW) project and licensed under the MIT License. See the [license](LICENSE) file for more information.