1

I am working a lot with serial devices through the Internet using WebIOPi, I recently acquired a Raspberry Pi 3 because of the WiFi.

However, when I install the last version of Raspbian and WebIOPi, it doesn't work.

My html project appears in the browser and everything, but the serial devices don't respond to any command.

I don't know what is happening or what I've done wrong or if there is something different that I need to do in order to make WebIOPi work as it should.

EDIT: I saw from another question that the RPI 3 uses /dev/ttyAMA0 for the bluetooth and instead uses /dev/ttys0 as the serial port. Right now I don't see that port on my Pi.

I really need help for this, maybe what I need to do is something really simple, but I can't see what is that.

goldilocks
  • 60,325
  • 17
  • 117
  • 234
Luz A
  • 57
  • 3
  • 15

2 Answers2

2

Take a look at this link at github. It has a patch for WebioPi that makes it work on the PI2 and PI3. I have used it successfully on the PI2, but have not tried it on the PI3. There is a discussion of the patch at raspberrypi.org

crj11
  • 503
  • 4
  • 10
0

If your question is about the serial on the Pi see How-do-i-make-serial-work-on-the-raspberry-pi3

Serial is now /dev/serial0 but is disabled by default on the Pi3.

Milliways
  • 62,573
  • 32
  • 113
  • 225