PDA

View Full Version : SerOut, SerOut2 or HSerOut



FrankM
- 31st July 2004, 23:59
Hello,

I want a seriell communication between the PIC16F876 and my PC.

What should I use.
SerOut, SerOut2 or HSerOut?

And what are the advantages of these different commands?

FrankM

CBUK
- 1st August 2004, 15:24
hserout takes advantage of the pic's onbuilt hardware USART (if it has one) and hence can relieve some of the software problems with regards data not falling at the same part of which the program is expecting resulting in lost data, with the hardware USART a small amount of data is buffered to help overcome... i think thas right :os i used the hserout command for comminication between 1 master pic and 255 slave pics

Chris