Piclist
A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
Search Results for "usart"
Post a new Thread
jrem - Nov 8 2004
Will MPLAB emulate the USART correctly? i.e., if I have the asm set
up for USART, and if I make a transmission, does the TX bit flip on
and off in MPLAB as I s... 
Karlo Campos - Feb 17 2004
Hi!
I'm having problems with USART Interrupts. The program will transmit
the data received after the interrupt occurs, but the PIC is not
responding on recei... 
Eirik Karlsen - Jun 5 2004
Hi,
anyone have any ideas why I can't get the 16F870 USART to work?
The baudrate is not critical as the USART is only going to be used
during debugging to read ou... 
Roberto Domingues - Jul 22 2000
I need to use five rs 232 with a 18c452. I think that I can use some
chip usart/uart connected to my pic.
Do you know wich chip can I use with this pic?
B... 
bg3009 - Nov 30 2003
I just bought a 877 chip for interfacing with my 818 viz IIC. As I
found out, this chip has USART on board and can be interfaced with a
PC terminal. What kind of ... 
Paul L - Jun 13 2007
Hello,
Just a quick question, i am having trouble with the USART on the PIC18F4331. I am running Ascync mode and every time i put some data in the TXREG and loop the TXSTA,TRMT ... 
Karlo Campos - Jun 1 2004
Hi!
Is it possible to use the receive module of the USART in interrupt
mode and the transmit module in non-interrupt (polling)? Based on the
data sheets, (th... 
USART [3 Articles]
enricoderfi - Jan 12 2004
Does anyone out there have a simple program to exercise the USART in
8-bit synchronous mode. I'm trying to send data to a MIC5821 serial
input latched driver. I h... 
musabbirmajeed - May 1 2009
Hi all,
I am using 16 bit PIC18F2420 microcontroller with a single USART port. I am using MPLAB C18 compiler. I was trying to achieve duplex communication on a microcontroller w... 
Maran - Nov 28 2007
Hi All,
I am facing an issue with the USART Transmit. My code is as shown
below......
#include
#include
void main( void )
{
char group[10]="Microchip ";
int i;
O... 
jmonegal - May 30 2003
Hi gang.
My name is Jeff Monegal and this is my first message. Can anyone
supply a routine that allows two '628s' to talk to each other using
the USART. Per... 
- Dec 15 2003
hi all
how do i configure the PIC for using the external clock using the CONFIG
register.do we have a small sample to it.
secondly can i generate a BAUD of 11... 
- Dec 29 2003
hi all
can the USART of PIC 18f252 transmit only signed char or does it even
transmit unsigned char.
i am checking the serial communication by sending a few HEX ... 
"d.fektv" - Nov 28 2007
Hi guys,
I am trying to send 1 byte data packets from one 18f458 to another
using 433.93MHz FSK TX/RX devices. I am also using a manchester
encoder/decoder on both ends (DPC... 
Milton Medicinteknik KB - Dec 29 2003
Hello all
The best way for a PIC to communicate with a device over RS 232 is to
use a USART equipped PIC. However, if volume is high and the PIC may be
a sma... 
Paul - Mar 13 2006
I have looked into USART. Looks good, my only concern is that i need
a certain type of Init signal for the DMX Protocol. Can the USART do
this - Stay high when not in use. At ... 
smxcu - Dec 9 2007
--- In p...@yahoogroups.com, dlc wrote:
>
> And that start bit depends upon the the stop bit of the previous
> byte. The longer the string transmitted, the more time ... 
rtstofer - May 31 2004
If, by 'serin' you mean a serial input to the USART then that would
be on PORT B. If you want to 'bit-bang' a serial input then you can
use any input bit.
... 
Stef Mientki - May 20 2006
I'm a little bit confused about the TX and RX pins in UART mode.
I checked several PIC types:
If you read the text carefully, you will read several times:
"bit SPEN () and the... 
Chris - May 2 2005
Does anybody have information about the TX pin in particular. I'm
using a 16F628 to listen to a gps module's 1Hz data packet, strip out
the time information alone and then... 
Dennis Clark - Jul 20 2006
Hi all,
I've tried the Microchip forums and have an open support ticket but
in two days I've heard nothing on this.
I've got an interesting problem. I am running a 18F668... 
Matthias Manhart - Jul 1 2003
Hello,
i don't know, why you do not use the internal USART of the 16F877. I
use the CC5X (and the CC8E) for some projects, too.
You can work with strings i... 
Piotr Piwko - Jan 11 2008
Hello.
I try to use USART Iterface, so I initiate it:
RCSTA |= (1 < ... 
Paul_Lav - Mar 14 2006
Hi.
I have managed to get the PIC to transmit a 9 bit signal (well i think it is, not really got a way of testing it) So thinking about the init signal i ... 
"Kenneth (K) Macrae" - Sep 8 2008
Hi
I'm currently looking at two wireless options:
2.4GHz
433MHz
I know the lower frequency allows greater transmission distance. What would
one go for?
Both have USART ... 
jr goco - Dec 13 2003
hi!
does anybody know how to interface an mcu to an isa?
same as a usart function..
... 
- May 10 2000
Hello to every body:
I am looking for an application note that describes how to
use the PIC16c73 (or similar) to communicate it with
a PC, via RS-232, but using t... 
rtstofer - Oct 21 2005
--- In piclist@picl..., "JCullins"
wrote:
>
> Hello,
> I need to read rs232 in using and interrupt, do I need the URT
function
> in the PIC to... 
Bruce.J Sam - Jul 26 2004
I have read the manual of PIC16F87X.In the section of "USART Synchronous Slave mode",it said "If enable bit TXIE is set, the interrupt will wake the chip from SLEEP ... 
Venko Gyokov - Dec 18 2003
Why do not try with USART. I think that is better. I2C is very slow .
I've done many I2C from many years on 7,10,12 bit address etc. I f
you give detail what you ... 
sethmeisterG - Jun 10 2008
Hi,
I found out why my divisors weren't working -- the Fosc on the
PIC18F4550 is 48MHz (when using USB in my configuration). Using 48MHz
in all divisor calculations allowed... 
farroos - Mar 6 2003
Hi again,
I wrote this small program to test PIC's USART (Synchronous Slave
reception). The program gives port A the value 1010 1010 and port B
the value 000... 
fish_camera - Mar 2 2007
Attempting to troubleshoot problem with usart, asynchronous mode, for
a school project. Two 16F877. Using the ICD-2 in circuit debugger.
We believe our transmit chip is workin... 
IIC [2 Articles]
bg3009 - Nov 27 2003
Previously, I wanted to make to 16F818 chips communicate over the IIC
buss, but trying to get a code to bit bang sucessfully seems to be a
pain. So I gave up and ... 
Paul L - Mar 21 2007
Hi.
Well, after getting my new PIC, it didn't take long to get it going! Was a little worried at first! I can now receive using USART and then using the values taken put that in... 
Roger_4U - Mar 14 2007
Hi All:
I have a Pic16F628 chip which I want to be able to communicate with my
PC via a RS-485 line. I want to use the USART on the chip and a
DS75176 Transceiver in a Half D... 