Forum Discussion
Altera_Forum
Honored Contributor
9 years agors232 uart ip :: user guide
hi, // unnamed.v
// Generated using ACDS version 16.0 211
`timescale 1 ps / 1 ps
module unnamed (
input wire address, // avalon_rs232_slave.address
input wire chipselec...
Altera_Forum
Honored Contributor
9 years agoYes, you can just write to the lower 8-bits of the txdata register (address 0x01). You should check the 'trdy' bit before writing to the txdata register. Alternatively, ensure you only write to this register again after a suitable interval - the time it takes to send the character.
Cheers, Alex