chilipeppr / serial-port-json-server

Serial Port JSON Server is a websocket server for your serial devices. It compiles to a binary for Windows, Mac, Linux, Raspberry Pi, or BeagleBone Black that lets you communicate with your serial port from a web application. This enables web apps to be written that can communicate with your local serial device such as an Arduino, CNC controller, or any device that communicates over the serial port.
http://chilipeppr.com
GNU General Public License v2.0
321 stars 101 forks source link

Failed open prevents other open attempts from succeeding #27

Open DanielJoyce opened 7 years ago

DanielJoyce commented 7 years ago

cf https://github.com/johnlauer/serial-port-json-server/issues/59

Its not obvious to me which project is currently the main project.

DanielJoyce commented 7 years ago

If this is the new main project page, the repo should be transferred here. As it is, you can't search code on a fork... :P

chilipeppr commented 7 years ago

Main project is ChiliPeppr repo. Not sure how to do a transfer.

On Apr 21, 2017 4:06 PM, "Daniel" notifications@github.com wrote:

If this is the new main project page, the repo should be transferred here. As it is, you can't search code on a fork... :P

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chilipeppr/serial-port-json-server/issues/27#issuecomment-296324899, or mute the thread https://github.com/notifications/unsubscribe-auth/AHidbSXC8ZQ1TxjjBlB81oCHQO9amM6eks5ryTZggaJpZM4NE4Sj .

DanielJoyce commented 7 years ago

Here is how

https://help.github.com/articles/transferring-a-repository-owned-by-your-personal-account/

DanielJoyce commented 7 years ago

Cleaned up as single issue PR #32