Home
last modified time | relevance | path

Searched defs:SerialPort (Results 1 – 25 of 127) sorted by relevance

123456

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/
H A Dserial.h69 struct SerialPort { struct
88 template<typename SerialPort> argument
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/
H A DSerialPort.hh35 class SerialPort: public FileDescriptor { class
38 SerialPort(std::string fn, open_mode_t open_mode, int baudrate, bool raw=true): in SerialPort() function in pbe::SerialPort
44 SerialPort(std::string fn, open_mode_t open_mode): in SerialPort() function in pbe::SerialPort
48 SerialPort(int fd): in SerialPort() function in pbe::SerialPort
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/emucore/
H A DSerialPort.hxx33 class SerialPort class
36 SerialPort() { } in SerialPort() function in SerialPort
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.IO.Ports/
H A DSerialPort.cs31 public class SerialPort : Component class
62 public SerialPort () : in SerialPort() method in System.IO.Ports.SerialPort
67 public SerialPort (IContainer container) : this () in SerialPort() method in System.IO.Ports.SerialPort
72 public SerialPort (string portName) : in SerialPort() method in System.IO.Ports.SerialPort
77 public SerialPort (string portName, int baudRate) : in SerialPort() method in System.IO.Ports.SerialPort
82 public SerialPort (string portName, int baudRate, Parity parity) : in SerialPort() method in System.IO.Ports.SerialPort
87 public SerialPort (string portName, int baudRate, Parity parity, int dataBits) : in SerialPort() method in System.IO.Ports.SerialPort
92 public SerialPort (string portName, int baudRate, Parity parity, int dataBits, StopBits stopBits) in SerialPort() method in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/ref/
H A DSystem.IO.Ports.cs61 public partial class SerialPort : System.ComponentModel.Component class
64 public SerialPort() { } in SerialPort() method in System.IO.Ports.SerialPort
65 public SerialPort(System.ComponentModel.IContainer container) { } in SerialPort() method in System.IO.Ports.SerialPort
66 public SerialPort(string portName) { } in SerialPort() method in System.IO.Ports.SerialPort
67 public SerialPort(string portName, int baudRate) { } in SerialPort() method in System.IO.Ports.SerialPort
68 public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity) { } in SerialPort() method in System.IO.Ports.SerialPort
69 … public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits) { } in SerialPort() method in System.IO.Ports.SerialPort
70 …public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits, Syst… in SerialPort() method in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/src/System/IO/Ports/
H A DSerialPort.cs12 public partial class SerialPort : Component class
482 public SerialPort(IContainer container) in SerialPort() method in System.IO.Ports.SerialPort
488 public SerialPort() in SerialPort() method in System.IO.Ports.SerialPort
495 …public SerialPort(string portName) : this(portName, DefaultBaudRate, DefaultParity, DefaultDataBit… in SerialPort() method in System.IO.Ports.SerialPort
499 …public SerialPort(string portName, int baudRate) : this(portName, baudRate, DefaultParity, Default… in SerialPort() method in System.IO.Ports.SerialPort
503 …public SerialPort(string portName, int baudRate, Parity parity) : this(portName, baudRate, parity,… in SerialPort() method in System.IO.Ports.SerialPort
507 …public SerialPort(string portName, int baudRate, Parity parity, int dataBits) : this(portName, bau… in SerialPort() method in System.IO.Ports.SerialPort
514 … public SerialPort(string portName, int baudRate, Parity parity, int dataBits, StopBits stopBits) in SerialPort() method in System.IO.Ports.SerialPort
H A DSerialPort.Uap.cs9 public partial class SerialPort : Component class
H A DSerialPort.Win32.cs10 public partial class SerialPort : Component class
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/ports/
H A DSerialPort.cs37 public class SerialPort : System.ComponentModel.Component class
582 public SerialPort(System.ComponentModel.IContainer container) in SerialPort() method in System.IO.Ports.SerialPort
590 public SerialPort() in SerialPort() method in System.IO.Ports.SerialPort
599 …public SerialPort(string portName) : this (portName, defaultBaudRate, defaultParity, defaultDataBi… in SerialPort() method in System.IO.Ports.SerialPort
605 …public SerialPort(string portName, int baudRate) : this (portName, baudRate, defaultParity, defaul… in SerialPort() method in System.IO.Ports.SerialPort
611 …public SerialPort(string portName, int baudRate, Parity parity) : this (portName, baudRate, parity… in SerialPort() method in System.IO.Ports.SerialPort
617 …public SerialPort(string portName, int baudRate, Parity parity, int dataBits) : this (portName, ba… in SerialPort() method in System.IO.Ports.SerialPort
626 … public SerialPort(string portName, int baudRate, Parity parity, int dataBits, StopBits stopBits) in SerialPort() method in System.IO.Ports.SerialPort
/dports/comms/birda/birda-1.3/src/
H A Dirda.h94 typedef struct SerialPort { struct
95 void (*close)(struct SerialPort* sp); argument
96 void (*setSpeed)(struct SerialPort* sp, int speed); argument
97 void (*setLine)(struct SerialPort* sp, int control); argument
100 int (*getSpeedMask)(struct SerialPort* sp); argument
101 int (*getChar)(struct SerialPort* sp); argument
103 void (*putChar)(struct SerialPort* sp, int c); argument
108 void (*status)(struct SerialPort* sp, int event); argument
110 } SerialPort; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/serial/
H A Dserial_connection_event.h14 class SerialPort; variable
H A Dserial_port_underlying_source.h15 class SerialPort; variable
H A Dserial.h24 class SerialPort; variable
H A Dserial_port_underlying_sink.h17 class SerialPort; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/serial/
H A Dserial_connection_event.h14 class SerialPort; variable
H A Dserial_port_underlying_source.h16 class SerialPort; variable
H A Dserial_port_underlying_sink.h17 class SerialPort; variable
H A Dserial.h25 class SerialPort; variable
/dports/astro/phd2/phd2-2.6.10/
H A Dserialport.cpp38 SerialPort::SerialPort(void) in SerialPort() function in SerialPort
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/hardware/devices/
H A DenttecDMXProDevice.h10 class SerialPort; variable
H A Ddmx512SerialDevice.h9 class SerialPort; variable
/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/components/
H A Dserialportcomponent.h17 class SerialPort; variable
/dports/emulators/stella/stella-6.6/src/emucore/
H A DSerialPort.hxx30 class SerialPort class
/dports/astro/stellarium/stellarium-0.21.3/plugins/TelescopeControl/src/common/
H A DSerialPort.hpp37 class SerialPort : public Connection class
/dports/devel/bossa/BOSSA-1.9.1/src/
H A DSerialPort.h39 SerialPort(const std::string& name) : _name(name) {} in SerialPort() function

123456