; ******************************************************************************** ; IrDA Project ;******************************************************************************** device SX28L, OSCXT4, TURBO, STACKX_OPTIONX ; device PINS28, PAGES4, BANKS8, OSCHS, TURBO, STACKX, OPTIONX id 'IrDA' reset Startup freq 50000000 ;********** Mode Constants ********** TRIS = $0F PLP = $0E LVL = $0D ST = $0C WKEN = $0B WKED = $0A WKPND = $09 COMP = $08 IsrStatus = $0C ;Global ISR status register DebugData = $0D ;Debug data to be sent out the debug port Temp = $0E ;2 bytes of tempory storage PhysicalDataTx = 0 ;Shows all transmitted bytes to IR medium PhysicalDataRx = 0 ;Shows all received bytes from IR medium PayloadDataTx = 0 ;Shows all payload data bytes transmitted followed by ^ when frame is complete PayloadDataRx = 0 ;Shows all payload data bytes received followed by ^ or ! for pass/fail when frame is complete PayloadInfo = 0 ;Filters address and shows I, S, or U based on command type IFrameDataTx = 0 ;Shows all I frame data bytes transmitted followed by ^ or ! for ack/!ack IFrameDataRx = 0 ;Shows all I frame data bytes received followed by ^ or ! for ack/!ack ShowXIDInfo = 1 ShowConnect = 1 IsrDataSeg FrameDataSeg PayloadDataSeg LapDataSeg LmpDataSeg org $0000 IsrCodeSeg MainCodeSeg FrameCodeSeg LmpRxStringSeg org $0200 LapCodeSeg PayloadString3 org $0400 PayloadCodeSeg PayloadString1 PayloadString2 org $0600 ; ==================================================================== ; Application Code ; ; Uncomment the following lines for the three different applications. ; ; SX to PC communications (IrComm): ; AppCommSX2PCCodeSeg ; ; Transparent data transfer. PC to PC. (IrComm): AppCommTransCodeSeg ; ; SX to SX communications: ; AppSX2SXCodeSeg ; ; ==================================================================== LmpCodeSeg LmpTxStringSeg
file: /Techref/scenix/lib/io/osi2/ir/da/PROJECT.SRC, 1KB, , updated: 1999/12/6 15:53, local time: 2024/11/9 06:38,
3.129.72.26:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 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? <A HREF="http://techref.massmind.org/Techref/scenix/lib/io/osi2/ir/da/PROJECT.SRC"> scenix lib io osi2 ir da PROJECT</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.