Is XWisp/Wisp628 supporting the PIC18F1x20 ? I'v just "upgraded" a prototype from 16F628 to 18F1320 (actualy designing for the 1220 but had none at hand), but have problem getting Xwisp to "play". With the following command : \python22\python \program\xwisp\xwisp.py port com3 go d01 I get the following log from Xwisp: XWisp 1.05, command line mode >>> COM3 hardware: Wisp628 1.03 (fast) target: 16f628, revision 02 write Code 0000Traceback (most recent call last): File "\program\xwisp\xwisp.py", line 2405, in ? XWisp_Main() File "\program\xwisp\xwisp.py", line 2402, in XWisp_Main Wisp_Line().Interpret() File "\program\xwisp\xwisp.py", line 2041, in Interpret self.Execute( Command ) File "\program\xwisp\xwisp.py", line 2023, in Execute exec( 'self.CMD_' + Command.upper() + '()' ) File "", line 1, in ? File "\program\xwisp\xwisp.py", line 1524, in CMD_GO self.Bus_Target.Write_Verify( self.Patched_Image()) File "\program\xwisp\xwisp.py", line 1390, in Write_Verify self.Write( Image, [ Region ] ) File "\program\xwisp\xwisp.py", line 1358, in Write self.Put( Address, Image.Get( Address )) File "\program\xwisp\xwisp.py", line 1273, in Put self.Bus.Send_Expect(( '%04X' % Data ) + 'w' ) File "\program\xwisp\xwisp.py", line 584, in Send_Expect raise self.WBus_Protocol_Error, \ __main__.WBus_Protocol_Error: send='6AF2w' received='6AF2?' The "target: 16f628..." seems strange. I'v seen that there are no entry for the 18F1320 in xwisp.py, and I'm not sure what it should look like anyway... If I try with : \python22\python \program\xwisp\xwisp.py port com3 target 18f1320 go d01 I just get (of course) : ... ... File "\program\xwisp\xwisp.py", line 1674, in CMD_TARGET raise IOError, "invalid TARGET argument '%s'" % Target IOError: invalid TARGET argument '18F1320' Expected, I'd guess... Jan-Erik. -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics