You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions for the startup script and replaced # do something
/home/pi/serial-port-json-server_linux_arm/serial-port-json-server -regex usb|acm &
log_end_msg $?
exit 0
At first I received an error because the json server could not be found after typing sudo update-rc.d serial-port-json-server defaults
but then I added the line found in issue #51 to make the file executable sudo chmod +x /etc/init.d/serial-port-json-server
which seemed to take. Problem is now when I reboot the raspi I don't see the json server terminal window when viewing through VNC nor does any port show up on CP after I connect to the IP address of the pi
The text was updated successfully, but these errors were encountered:
1.94 is the latest version. Maybe that helps. It could also be more
permission issues?
On Jul 17, 2017 11:50 PM, "lopezj1" <[email protected]> wrote:
I followed the instructions for the startup script and replaced
*# do something
/home/pi/serial-port-json-server_linux_arm/serial-port-json-server -regex
usb|acm & log_end_msg $? exit 0*
with
*# do something
/home/pi/serial-port-json-server-1.88_linux_arm/serial-port-json-server
-regex usb|acm & log_end_msg $? exit 0*
At first I received an error because the json server could not be found
after typing
*sudo update-rc.d serial-port-json-server defaults*
but then I added the line found in issue #51
<#51> to make
the file executable
*sudo chmod +x /etc/init.d/serial-port-json-server*
which seemed to take. Problem is now when I reboot the raspi I don't see
the json server terminal window when viewing through VNC nor does any port
show up on CP after I connect to the IP address of the pi
[image: screen shot 2017-07-17 at 11 48 11 pm]
<https://user-images.githubusercontent.com/18203036/28300010-83879c0a-6b4a-11e7-9af1-7c2e29539e53.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#65>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHidbbm2NTMTyNvPij0B3OY-MvYN-5MMks5sPCuMgaJpZM4Oaz7k>
.
I followed the instructions for the startup script and replaced
# do something
/home/pi/serial-port-json-server_linux_arm/serial-port-json-server -regex usb|acm &
log_end_msg $?
exit 0
with
# do something
/home/pi/serial-port-json-server-1.88_linux_arm/serial-port-json-server -regex usb|acm &
log_end_msg $?
exit 0
At first I received an error because the json server could not be found after typing
sudo update-rc.d serial-port-json-server defaults
but then I added the line found in issue #51 to make the file executable
sudo chmod +x /etc/init.d/serial-port-json-server
which seemed to take. Problem is now when I reboot the raspi I don't see the json server terminal window when viewing through VNC nor does any port show up on CP after I connect to the IP address of the pi
The text was updated successfully, but these errors were encountered: