Sign in

username or email:

password:



Not a member?
Forgot your Password?

Search piclist



Search tips

Subscribe to piclist



Discussion Groups

See Also

DSPFPGA

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

So far in May, you have voted 0 times ou of a total of 20 votes by the community.
Please help us clean the archives from unuseful discussion threads by using the voting system! Details here.

MPLAB & USART   [5 Articles]

0
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... MPLAB & USART

PIC USART Interrupt   [2 Articles]

0
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... PIC USART Interrupt

Help with -870 USART   [3 Articles]

0
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... Help with -870 USART

making USART useful   [18 Articles]

0
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 ... making USART useful

USART with PIC18F4331   [3 Articles]

0
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 ... USART with PIC18F4331

about the usart in PIC18   [2 Articles]

0
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... about the usart in PIC18

USART   [3 Articles]

0
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... USART

PIC USART and Transmission on serial port   [2 Articles]

0
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... PIC USART and Transmission on serial port

USART Transmit Issue   [4 Articles]

0
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... USART Transmit Issue

16f628 and the usart   [2 Articles]

0
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... 16f628 and the usart

18f252 oscillator

0
- 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... 18f252 oscillator

pic18f252 usart char   [3 Articles]

0
- 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 ... pic18f252 usart char

Wireless USART

0
"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... Wireless USART

Multiple software USART's   [2 Articles]

0
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... Multiple software USART's

Re: 16F628

0
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. ... Re: 16F628

USART electrical specifications information request   [8 Articles]

0
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... USART electrical specifications information request

USART, setting of TRIS register needed (PIC 16F-types) ?   [4 Articles]

0
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... USART, setting of TRIS register needed (PIC 16F-types) ?

Re: 12F675 Startup Problems

0
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 ... Re: 12F675 Startup Problems

18F6680 at 9600 USART garbles read data   [15 Articles]

0
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... 18F6680 at 9600 USART garbles read data

Re: Instruction Time   [4 Articles]

0
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 ... Re: Instruction Time

Re: Serial problem

0
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... Re: Serial problem

Wireless communications   [3 Articles]

-1
"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 ... Wireless communications

PIC18F8680 and USART

0
Piotr Piwko - Jan 11 2008
Hello. I try to use USART Iterface, so I initiate it: RCSTA |= (1 < ... PIC18F8680 and USART

USART on PIC18F4550

0
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... USART on PIC18F4550

Using PIC16c73 with RS-232

0
- 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... Using PIC16c73 with RS-232

A doubt about USART and sleep mode?   [4 Articles]

0
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 ... A doubt about USART and sleep mode?

Re: Serial input   [4 Articles]

0
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... Re: Serial input

Re: Shouting across

0
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 ... Re: Shouting across

usart PIC16F877   [5 Articles]

0
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... usart PIC16F877

RS-485 Communication & Pic16F628   [3 Articles]

0
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... RS-485 Communication & Pic16F628

IIC   [2 Articles]

0
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 ... IIC

Digital Camera   [3 Articles]

0
lordalgae - Apr 30 2003
Anyone had any success interfacing an PIC USART to a digital camera? Can anyone recommend a camera or CCD module to purchase that has a documented protocol? I have... Digital Camera

Re: pic16f877a uart problem

-1
Phil Birkelbach - Dec 1 2008
My guess is that you are resetting the USART by constantly writing to TXREG. The uC scan is going to be much faster than the USART shift register. Your while loop should wa... Re: pic16f877a uart problem

Need help with PIC16F877 USART   [3 Articles]

0
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... Need help with PIC16F877 USART

Hi 16F877 USART

0
- Sep 18 2003
Hi: I'm making a program. it work across the UART (asyncronus mode), i need this write the 56 registers of n ASIC IC, then it can send a flow of bytes to RCIF,... Hi 16F877 USART

16f877 usart

0
German Enred - Sep 27 2003
Hi: I'm making a program. it work across the UART (asyncronus mode), i need this write the 56 registers of n ASIC IC, then it can send a flow of bytes to ... 16f877 usart

Re: eeprom write errors?   [2 Articles]

0
Scott Lee - Oct 11 2004
--- In , "Phil" wrote: > > thanks. The fact that its random implies interrupts of some sort but > interrupts are definitely disabled. Usi... Re: eeprom write errors?

18F4331 and PWM   [2 Articles]

0
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... 18F4331 and PWM

16f877 sych and async comm question

0
greerde - Sep 10 2003
i'm starting on a project that requires async serial input and sync output. I just wanted to make sure the 16f877 can do both of these at the same time. I t... 16f877 sych and async comm question

Re: "TRACE" in MPLAB C18 Compiler

0
Dennis Clark - May 12 2008
> Is there any command or macro in the MPLAB C18 Compiler that will send > text to the output window, like MFC's TRACE or Visual Basic's > Debug.Print? Printf and puts appe... Re:
| 1 | | 3 |