Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:xino [2014/12/14 17:12]
darron
boards:xino [2017/01/26 04:07] (current)
darron [XINO Basic for PIC]
Line 1: Line 1:
-==== Xino basic for PIC ==== +==== XINO Basic for PIC ==== 
-{{:wiki:k8048:xino2.jpg?300 }} +<wrap right> 
-The XINO Basic for PIC/PICAXE is compatible with any 18-pin device which has a +{{ :boards:xino2.jpg?200}} 
-UART with RX on pin 8 and TX on pin 11 (Eg. 16F88 but not 16F627) and has an +</wrap> 
-internal oscillator. The on-board XTAL is not connected to the 18-pin socket.+ 
 +The XINO Basic for PIC/PICAXE is compatible with any 18-pin device which has a UART with RX on pin 8 and TX on pin 11 (Eg. 16F88 but not 16F627) with an internal oscillator; the on-board XTAL is not connected to the 18-pin socket.
  
 All 28-pin devices should be compatible which have a UART on pins 17 and 18. All 28-pin devices should be compatible which have a UART on pins 17 and 18.
  
-(The product has been discontinued). 
- 
-== PIC16F88 (REPLACING PICAXE 18M2 = PIC16F1847) == 
  
 +=== PIC16F88 pinout ===
 +The device was designed for the PICAXE 18M2 / PIC16F1847.
 <code> <code>
-PINOUT 
------- 
 RA2 AN2 VREF- CVREF 1----18 RA1 AN1 RA2 AN2 VREF- CVREF 1----18 RA1 AN1
 RA3 AN3 VREF+ C1OUT 2    17 RA0 AN0 RA3 AN3 VREF+ C1OUT 2    17 RA0 AN0
Line 23: Line 21:
 RB2 SDO RX DT          11 RB5 !SS TX CK RB2 SDO RX DT          11 RB5 !SS TX CK
 RB3 PGM CCP1        9----10 RB4 SCK SCL RB3 PGM CCP1        9----10 RB4 SCK SCL
 +</code>
  
 +=== I/O ===
 +<code>
 HEADER HEADER
 ------ ------
Line 60: Line 61:
 </code> </code>
  
-== PIC18F2320 (REPLACING PICAXE 28X2 PIC18F25K22) ==+=== PIC18F2320 pinout === 
 +The device was designed for the PICAXE 28X2 / PIC18F25K22.
 <code> <code>
- 
-PINOUT 
------- 
 !MCLR VPP               1----28 RB7 KBI3 PGD !MCLR VPP               1----28 RB7 KBI3 PGD
 RA0 AN0                    27 RB6 KBI2 PGC RA0 AN0                    27 RB6 KBI2 PGC
Line 79: Line 78:
 RC2 CCP1 P1A            13   16 RC5 SDO RC2 CCP1 P1A            13   16 RC5 SDO
 RC3 SCK SCL             14---15 RC4 SDI SDA RC3 SCK SCL             14---15 RC4 SDI SDA
 +</code>
  
 +=== I/O ===
 +<code>
 HEADER HEADER
 ------ ------