jsbhalla88
Member level 1
- Joined
- Mar 3, 2015
- Messages
- 41
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 314
Hi
there are registers for UART, RCSTA, RxREG, TxREG... all these registers are used for hardware UART. similarly, there are registers for hardware I2C..
I want to know, if there are any registers for software UART, software I2C..???
if there aren't any, how to implement these for the same functionality.??
I am using library example for software UART and I2C given in MikroC Pro.
if I have to write my own code for these to customize it for my application....
there are registers for UART, RCSTA, RxREG, TxREG... all these registers are used for hardware UART. similarly, there are registers for hardware I2C..
I want to know, if there are any registers for software UART, software I2C..???
if there aren't any, how to implement these for the same functionality.??
I am using library example for software UART and I2C given in MikroC Pro.
if I have to write my own code for these to customize it for my application....