Results 1 to 9 of 9

Thread: Santinelli Barcode Reader

  1. #1
    Master OptiBoarder MakeOptics's Avatar
    Join Date
    Aug 2011
    Location
    none
    Occupation
    Other Eyecare-Related Field
    Posts
    1,327

    Santinelli Barcode Reader

    Does anyone know the format for a Santinelli barcode reader?

    The baud rate is 9600 8N1, but they I suspect that a there is a some sort of proprietary code being sent for it to work.
    http://www.opticians.cc

    Creator of the industries 1st HTML5 Browser based tracer software.
    Creator of the industries 1st Mac tracer software.
    Creator of the industries 1st Linux tracer software.

  2. #2
    OptiBoardaholic other_bill_fea's Avatar
    Join Date
    Aug 2012
    Location
    Morton, PA
    Occupation
    Optical Wholesale Lab (other positions)
    Posts
    247
    I haven't had any luck getting anything else to work for them. We usually just salvage it off of an older parts machine, or order one from them if we need a new one.
    FEA Industries
    Independent Wholesale Optical Lab
    www.feaind.com
    www.optmagazine.com
    Morton, PA

  3. #3
    Master OptiBoarder MakeOptics's Avatar
    Join Date
    Aug 2011
    Location
    none
    Occupation
    Other Eyecare-Related Field
    Posts
    1,327
    Quote Originally Posted by other_bill_fea View Post
    I haven't had any luck getting anything else to work for them. We usually just salvage it off of an older parts machine, or order one from them if we need a new one.
    Unfortunately for me I don't accept that as answer. Bill I have had the same issue, but what is locked can be unlocked. Push comes to shove I will acquire and decode a scanner.

    Thanks for chiming in, its good to know I am not the only one trying.

  4. #4
    OptiBoardaholic other_bill_fea's Avatar
    Join Date
    Aug 2012
    Location
    Morton, PA
    Occupation
    Optical Wholesale Lab (other positions)
    Posts
    247
    I have no doubt that it *can* be, I unfortunately didn't have the time to solve this puzzle, so went with the quicker option.
    FEA Industries
    Independent Wholesale Optical Lab
    www.feaind.com
    www.optmagazine.com
    Morton, PA

  5. #5
    Master OptiBoarder MakeOptics's Avatar
    Join Date
    Aug 2011
    Location
    none
    Occupation
    Other Eyecare-Related Field
    Posts
    1,327
    Quote Originally Posted by other_bill_fea View Post
    I have no doubt that it *can* be, I unfortunately didn't have the time to solve this puzzle, so went with the quicker option.
    Understood, it's not really worth it to me either, but I hate having locked down devices so I will spend free time as a side project working on this if I can. If I figure something out I will let you know.
    http://www.opticians.cc

    Creator of the industries 1st HTML5 Browser based tracer software.
    Creator of the industries 1st Mac tracer software.
    Creator of the industries 1st Linux tracer software.

  6. #6
    OptiBoard Apprentice
    Join Date
    May 2008
    Location
    Canada
    Occupation
    Optical Wholesale Lab (other positions)
    Posts
    22
    Any luck on this 2015 project. I am trying to get a symbol scanner to work on a 9090A. Seems the standard send, receive, CTS, RTS, and ground is used and then the edger is sending 5V on the second data line presumably to power a laser.

  7. #7
    Master OptiBoarder MakeOptics's Avatar
    Join Date
    Aug 2011
    Location
    none
    Occupation
    Other Eyecare-Related Field
    Posts
    1,327
    Quote Originally Posted by darius View Post
    Any luck on this 2015 project. I am trying to get a symbol scanner to work on a 9090A. Seems the standard send, receive, CTS, RTS, and ground is used and then the edger is sending 5V on the second data line presumably to power a laser.
    Anyone that knows what the transmission looks like won't share that information and I can't seem to purchase or borrow a bar code scanner that works with a santinelli machine. The devices cost a small fortune because they use a different protocol, I have reversed many protocols over the past few years including now the santinelli nidek format for communications (except for the handshake). I require machines that are accessible and some time to automate a testing suite to narrow down the data. The format they save in was fairly trivial, drills were rearranged OMA protocol and proprietary label value pairs were encapsulated as values inside name value pairs with the name being "message" (I think, I have notes). I am assuming the handshake is a modified OMA, but it may well be standard OMA. The tracers have some weird binary data sent every so often I have a feeling it is to pro-grammatically access the settings on the machine but don't have a large enough sample size to see find any patterns.

    I am using a method of creating a testing platform to load a crap ton of data and statistically compare the differences between them, so I look for name value pairs that are common and consistent and then log that data and try to decipher. For the saved files I have 100% understanding on the data. So far zero handshake packets. I have a device that theoretically can work to get the data I need, I would be willing to share if I had access to equipment to test, but I would rather not just tell the world and have someone else with the equipment move forward with my findings.

    I am currently reverse engineering a dongle for a certain manufacturers equipment that will remove the limits on the number of drill holes that can be put on a lens. I had to use liquid nitrogen to remove acrylic blobs they placed on micro controllers, now I am pulling the boot loader from a SMT micro controller PIC, then comes the task of tracing the PCB, they have run many of the lines underneath components to prevent a simple trace, but I am probing lines and pulling spec sheets. I have 60-70% of it complete and the boot loader ripped. I don't just want to clone the boot loader, because the code is closed source and owned by the company but I am going through line by line and trying to reverse the Intel hex back to embedded C, chances are I can improve the code or remove certain checks from it as my intention isn't to create another lock but to remove the locks. It's going slow because I am putting most of my time into learning a new programming language so I can be more effective and valuable to my new employer, which means I have zero free time, every now and again I just have to remove myself from work and work on something else as a refresher and I am using the dongle project as my refresher. The bar code reader is on the back burner until I have the proper resources to move forward. Eventually what will happen which is the norm, someone will need the functionality and see this thread in a google search and contact me. Out of 10 contacts someone will eventually send me a bar code reader, the way I usually do it is if they want to sell me the reader then I will move forward and provide them a copy of my work. If they are close by in the MD/DC/Southern PA area I can set up some time that is convenient for their business to play on their machine without taking down production and provide them with copies of my work.

    Unfortunately we are in an industry that is more concerned with "what's in it for me" instead of "what's in it for us" which means until someone has a need even if they have the resources and don't use it the goal tends to be not to let anyone else use it either.
    http://www.opticians.cc

    Creator of the industries 1st HTML5 Browser based tracer software.
    Creator of the industries 1st Mac tracer software.
    Creator of the industries 1st Linux tracer software.

  8. #8
    OptiBoard Apprentice
    Join Date
    May 2008
    Location
    Canada
    Occupation
    Optical Wholesale Lab (other positions)
    Posts
    22
    I have schematics that show what wires are transmit, receive, cts,rts, ground and 5v. I am assuming that hardware handshaking is used based on the presence of the wires. I do have access to a working scanner so will connect to hyperterminal and see what comes through. When I scan a bar code. I am testing with a 9090 not connected to an LMS. Do you know if thr job number populates as soon as it is scanned or once the data is received from the LMS? Also is anyone sure of the baud rate and so forth {8,1,N ,??}

  9. #9
    Master OptiBoarder MakeOptics's Avatar
    Join Date
    Aug 2011
    Location
    none
    Occupation
    Other Eyecare-Related Field
    Posts
    1,327
    Quote Originally Posted by darius View Post
    I have schematics that show what wires are transmit, receive, cts,rts, ground and 5v. I am assuming that hardware handshaking is used based on the presence of the wires. I do have access to a working scanner so will connect to hyperterminal and see what comes through. When I scan a bar code. I am testing with a 9090 not connected to an LMS. Do you know if thr job number populates as soon as it is scanned or once the data is received from the LMS? Also is anyone sure of the baud rate and so forth {8,1,N ,??}
    Connect the scanner at 9600 8N1 that's fairly standard if you can post the output from your hyperterminal session and a known barcode input I have a theory, if correct the results can be used to create a simple device to convert a regular off the shelf barcode reader to santinelli compatible reader.

    if you need further assistance contact me through the forum I can set up a time to meet with you where we can Skype to figure it out. I can also provide code and cheap hardware alternatives to you once we complete the process.
    Last edited by MakeOptics; 06-22-2017 at 12:30 PM.
    http://www.opticians.cc

    Creator of the industries 1st HTML5 Browser based tracer software.
    Creator of the industries 1st Mac tracer software.
    Creator of the industries 1st Linux tracer software.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Kappa Edger Barcode reader problem on edger
    By labtech3030 in forum General Optics and Eyecare Discussion Forum
    Replies: 16
    Last Post: 07-06-2020, 04:37 PM
  2. Barcode scanner...
    By RoboticGolem in forum Computer and Software Help
    Replies: 7
    Last Post: 11-17-2018, 08:40 AM
  3. OfficeMate BarCode and Scanner
    By rosine in forum General Optics and Eyecare Discussion Forum
    Replies: 5
    Last Post: 07-05-2015, 02:13 AM
  4. Barcode Products
    By bblaker in forum General Optics and Eyecare Discussion Forum
    Replies: 2
    Last Post: 05-26-2009, 01:56 PM
  5. Santinelli bar code reader or 10-key availability?
    By snowmonster in forum General Optics and Eyecare Discussion Forum
    Replies: 4
    Last Post: 06-13-2007, 07:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •