cocotbext-uart icon indicating copy to clipboard operation
cocotbext-uart copied to clipboard

Documentation error for UartSource

Open jtplaarj opened this issue 1 year ago • 1 comments

In README.md, the example for sending data says:

await uart_source.send(b'test data')

I think that it shoould say:

await uart_source.write(b'test data')

jtplaarj avatar Nov 08 '23 08:11 jtplaarj

Fixed in this PR: #3

davekeeshan avatar Jan 18 '24 16:01 davekeeshan