GHI-EMX DEV-129 T35 display problem

Hello,

I have got older EMX Development Kit (GHI-EMX DEV-129) and I want to see my T35 display working. I have searched documentations, Forum and CodeShare for some help, but the topics are exlusively about Gadgeteers. The problem is all about RGB sockets + touch socket. I need right socket numbers, when I’m trying to do an instance. Then I’ve got an unhandled exception of type ‘Gadgeteer.Socket.InvalidSocketException’ occurred in Gadgeteer.dll

I’ve found right slots for Gadgeteers:
display = new GTM.GHIElectronics.Display_T35(14, 13, 12, 10);

And i need the right socket numbers for my GHI-EMX DEV-129.

I’m sorry for basics like this … many thanks for some help

Welcome to the forum.

couple of questions

  1. What is firmware version on EMX?
  2. How do you connect T35 to the DevKit?

Welcome to the forum.

The EMX development kit is not a Gadgeteer device, so forget about sockets and other Gadgeteer stuff.

Check out this tutorial http://wiki.tinyclr.com/index.php?title=Displays

BTW, the built in display is not a T35.

My fault, thank you very much.

@ PullUp - This would be a better project to try on your DevKit:

http://www.tinyclr.com/codeshare/entry/499

I’ll try it, thank you both.