EZB Connection icon EZB Connection Connects EZ-B I/O controllers to ARC via COM or IP (5 connections). Supports init scripts, battery monitoring, TCP/EZ-Script server and serial/I2C. Try it →
Asked — Edited

LCD Display

DJ, I am out of Digital Ports and I want to use a LCD Display. Can I use a 12C port and if so do I need to purchase a special interface and how would I input the text since the only control available under 12C is blinkin and nothing that I can see in Script? I await your input.


ARC Pro

Upgrade to ARC Pro

Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#33  

Let's hope v13 makes it a bit easier for you by using the script console.

PS, i ordered one. So i'll be able to help you when i get it

#34  

As usual you always go above and beyond. WAY ABOVE AND BEYOND. It is more of a chalange now than a practacality since I have an additonal 20 digital ports to work with I could simply order a serial LCD but like I said it is more of a chalange at this point.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#35  

LOL, we'll figure it out:)

#36  

Well, I tried a bunch to noavail.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#37  

Does the screen still go blank with the anything send to the address 0x27?

#38  

DJ, sendI2C(0x27, "Hello World") Blanks the screen.

I get a lit screen with the curser flashing in position one when I send: sendI2C(0x27, 0x20, 0x10) # put in 8 bit mode sendI2C(0x27, 0x20, 0x08) # configure for 2 line display sendI2C(0x27, 0x01) # clear display

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#39  

Well that's good news!

After those commands, try sending something like

sendI2C(0x27, 0x80, "Hello World")

#40  

No such luck. May be we should wait until you get yours. Don't need taking everyones time up.