Recent content by dave123

  1. D

    Haiku openSerialPort returns undefined

    Does this Sandbox issue affect Socket communication as well?
  2. D

    Haiku openSerialPort returns undefined

    I'm trying to write to a serial port in a HaikuHelper script, but the command below returns 'undefined'. var port = helper.openSerialPort(controller, '/dev/cu.usbserial-FTS0FOSL'); I know the serial port works as I can read/write to it with ZTerm or Python. Any ideas what I'm doing wrong, or...
Back
Top