-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial Port JSON Client #57
Comments
You just use ChiliPeppr.
…On Sat, Jan 14, 2017 at 4:48 PM, Austin St. Aubin ***@***.***> wrote:
Is there a client for Windows &/or Mac OS that can connect to a Serial
Port JSON Server?
I would like to have the ability to use other programs at times with my
CNC Router by connecting to my Serial Port JSON Server on my Raspberry Pi.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#57>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHidbX26T-Y1WSIGP2HCgI23L7z2SU5hks5rSWz1gaJpZM4LjyeM>
.
|
I love using ChiliPeppr, but I also like option to use other control software. Additionally I would like to use Serial Port JSON Server to connect to my 3D printer and control it. To do this I would need my Macbook to connect over a virtual serial connection to my 3D printer. |
I guess I'm not really understanding what you're trying to do. What setup
are you after?
…On Jan 14, 2017 8:04 PM, "Austin St. Aubin" ***@***.***> wrote:
I love using ChiliPeppr, but I also like option to use other control
software. Additionally I would like to use Serial Port JSON Server to
connect to my 3D printer and control it. To do this I would need my Macbook
to connect over a virtual serial connection to my 3D printer.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHidbcRwOlV4HeHSvvHcfetBrnmPWtBXks5rSZrIgaJpZM4LjyeM>
.
|
A Serial Port JSON Client for my workstation [Macbook w/ macOS], that I can use to connect to another computer that is running Serial Port JSON Server. [Macbook w/ macOS [Serial Port JSON Client]] <-> [Local Network] <-> [Raspberry Pi [Serial Port JSON Server]] <-> [3D Printer / CNC Router / Something Connected to Serial Port] |
So, on your Mac, you just load ChiliPeppr and connect to your ws://localhost or you connect to ws://(your raspberry pi ip) and presto, you have what you're after (i think). For connecting to your 3d printer, it would seem that the more important is whether you can send Gcode to it from ChiliPeppr. That would be more dependent on your firmware you're using. Not many people use ChiliPeppr for 3d printing. They tend to use Octoprint. |
Serial Port JSON Server - Minimal Client Example Snippet: https://gist.github.com/seyyah/babf6917e1b3ccff55f7a11f87d2c831 |
BTW, the latest Repo is now in
https://github.com/chilipeppr/serial-port-json-server and is a much
newer/better version of SPJS.
Also, I got this running nice and quick in a Codepen, so nice work on this
minimal version.
http://codepen.io/jlauer/pen/MJLEzd
[image: Inline image 1]
…On Mon, Feb 13, 2017 at 11:40 PM, nurettin senyer ***@***.***> wrote:
Serial Port JSON Server - Minimal Client Example Snippet:
https://gist.github.com/seyyah/babf6917e1b3ccff55f7a11f87d2c831
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHidbQWw9-WU-76pExbn95DbueM4Pkv8ks5rcVpmgaJpZM4LjyeM>
.
|
I am sorry. You are right 👍 |
Is there a client for Windows &/or Mac OS that can connect to a Serial Port JSON Server?
I would like to have the ability to use other programs at times with my CNC Router by connecting to my Serial Port JSON Server on my Raspberry Pi.
The text was updated successfully, but these errors were encountered: