Author Topic: Lexmark toner chip Ti046b1  (Read 123351 times)

0 Members and 2 Guests are viewing this topic.

Offline nouvelle_adr

  • Contributor
  • Posts: 13
  • Country: fr
Re: Lexmark toner chip Ti046b1
« Reply #175 on: March 05, 2019, 03:25:33 pm »
Hello buddy, according to 18k pull up setup cartridge chip needs 5V. I’ve tried 3.3v it wouldn't work.  Anyway, you're using arduino leonardo which doesn’t have enough memory to run the original sketch I believe. What i'm using arduino mega 2560 which has 4kb EEPROM

I've attached the diagram & also a simplified sketch of my version. Hopefully you'll win this time but all credits should go to the big boss.

Cheers!

Hi friend !
thank you for the schematics.
You are right, My Arduino is an AVGA328 it has only 2kb EEPROM. the issue may comes from here.

Regarding your schematics, if I understand well, you supply the chip with 5V ?
you sketched a -5V at the left, but Arduino has no -5V !.
Do you mean that the schematic is like that ?:


again, all credits should go to the big boss
 

Offline Sutan

  • Newbie
  • Posts: 6
  • Country: ca
Re: Lexmark toner chip Ti046b1
« Reply #176 on: March 05, 2019, 09:27:44 pm »
You got it right. At the beginning i had a lot of challenges finally I got it work.

 FYI: remember error messages according to the sketch should be displayed error messages like below

( "Error occured wile trying to write to the slave : Slave's address not acknowledged (beginning only) - is it connected ?")
 
("Error occurred wile trying to write to the slave : TWI class's buffer is too small")

("Error occurred wile trying to write to the slave :")

("Slaves’ beginning of address acknowledged but NACK encountered during the following writes - are all of the 10 bits of slave's address correct ? Are the writes value are meaningful to the slave ?")

 ("I2C protocol error occurred wile trying to write to the slave. Is the wiring correct ? TWI Initialization ?")

if you wouldn’t see  none of the error messages then you should consider buying Aruduino Mega 2560. The existing board is not suitable for this project.

Have you tried the sketch i posted?
« Last Edit: March 05, 2019, 09:32:09 pm by Sutan »
 
The following users thanked this post: nouvelle_adr

Offline nouvelle_adr

  • Contributor
  • Posts: 13
  • Country: fr
Re: Lexmark toner chip Ti046b1
« Reply #177 on: March 06, 2019, 08:14:59 am »
You got it right. At the beginning i had a lot of challenges finally I got it work.

 FYI: remember error messages according to the sketch should be displayed error messages like below

( "Error occured wile trying to write to the slave : Slave's address not acknowledged (beginning only) - is it connected ?")
 
("Error occurred wile trying to write to the slave : TWI class's buffer is too small")

("Error occurred wile trying to write to the slave :")

("Slaves’ beginning of address acknowledged but NACK encountered during the following writes - are all of the 10 bits of slave's address correct ? Are the writes value are meaningful to the slave ?")

 ("I2C protocol error occurred wile trying to write to the slave. Is the wiring correct ? TWI Initialization ?")

if you wouldn’t see  none of the error messages then you should consider buying Aruduino Mega 2560. The existing board is not suitable for this project.

Have you tried the sketch i posted?

thank you for all these important information  :-+ !
I will try the new sketch and inform you
 

Offline nouvelle_adr

  • Contributor
  • Posts: 13
  • Country: fr
Re: Lexmark toner chip Ti046b1
« Reply #178 on: March 06, 2019, 02:21:04 pm »
You got it right. At the beginning i had a lot of challenges finally I got it work.

 FYI: remember error messages according to the sketch should be displayed error messages like below

( "Error occured wile trying to write to the slave : Slave's address not acknowledged (beginning only) - is it connected ?")
 
("Error occurred wile trying to write to the slave : TWI class's buffer is too small")

("Error occurred wile trying to write to the slave :")

("Slaves’ beginning of address acknowledged but NACK encountered during the following writes - are all of the 10 bits of slave's address correct ? Are the writes value are meaningful to the slave ?")

 ("I2C protocol error occurred wile trying to write to the slave. Is the wiring correct ? TWI Initialization ?")

if you wouldn’t see  none of the error messages then you should consider buying Aruduino Mega 2560. The existing board is not suitable for this project.

Have you tried the sketch i posted?

Hi Again  ;)


As I have a Raspberry Pi 3, may be I can run Arduino sketch on it by following this TUTO:
https://www.deviceplus.com/how-tos/raspberrypi-guide/how-to-run-arduino-sketches-on-raspberry-pi/

Instead of buying a MEGA 2560 Arduino. Raspberry has more memory

Do you think it possible ?
 

Offline Sutan

  • Newbie
  • Posts: 6
  • Country: ca
Re: Lexmark toner chip Ti046b1
« Reply #179 on: March 07, 2019, 01:37:51 am »
Well i don't have any knowledge about raspberry. This site about innovation and myth busting since you have the hardware give it a try. Don't get disappointment easily, reserve some time in day for this project

You'll definitely achieve & learn something. Goodluck pal and let me know your success.

 

Offline elpaco

  • Newbie
  • Posts: 4
  • Country: fr
Re: Lexmark toner chip Ti046b1
« Reply #180 on: March 09, 2019, 11:19:07 am »
Hello everyone !

I'm back on this topic, is there somebody that can read the full content of his magenta chip cartridge compatible for a CX510de ?

Then I can write into my cartridge all the same data (expect some protected area) and try quickly.

Thanks for your help !
 

Offline nouvelle_adr

  • Contributor
  • Posts: 13
  • Country: fr
Re: Lexmark toner chip Ti046b1
« Reply #181 on: March 20, 2019, 05:12:55 pm »
You got it right. At the beginning i had a lot of challenges finally I got it work.

 FYI: remember error messages according to the sketch should be displayed error messages like below

( "Error occured wile trying to write to the slave : Slave's address not acknowledged (beginning only) - is it connected ?")
 
("Error occurred wile trying to write to the slave : TWI class's buffer is too small")

("Error occurred wile trying to write to the slave :")

("Slaves’ beginning of address acknowledged but NACK encountered during the following writes - are all of the 10 bits of slave's address correct ? Are the writes value are meaningful to the slave ?")

 ("I2C protocol error occurred wile trying to write to the slave. Is the wiring correct ? TWI Initialization ?")

if you wouldn’t see  none of the error messages then you should consider buying Aruduino Mega 2560. The existing board is not suitable for this project.

Have you tried the sketch i posted?

thank you for all these important information  :-+ !
I will try the new sketch and inform you

Hi Sutan,

I'm back now with my newly received Arduino Mega 2560.

You are right about not enough 2Kb memory, and now with 4KB Memory  on my new Mega 2560 I can continue my journey :)

Thank you very much

EDIT- I finally succeded to dump my chip (for reminder, it is a Ti046b1 on DELL B2360dn Black and white printer, with a warning message about low tonner level):
I attach below a first dump, a second dump after printing 1 page, and again a third dump by printing again one page.

Do you think that the write sketch will reset my chip or do I need some modifications on it ?

until the next answer, I continue my analysis :(

I noticed 4 blocks:
Block 1: 192 bytes (unchanged) : Offset 1 to Offset 192
Block 2: 80 bytes (changed) : Offset 193 to Offset 272 with 2 bytes CRC-CCITT (0xFFFF) on 78 bytes of this block
Block 3: 80 bytes (changed and equal to the preveous 80 bytes "repeated bytes") : Offset 273 to Offset 352 with 2 bytes CRC-CCITT (0xFFFF) on 78 bytes of this block
Block 4: 1696 bytes (unchanged) : Offset 353 to Offset 2048

So here are the changed noticed in the two 80 bytes blocks:


At the affset @226,227 (and @306,307) I guess that it represents the number of printed pages (084C: 2124 then 084D: 2125 then 084E: 2126 pages printed)

can someone help me to change the Boss sketch to adapt it to my chip please ?
« Last Edit: March 29, 2019, 06:33:53 pm by nouvelle_adr »
 

Offline nouvelle_adr

  • Contributor
  • Posts: 13
  • Country: fr
Re: Lexmark toner chip Ti046b1
« Reply #182 on: March 24, 2019, 04:46:13 pm »
Hello,

I writed a dump, codes from 20 to F0, from 100% new chip on a 2% old chip, and printer say incorect cartridge !

After that, I copied 20 to 30 address back in, and printer say incorect cartridge !

I wrote back the dump from the old chip, and printer say replace cartridge ! Not 2% !!!! :(

What can I do ?

Hi, dump again your chip, and check if the 2bytes CRC has been updated (and well calculated) or not, here is a link for Crc calculation:
https://www.lammertbies.nl/comm/info/crc-calculation.html
 

Offline uteniyazov

  • Newbie
  • Posts: 4
  • Country: kz
Re: Lexmark toner chip Ti046b1
« Reply #183 on: May 02, 2019, 05:35:41 am »
Hello! How can i read this toner chip? please help me
 

Offline uteniyazov

  • Newbie
  • Posts: 4
  • Country: kz
Re: Lexmark toner chip Ti046b1
« Reply #184 on: May 03, 2019, 07:14:06 am »
Lexmark ms317dn
 

Offline uteniyazov

  • Newbie
  • Posts: 4
  • Country: kz
Re: Lexmark toner chip Ti046b1
« Reply #185 on: May 04, 2019, 11:47:53 am »
Hello!please sorry for my english. my chip is another. it is not TI046B1 , can I read this chineese chip similarly?
 

Offline JerryL

  • Newbie
  • Posts: 4
  • Country: us
Re: Lexmark toner chip Ti046b1
« Reply #186 on: May 06, 2019, 03:59:50 pm »
I am trying to read this chip. The pic shows its number but I am unable to find it anywhere.  It is a 4 pin chip from a Lexmark MX321 and I know the pinouts from the chip as well.  I am using an Arduino Mega 2560 but cannot seem to get it to read.  I am quite new at this stuff so any help or thoughts are appreciated.
 

Offline uteniyazov

  • Newbie
  • Posts: 4
  • Country: kz
Re: Lexmark toner chip Ti046b1
« Reply #187 on: May 23, 2019, 01:51:19 pm »
18:38:20.280 ->
18:38:20.280 -> 5⸮----- I2C Reset of the TI046B1 CHIPS ------
18:38:20.477 -> -------------------------------------------
18:38:20.477 -> uint8_t destinationBuffer[80] = {0x43, 0x41, 0x53, 0x31, 0x36, 0x32, 0x38, 0x34, 0x33, 0x35, 0x30, 0x45, 0x03, 0x6C, 0x1B, 0xA7, 0x01, 0xF8, 0x00, 0x50, 0x32, 0x34, 0x46, 0x30, 0x30, 0x30, 0x39, 0x00, 0x00, 0x00, 0x09, 0x09, 0xC4, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F, 0xFF, 0xFF, 0x0A, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:20.890 -> Serial number : CAS16284350E
18:38:20.924 -> Fuser, (0x001), 00, F1
18:38:20.958 -> uint8_t destinationBuffer[16] = {0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D};
18:38:21.094 ->
18:38:21.094 -> Fuser, (0x001), 10, F1
18:38:21.128 -> uint8_t destinationBuffer[16] = {0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D, 0x00, 0x6D};
18:38:21.264 ->
18:38:21.264 -> Fuser, (0x001), 20, F1
18:38:21.264 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x53, 0x04, 0xD8, 0x5E};
18:38:21.400 ->
18:38:21.434 -> Fuser, (0x001), 30, F1
18:38:21.434 -> uint8_t destinationBuffer[16] = {0xBA, 0x25, 0x87, 0x3C, 0xAB, 0x60, 0x59, 0x07, 0x0C, 0x96, 0x79, 0xB4, 0x2B, 0x60, 0xE8, 0xF8};
18:38:21.570 ->
18:38:21.570 -> Fuser, (0x001), 40, F1
18:38:21.605 -> uint8_t destinationBuffer[16] = {0x8D, 0x56, 0xE9, 0x2E, 0xDF, 0x62, 0xF9, 0x83, 0x65, 0x93, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:21.740 ->
18:38:21.740 -> Fuser, (0x001), 50, F1
18:38:21.775 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:21.913 ->
18:38:21.913 -> Fuser, (0x001), 60, F1
18:38:21.947 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:22.084 ->
18:38:22.084 -> Fuser, (0x001), 70, F1
18:38:22.084 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:22.219 ->
18:38:22.219 -> Fuser, (0x001), 80, F1
18:38:22.253 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:22.389 ->
18:38:22.389 -> Fuser, (0x001), 90, F1
18:38:22.423 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:22.559 ->
18:38:22.559 -> Fuser, (0x001), A0, F1
18:38:22.593 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:22.732 ->
18:38:22.732 -> Fuser, (0x001), B0, F1
18:38:22.766 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD3, 0xC4};
18:38:22.902 ->
18:38:22.902 -> Fuser, (0x001), C0, F1
18:38:22.902 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:23.038 ->
18:38:23.038 -> Fuser, (0x001), D0, F1
18:38:23.072 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F, 0xFF, 0xFF};
18:38:23.208 ->
18:38:23.208 -> Fuser, (0x001), E0, F1
18:38:23.243 -> uint8_t destinationBuffer[16] = {0x00, 0x00, 0x00, 0x01, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:23.378 ->
18:38:23.378 -> Fuser, (0x001), F0, F1
18:38:23.412 -> uint8_t destinationBuffer[126] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x51, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x01, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x51, 0x96, 0xC2, 0x06, 0x53, 0x34, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
18:38:24.228 ->
18:38:24.228 -> -------------------------------------------
This is the new chip for MS317 (emul)
 

Offline Krepton85

  • Newbie
  • Posts: 1
Re: Lexmark toner chip Ti046b1
« Reply #188 on: June 09, 2019, 05:20:27 pm »
Could you port "twi-all-icluded" library for Arduino Stm 32: https://github.com/stm32duino/Arduino_Core_STM32?
 

Offline mcu32

  • Newbie
  • Posts: 1
  • Country: ru
Re: Lexmark toner chip Ti046b1
« Reply #189 on: July 09, 2019, 07:23:33 pm »
Hi friends, I do not know will help you this ..
I have Chinese chips for Lexmark MX410, on these chips there are 2 microcircuits, one of which is a microcontroller and the other is SPI FRAM of 16 kbps. I soldering out a memory chip and read a dump from it. Now, when the cartridge over, I solder the chip and write the dump to this chip. I share a dump, maybe he will help you for analysis.

UPD:
I made your reader on arduino, and read my Chinese chip, it seems the first 20 bytes are read from the chip erroneously, the logs of others, too, the first 20 bytes are erasing 2 bytes. I attach my log.
« Last Edit: July 11, 2019, 05:40:32 pm by mcu32 »
 

Offline constanrine5d

  • Newbie
  • Posts: 2
  • Country: gr
Re: Lexmark toner chip Ti046b1
« Reply #190 on: August 01, 2019, 01:50:23 pm »
Hello Guys!

I am a noob at microelectronic stuff,

I have arduino mega 2560 r3 and a lexmark cs317dn

I read how to connect it to the chip with the two resistors and stuff,

how do I run pixconfig's toner reset file to reset?

Do I connect the chips in the order they appear in the code?

What about the magenta error that they encountered?

Thank you! Awesome work!
 

Offline PON

  • Newbie
  • Posts: 6
  • Country: ro
Re: Lexmark toner chip Ti046b1
« Reply #191 on: January 19, 2020, 01:51:02 pm »
Hello,
What modification need to made to this file
https://www.pixconfig.fr/Lexmark-I2C-TI046B1/Arduino/I2C_TI046B1_Read.ino
for read the lexmark MX410 chip.
I replace in next execution
 read_TI046B1_register(0x003, 0x01, 0x40, 0x04, RegisterRead_01_40_04, 448);
  read_TI046B1_register(0x003, 0x01, 0x00, 0x06, RegisterRead_01_00_06, 256);
  read_TI046B1_register(0x003, 0x01, 0x20, 0x00, RegisterRead_01_20_00, 56);
  read_TI046B1_register(0x003, 0x01, 0x90, 0x00, RegisterRead_01_90_00, 208);
0x003 with 0x001 becouse is black cartridge, but in serial monitor i have:
Error occured wile trying to write to the slave
Slaves's begining of address acknowledged but NACK encountered during the following writes - are all of the 10 bits of slave's address correct ? Are the writes value are meaningful to the slave ?
 

Offline atanasssko

  • Newbie
  • Posts: 2
  • Country: bg
Re: Lexmark toner chip Ti046b1
« Reply #192 on: January 25, 2020, 11:51:20 am »
Hello. I have problem with compilation the sketch on arduino.
SDA not declared, SCL not declared...
Wath can i do? I use arduino on Windows, il try and in arduino droid, same error.
 

Offline atanasssko

  • Newbie
  • Posts: 2
  • Country: bg
Re: Lexmark toner chip Ti046b1
« Reply #193 on: January 25, 2020, 05:07:04 pm »
sorry. I finally made it and uploaded it. now i'm trying to reset the same chip used in Lexmark MX511. is this sketch suitable for this printer model? I get a reply in a terminal:
Error occured wile trying to write to the slave : Slave's address not acknowldged (begning only) - is it connected ?
i use mega 2560 whit I2C_TI046B1_Reset.ino and I2С Logic Level Converter Module Bi-Directional for Arduino to receive 3,3V on chip.
/with 18kO resistor is same ansver in a terminal/ Chip connect as GND-SDA-SCL-VCC
am I confusing somewhere? do I have a mistake in the direction of work?
i will be glad to receive a response and guidance on working with the chip. thanks
translated by google translator
 

Offline PON

  • Newbie
  • Posts: 6
  • Country: ro
Re: Lexmark toner chip Ti046b1
« Reply #194 on: February 08, 2020, 10:40:14 am »
Is someone , or there is some possibility that the chip blocked (98) can be recovered.
I will pay for help me this
 

Offline elpaco

  • Newbie
  • Posts: 4
  • Country: fr
Re: Lexmark toner chip Ti046b1
« Reply #195 on: March 21, 2020, 01:15:57 pm »
Hello Every one.

I'm back to you some months after with the same status.
I 'm able to read and modify the content of the Magenta cartridge for lexmark CX510de.
unfortunately the printer doesn't accept it (end of life display).
I'm sure the serial number of the cartridge is stored somewhere in the machine. so I can not reuse it.
I'm not also able to use the printer in black mode if I don't place a new cartridge... that doesn't make sense, crazy world !

so do you have a way to update the full content of the chip (even place a new serial number) ? or the chip is done for ever ?
or if you can guide me on some web site to use the printer without color cartridge placed inside, it will be great also.

Many thanks to everyone (at home) !


 

Offline GraberKGD

  • Newbie
  • Posts: 1
  • Country: ru
Re: Lexmark toner chip Ti046b1
« Reply #196 on: May 21, 2020, 02:40:22 pm »
Привет.

Подскажите скейтч для Arduino 2560 для прошивки чипа Lexmarx ms410. Буду благодарен.
 

Offline hmazzon

  • Newbie
  • Posts: 1
  • Country: ar
Re: Lexmark toner chip Ti046b1
« Reply #197 on: May 21, 2020, 07:15:48 pm »
Привет.

Подскажите скейтч для Arduino 2560 для прошивки чипа Lexmarx ms410. Буду благодарен.

hi i was also experimenting with a ms 410 chip with the sketch "----- I2C Reset of the TI046B1 CHIPS ------" on an arduino 2560 i am not successful: '(The printer pulls a sign that the "cartridge is not compatible lexmark. 33.01N"

If someone has a sketch to read the information about the chips, they would also be grateful.
 
Greetings from Argentina!
 

Offline karamouse

  • Newbie
  • Posts: 4
  • Country: fr
Re: Lexmark toner chip Ti046b1
« Reply #198 on: August 01, 2020, 09:22:25 pm »
0x0C0 - 0X0E9. CRC in 0x0EA-0x0EB (42 byte + 2 byte CRC16) ???     :-//   HOW IT WORKS ?????
 

Offline ScApi

  • Newbie
  • Posts: 1
  • Country: pl
Re: Lexmark toner chip Ti046b1
« Reply #199 on: September 23, 2020, 12:45:31 pm »
Does anyone still have Arduino sketch for dumping/resetting this chip ?

Links are dead unfortunately.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf