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
322 stars 101 forks source link

Need help running this in MacOS Monterey #72

Open kevinmcnally opened 2 years ago

kevinmcnally commented 2 years ago

Hi there,

This only seems to be opened with the text editor. In my old mac which I just replaced, it was automatically opened with Terminal. When I drag this into terminal it says 'zsh: permission denied:' I tried the chmod a+x/Users/kevinmcnally/Dropbox/CNC/serial-port-json-server-1.94_macosx 2/ but I don't think I'm doing htis right. Any help would be greatly appreciated.

Kevin