ON 20080801@8:39:26 AM at page:
http://www.piclist.com/techref/microchip/rs232.htm#39661.3607175926
Mark Torrens[MT-CL-J77] Says
I've developed a simple and free RS232 program that runs on a PIC16F690 which will echo characters written in Hyperterminal. The software is intended to work with a standard MAX232 device. The software can be found here. http://www.choclab.eu/mtorrens/Files/rs232.asm
ON 20080801@9:29:08 AM at page:
http://www.piclist.com/microchip/spi.htm#39660.9535300926
James Newton[JMN-EFP-786] removed post 39660.9535300926
|Delete '
<LI>'
ON 20080808@10:16:25 AM at page:
http://www.piclist.com/microchip/mplabbugs.htm#39668.0971180556
James Newton[JMN-EFP-786] published post 39668.0971180556' but after: '<A TITLE="'.
ON 20080808@11:56:01 AM at page:
http://www.piclist.com/techref/microchip/languages.htm#39668.4972222222
James Newton[JMN-EFP-786] archive reference
/techref/postbot.asp?by=time&id=piclist/2008/07/22/000029a
List post "<I>FREE PIC32 C compiler Now Available</I>"
ON 20080814@2:40:22 PM at page:
http://techref.massmind.org/microchip/index.htm#39674.4238657407
James Newton[JMN-EFP-786] removed post 39674.4238657407
|Delete '
<LI>'
ON 20080827@3:16:52 PM at page:
http://www.piclist.com/microchip/condrepl.htm#39687.3196875
James Newton[JMN-EFP-786] published post 39687.3196875' but after: '<A TITLE="'.
ON 20080829@9:42:49 AM at page:
http://www.piclist.com/techref/microchip/languages.htm#39689.4047337963
James Newton[JMN-EFP-786] archive reference
/techref/postbot.asp?by=time&id=piclist/2008/08/26/092938a
List post "<I>embedded erlang ? language for distributed systems ?</I>"
ON 20080831@11:29:41 PM at page:
http://www.piclist.com/techref/microchip/16x-74hc595-lg.htm#39691.9789467593
James Newton[JMN-EFP-786] Says
Here is one possible C version of this code.
<PRE>
void OutPORT(unsigned char data)
{
unsigned char bits;
for (bits=0x80; bits!=0; bits >>= 1)
{
if ((bits & data) == bits) // send Data
SRDAT = 1;
else
DRDAT = 0;
SRCLK = 1; // Clock the data
SRCLK = 0;
}
SRLAT = 1; // Latch the data
SRLAT = 0;
}
</PRE>
| file: /techref/microchip/new200808.txt, 4KB, , updated: 2008/8/31 22:29, local time: 2008/12/4 12:20,
38.103.63.59:LOG IN
|
| ©2008 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? Please DO link to this page! Digg it! <A HREF="http://www.piclist.org/techref/microchip/new200808.txt"> microchip new200808</A> |
| Did you find what you needed? |
|
o List host: MIT, Site host massmind.org, Top posters @20081204 Apptech, Jinx, Xiaofan Chen, olin piclist, Vitaliy, William \Chops\ Westfield, Tamas Rudnai, JonnyMac, Alan B. Pearce, Gerhard Fiedler, * Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Shultz Electronics, Timothy Weber, on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
|
.