Friday, January 27, 2017

GLO-416Y Plays Highly Visible Role in Robotic Shooting Range

Click for closeup.
Targetbotics makes sophisticated control systems for firearms training ranges. When they needed an auxiliary display for their UnPredictor® target system, they chose the GLO-416Y for its high contrast and multiple font sizes.

"The GLO is perfect for this application. Zero problems, good daylight visibility." 


Can't argue with that.

(The GLO-416Y is displaying "08.27" in the photo. The fancy user-interface terminal below is a product of Maple Systems.)

Sunday, February 28, 2016

Server Switchover at Seetron.com

After receiving truckloads of lemons from our web host, we decided to make lemonade: We've switched hosting providers and upgraded to a fast, industrial-strength cart system. The new setup is spooky-fast and very friendly.

Most existing coupon offers have been transferred to the new setup, but if we've missed yours, let us know: sales@seetron.com.

(This entry is dated February, but the actual switchover is effective 11 May 2016. The original text, now replaced, detailed the intermittent issues with the previous server.)

Wednesday, May 6, 2015

Faceplates for LCD Mounting Now Available on eBay

One of the ways Seetron supports customers is by providing easy-to-use wiring harnesses and mounting kits that fit our serial displays. We offer custom faceplates that put a tough, crystal-clear Lexan™ barrier between a display and the hazards of the cruel world.

A couple of our faceplates fit generic, off-the-shelf LCDs (i.e., common 2x16 and 4x20 sizes), so we're making them available at attractive small-quantity prices through eBay. It's a shame when any display gets slimed, grimed, zapped or busted, so we're doing our part!

eBay Listing for Faceplates
eBay Listing for Faceplates.

Monday, March 9, 2015

It's the Little Things that Count - Ceramic Resonators

Seetron now stocks 480-kHz ceramic resonators to support customers of our LCD Serial Backpack chips. As demand has shifted, these once common parts have become harder to find at distributors, so we've stepped in to ensure a convenient supply (and priced them below the customary 100-piece price with chip purchase).


This is not earthshaking news, but it's part of our overall policy of future-proofing. Our customers are designing, building and maintaining equipment with very long lifespans, and we support them with compatible updates and careful revision documentation. We've even created special versions of new products that emulate other manufacturers' old products. So stocking a bushel of 50-cent components is the least we can do. 

Maybe we can help you solve a display-related puzzle--let us know (tech@seetron.com). 

Monday, December 15, 2014

LCD Serial Backpack v8 Update

The LCD Serial Backpack (BPK-000), in continuous production since 1994, has been updated to version 8. The firmware is unchanged; the pcb layout has been improved and the circuit tweaked. The updated model is now made in the USA.

Wednesday, August 27, 2014

Rescuing an Old System with Semicustom Firmware

Success! Modified firmware revives legacy system. 
A customer recently presented us with a common problem: He needed new serial displays for an old system. The catch was that the new displays had to perfectly emulate the old, long-discontinued displays because the legacy system could not be reprogrammed.

He had auditioned several currently available serial displays with varying success. Our GLO-216Y was the best display overall, but its instruction set didn't match the existing setup. Could I help?


Tuesday, July 29, 2014

Serial Sender Update

Serial Sender v1.4 now supports 19.2 and 38.4kbps.
Serial Sender is Seetron's free Windows utility for sending text and data via a serial port (or USB-to-serial adapter). It requires no installation and no setup. Unlike most full-featured serial utilities, Serial Sender does not monopolize the port; when you press Send, it grabs the port briefly to transmit the data, then relinquishes it. This can be a powerful feature, because it not only minimizes interference with other serial-port users, it also allows you to have multiple instances of the program sending data to the same serial port.

This wrinkle becomes especially handy in light of the coming introduction of GLO-416Y v2.0. Among the new capabilities of the display is on-the-fly baud rate switching, up to 38.4kbps .

Wednesday, July 23, 2014

Sneak Preview: GLO-416Y Serial OLED v2.0

We're introducing a major upgrade to the GLO-416Y serial OLED. If you've made a suggestion or requested a feature, it's probably implemented in the new rev.

Rev 2.0 devices are available nowRev 2.0 devices will be available for purchase at the end of September. In the meantime, Check out the upgrade guide for detailed coverage of the new features. A quick list:

  • 100% backward compatibility with v1.0. 
  • Low-medium-high brightness control. 
  • Screen-flip capability (for upside-down mounting, etc.).
  • Baud rates from 9600bps to 38.4 kbps
  • Larger startup-screen storage, up to 120 bytes.
  • Temporary write-protect by serial instruction.
  • Alternative carriage-return behavior for separate CR/LF applications.
  • Reset instruction to purge the effects of garbage inputs w/out power-down.
As always, if you have any questions or comments, direct them to tech @ seetron.com. 



Wednesday, May 28, 2014

Arduino Library for GLO-216 and GLO-416

An Arduino library for the GLO- series displays has just been released. The library contains a collection of macros that automatically write Arduino code for the most common display-formatting tasks, such as:
  • Cursor positioning: gloSetCursor( col,row )
  • Setting font size: gloFont_1w1h thru gloFont_4w4h
  • Custom character definition: gloCreateChar( ccnum, patarray )
  • Custom character display: gloCustomChar( ccnum )
  • Right-alignment: gloSetCursorAlignRight( col, row, width )
  • Startup Screen creation: gloSaveStartScreen 
  • ...the entire GLO instruction set
The library includes 10 example programs; five each for UART and SoftwareSerial interfacing (with a fix for the soft-serial startup bug). The UART examples have been tested on a MEGA 2560 and 32-bit DUE; the SoftwareSerial examples on  a MEGA 2560 and UNO.

Wednesday, May 7, 2014

Simple Fix for Arduino SoftwareSerial "setTX" Bug

There's a minor but annoying bug in Arduino's SoftwareSerial library that can trash the first few bytes sent after setup when "inverse" mode is used. It's been a known issue for some time, but is still unfixed in the current version of the library.

The problem is in the "setTX" method in the file "SoftwareSerial.cpp" located in the SoftwareSerial subdirectory of the Libraries folder. This code should set the tx pin output/HIGH for UART-polarity serial, and output/LOW for inverted serial. Unfortunately, it ignores the "inverse" case entirely:

void SoftwareSerial::setTX(uint8_t tx)
{
  pinMode(tx, OUTPUT);
  digitalWrite(tx, HIGH);


Thursday, January 9, 2014

RS-485/422 with Serial Displays

A customer recently posed the question, 'Is there an adapter that would allow me to talk to my GLO-416Y using RS-485?' The answer is, happily, you don't need any kind of adapter! 

Assuming that the project does not require multidrop or long wiring runs, you can connect our displays directly to a differential serial port like RS-485 or RS-422. All you need to do is connect one of the RS-4xx data lines to the display' SER(ial In), and tie the GND lines together. That's it.

Almost it: You have to pick the right data line. For most of our displays, you want the inverted line (TxD-); but on some newer displays such as the GLO, SGX, or BPP-440L that have a serial-polarity jumper (Spol), you will need to pick based on the jumper setting.
  • Spol installed/intact: Use TxD-
  • Spol removed/cut: Use TxD+
For more info on RS-485, the wikipedia entry is pretty good. (illustration above is from their page, courtesy of author Roy Vegard Ovesen). 

Tuesday, November 12, 2013

Ham Radio LCD Retrofit

A customer emailed pics of our mounting kits used to retrofit LCDs into older amateur radio equipment. A self-adhesive polycarbonate faceplate protects the LCD from dirt, moisture and accidental damage.


The standard mounting-kit package includes the faceplate and all hardware necessary to bolt up the LCD, but the faceplates are also available separately.