<!--
{
  "availability" : [
    "DriverKit: 19.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "USBSerialDriverKit",
  "identifier" : "/documentation/USBSerialDriverKit/IOUserUSBSerial/TxDataAvailable",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "USBSerialDriverKit"
    ],
    "preciseIdentifier" : "c:@S@IOUserUSBSerial@F@TxDataAvailable#"
  },
  "title" : "TxDataAvailable"
}
-->

# TxDataAvailable

Notifies your driver that the system has data for you to transmit to the device.

```
virtual void TxDataAvailable();
```

## Discussion

The default implementation of this method initiates an asynchronous operation to transmit the buffered data to the device.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)