RS232 advice
TC
Posts: 1,019
Hello all, I received a Noritake Itron sample CU24063 -Y100 display yesterday. I love the thing. But it is set up for RS232 serial. The data sheet says, Low input = -15 to 0.5, and High input = 3 to +15.
I dont think I would have any problems hooking it to the outputs of a stamp, or a prop. But I figured it could not hurt to have a circuit to convert to RS232 just for it. But the thing I am having trouble deciding on is I only need TXD, and CTS.
What do you think would be my best option? or ideas?
Thanks
TC
I dont think I would have any problems hooking it to the outputs of a stamp, or a prop. But I figured it could not hurt to have a circuit to convert to RS232 just for it. But the thing I am having trouble deciding on is I only need TXD, and CTS.
What do you think would be my best option? or ideas?
Thanks
TC
Comments
Even though the rs-232 standard has an undefined area near zero volts, most modern rs-232 compliant devices will successfully interpret 0v as a Low (logic 1) and +5 as a High (logic 0).
If want to go the converter-chip route, I'd suggest a Max 233 which does not need external capacitors.
Let us know how you make out.
Cheers,
Datasheet Electrical Characteristics indicates logic levels are acceptable, even 3.3V levels, which is what I expect and quite probably they aren't using any kind of RS232 chip at all, maybe just a protected logic input. The SBUSY signal is IMO optional but it is only 0..5V level so if you feed it into the Prop then just use a series 10K resistor or so.
Do you think it would work with the Propeller?
I took a closer look at the data sheet, and it says the display is CMOS compatible. Just the data would have to be inverted. I don't know much about CMOS, TTL, etc...
Wonderful. That was my assumption, but I figure it could not hurt to find out. Thanks