Discussion in "New Ideas regarding projects" started by    Draj    Mar 9, 2008.
Mon Mar 10 2008, 05:52 pm
#11
what is the problem using this kind of code?

just create a new file "softuart.asm" then copy paste the whole code..
then add this file along with your assembly files in the same project.

or.. if you are feeling ok with the above thing then
just copy the subroutines..
_putc and getc in your asm file it will work. you can rename _putc to putc only.
Tue Mar 11 2008, 12:58 am
#12
sir,
Thanku sir,
Now, I am usingt putc & getc in my code as subrouting..Is it ok?


I am using this port to communicate my GSM modem...I connect GSM successfuly with Microcontroller....My task is as.......
I am sending data of sensor to PC through one Serial Port and another serial portt useing for GSM Modem...
I want continuos transmition of data Pc
and response to GSM modem only when New message is arrive....
What should i do for both comunication?
How to use derial communicaton interrupt here?
Tue Mar 11 2008, 01:26 am
#13
the thing is.. its software uart and its not made for such critical work.
it can provide a well working UART on any two pins but for normal use..
no interrupts.. or anything like that. also.. i cannot assure you how will it react if you send and receive one after the other..

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

DJGlido
Wed May 08 2024, 09:28 pm
migCar
Wed May 08 2024, 04:48 pm
TimmyJup
Wed May 08 2024, 12:22 am
Shawnarows
Tue May 07 2024, 10:16 pm
GlennVet
Tue May 07 2024, 04:46 pm
RonaldJoump
Tue May 07 2024, 10:15 am
Jasonkam
Mon May 06 2024, 10:00 pm
JamesroW
Mon May 06 2024, 09:37 am