473,387 Members | 1,621 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Any IBM POSS Programmers? How do I make a IBM POS VFD Customer Display work?

I have four IBM POS VFD Customer Displays aka "Pole Displays" This is
the one attached to various IBM electronic cash registers that shows the
customer the price of each item as it is rung up and then the grand total.
It has two lines of twenty characters in flourescent blue or green. These
particular displays are IBM part number 61P5766. They are beautiful
displays, highly readable and from what I understand are very reliable. I
would like to be to use them in some PIC projects but there is a problem. I
can't find information on how to make them work. They have a four pin jack
in the bottom. They have a Futaba VFD module inside and that part number is
M202MD08A. Futaba will not give out any information as they say the design
is IBM property. This is what I've been able to figure out so far:

The suppply voltage is 12VDC on the two outer pins. Applying power
results in a display of "U001" after about three seconds. This I read in an
IBM document, indicates the initialization/self test was successful and the
display is waiting for communications.

There is a A176B RS-485 transceiver on the display circuit board and
that is the equivalent of the TI SN75176. So I figure it must be using
RS-485 electrical communication protocol (differential pair). Thus I figure
the two inner most pins on the connector must be the so-called AB pair that
the signals are sent on. I have tried hooking up a LTC485 transceiver chip
to the output of my PIC 18F452 serial port and sent a variety of codes via
pins 2 and 3 on the display connector. I tried to display text on it,
initialize it and clear the display all to no avail. I am using a comm setup
of 9600 baud, eight bits, no parity and 1 stop bit on the PIC. I've also
tried 2400 and 19200 baud, even parity, no luck. I am using the PIC hserout
command. This is driving me absolutely bonkers. I don't know if I need
enable the receiver or not but I did and there was no success. What I am
wondering is if IBM has special codes in its POSS drivers that unlock this
device for communications. I guess if someone had the source to the
"customer display" section of the POSS drivers I could figure it out, but I
can't even find any information about where such programmers hang out on the
net. I would be most appreciative for anyone that might help. These displays
would be great for all sorts of projects and are readable even in bright
light. With the RS-485 protocol they should be ideal for remote displays
using a twisted pair wiring at hundreds if not thousands of feet! They have
been available from time to time on eBay for $20 US plus shipping, brand new
in the original IBM box! I WILL SEND ONE OF THESE UNITS TO THE PERSON THAT
CAN PROVIDE THE INFORMATION THATS GETS IT UP AND RUNNING AS LONG AS THEY ARE
IN THE CONTINENTAL US! Please help me!

Sincerely ,
Bob

Jun 27 '08 #1
4 4126
On Jun 24, 9:15*am, "Robert Wells" <rwells...@cox.netwrote:
* * I have four IBM POS VFD Customer Displays aka "Pole Displays"
[snip]

And you are silly enough to post it here?

You want a hardware group. I've no idea where that might be.
Try groups.google.com as a starting place.
Socks
Jun 27 '08 #2
What's so silly about posting to this group? POSS programmers are C and C++
programmers, Dipstick. Since the solution to this problem is most likely
found in the IBM POSS software and / or drivers why would this forum be
innapropriate? Thanks for the helpful advice!

"Puppet_Sock" <pu*********@hotmail.comwrote in message
news:f9**********************************@b1g2000h sg.googlegroups.com...
On Jun 24, 9:15 am, "Robert Wells" <rwells...@cox.netwrote:
I have four IBM POS VFD Customer Displays aka "Pole Displays"
[snip]

And you are silly enough to post it here?

You want a hardware group. I've no idea where that might be.
Try groups.google.com as a starting place.
Socks
Jun 27 '08 #3
On Tue, 24 Jun 2008 09:17:39 -0700, Robert Wells wrote:
>
"Puppet_Sock" <pu*********@hotmail.comwrote in message
news:f9**********************************@b1g2000h sg.googlegroups.com...
On Jun 24, 9:15 am, "Robert Wells" <rwells...@cox.netwrote:
>I have four IBM POS VFD Customer Displays aka "Pole Displays"
[snip]

And you are silly enough to post it here?

You want a hardware group. I've no idea where that might be. Try
groups.google.com as a starting place. Socks

What's so silly about posting to this group? POSS programmers are C and
C++ programmers, Dipstick. Since the solution to this problem is most
likely found in the IBM POSS software and / or drivers why would this
forum be innapropriate?
This is a newsgroup for C++ *language* issues. Please see the FAQ:

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Regards,

--
Lionel B
Jun 27 '08 #4
Robert Wells wrote:
What's so silly about posting to this group? POSS programmers are C
and C++ programmers, Dipstick.
*plonk*


Brian
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

176
by: basecamp | last post by:
just checking the average age of programmers using this group -- thanks
51
by: N4M | last post by:
Dear, May I ask how productivity of a(C++) programmer can be measured? If it is measured by number of code lines per day, what are the estimated productivity of a programmer at beginer,...
3
by: mehul raval | last post by:
hi , regarding ur query as to print the individual elements here is the poss way to do it. # include <stdio.h> void main() { int (*Data); int A={1,2,3,4}; Data=&A;
6
by: et | last post by:
I need a strong sturdy speedy can-do-it-all laptop that works well for programmers doing sql & .net. Any advice, suggestions? What to get, what not to get? Thanks and I am cross posting on the...
2
by: helpful sql | last post by:
Hi all, I need to design a solution that will display customer data from Sql Server tables in an Internet Explorer tab of a third party app, e.g. the third party app has a tab that can display web...
4
by: robinsand | last post by:
Header File: car.h #if !defined CAR_H #define CAR_H enum TCarType { ctEconomy = 1, ctCompact, ctStandard, ctFullSize, ctMiniVan, ctSUV }; class Car { public: Car();
6
by: Ian Boyd | last post by:
Every time during development we had to make table changes, we use Control Center. Most of the time, Control Center fails. If you try to "undo all", it doesn't, and you end up losing your identity...
1
by: Benny Ng | last post by:
Dear All, Now I met one problem in the development of my one application. I have one ASP.NET page. It's for disply the information of customer. But now I have one new requirement. It's to...
12
by: =?Utf-8?B?S2plbGw=?= | last post by:
Hello I've taken a four days training in C#, very good training, experienced teacher and all that, very positive. Went home spent a week making my first application, slightly more than the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.