Skip to content
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

Startup Script Raspi #65

Open
lopezj1 opened this issue Jul 18, 2017 · 1 comment
Open

Startup Script Raspi #65

lopezj1 opened this issue Jul 18, 2017 · 1 comment

Comments

@lopezj1
Copy link

lopezj1 commented Jul 18, 2017

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
screen shot 2017-07-17 at 11 48 11 pm

@chilipeppr
Copy link
Collaborator

chilipeppr commented Jul 18, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants