path property
Platform-specific port identifier passed to FlSerial.open.
| Platform | Example |
|---|---|
| Windows | COM3 |
| Linux | /dev/ttyUSB0 |
| macOS | /dev/cu.usbserial-1410 |
| Android | usb:/dev/bus/usb/001/002 |
| Web | web:request |
Implementation
final String path;
Platform-specific port identifier passed to FlSerial.open.
| Platform | Example |
|---|---|
| Windows | COM3 |
| Linux | /dev/ttyUSB0 |
| macOS | /dev/cu.usbserial-1410 |
| Android | usb:/dev/bus/usb/001/002 |
| Web | web:request |
final String path;