![]() |
![]() |
![]() |
|
|
|||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
hi
i am trying to write a program to send data to PC through air using LEDs and photodiodes . i am using 4800 baud rate to comunicate .thus for approx 208microsec the led should toggle to send one bit. i have wriiten a program to toggle the led ,wait for 208 microsec and then toggle again. BUT THATS NOT WORKING data is displayed but not the one i try to send Can anybody tell me how to calcute the delay time between two toggles for 4800 baud rate |
|
|
|
|
|
|
(permalink) |
|
If you connect the LED to the USART port of a PIC, and set-up the port correctly you should not have to worry about usec etc time. Don't know how well a photodiode will work at that speed though.
|
|
|
|
|
|
|
(permalink) |
|
i am not using UART its already occupied .I have to built another using program.
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
If I understand correctly, you want to write the program for a 'software' UART. Look at Nigels tutorials link, bottom of this post.
__________________
Eric "Good enough is Perfect" PIC tutorials: Gramo's: www.digital-diy.net/ Bill's: www.blueroomelectronics.com/ |
||
|
|
|
|
|
(permalink) |
|
Use a wire connection first to debug the 232, and once you have it working use the LED, so that you can address one problem at a time. Never tried 232 in software so can't help you on that.
edit to add: If you use the LED/photo setup on your existing uart connection, does it work? Last edited by Boomslang; 27th June 2008 at 01:11 PM. |
|
|
|
|
|
|
(permalink) |
|
|
|
|
|
|
|
|
(permalink) |
|
The same principles apply - basically that you usually require some kind of coding for IR or radio use, neither of which output the same width pulses you supply them.
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Latest |
| FSK Baud rate | khgsm2007 | General Electronics Chat | 7 | 10th May 2008 12:41 PM |
| PIC 18f1220 EUSART Baud Rate Cache Problem | wklose99 | Micro Controllers | 7 | 16th April 2008 10:37 PM |
| Baud rate transmission problem | Spectacular Butter | General Electronics Chat | 18 | 24th February 2005 09:30 AM |
| Baud rate and frequency | Spectacular Butter | General Electronics Chat | 5 | 6th December 2004 07:25 PM |
| Setting Baud Rate for Modem connected to 89c52 ????? | Yatin | Electronic Projects Design/Ideas/Reviews | 1 | 13th September 2004 10:11 AM |