Search Results

by AdamLee
Tue Jul 30, 2019 7:55 am
Forum: Javascript
Topic: Phidget22.Connection support for string port
Replies: 1
Views: 20251

Phidget22.Connection support for string port

I'm migrating hard-coded values into environment variables in my project, so naturally the Phidget Network Server port is a good candidate. Unfortunately it looks like Phidget22.Connection doesn't support strings as part of the constructor so I have to convert it to a number. Can the connection clas...
by AdamLee
Tue Jul 23, 2019 12:58 pm
Forum: Linux
Topic: phidget network server docker container
Replies: 0
Views: 25411

phidget network server docker container

Hey there everyone! I just wanted to drop this in here both to let people know it's out there and to (hopefully) solicit some ideas for improvement. We've been working on a device with containerized services and recently integrated some Phidgets which necessitated a Phidget Network Server. Instead o...
by AdamLee
Tue Jul 23, 2019 12:45 pm
Forum: Javascript
Topic: Phidget22.Stepper - connection and command issues
Replies: 2
Views: 29856

Re: Phidget22.Stepper - connection and command issues

After updating my phidget22 package everything is working. I also should note it turns out the board I was given had actually been previously fried somehow. We got a new board and I'm wondering now if that wasn't the real issue, even though the fried board was able to open the channel via the phidge...
by AdamLee
Wed Jul 17, 2019 9:57 am
Forum: Javascript
Topic: Phidget22.Stepper - connection and command issues
Replies: 2
Views: 29856

Phidget22.Stepper - connection and command issues

Quick note - I've had to much a bunch of periods from the code samples because the forum says "You can’t post image, email or url links that are external to this domain. Please remove this<dot>ch". I've been trying for the life of me to get my stepper board to receive commands properly. We...