Page 1 of 1

IRTrans - RS232

PostPosted: Fri 5. Aug 2011, 13:50
by Jakob
Hallo IRTrans Team,

Ich habe folgendes Problem.
Ich möchte über eine iPhone App über den IRTrans im gleichen Netzwerk einen Befehl RS232 an einen Verstärker schicken.(Aus/Ein)
iPhone -> IRTrans LAN I/O -> RS232-fähiger Verstärker
Wie muss mein ASCII Befehl an den IRTrans lauten?

mfg Jakob

Re: IRTrans - RS232

PostPosted: Sun 7. Aug 2011, 19:36
by Jakob
Hy IRTrans team,

My problem is that I want to control a RS323-able amplifier over an iPhone App over the IRTrans.(ON / OFF)
iPhone -> IRTrans LAN I/O -> RS232-able amplifier
How should the ASCII command look like?

Regards,
Jakob

Re: IRTrans - RS232

PostPosted: Sun 7. Aug 2011, 19:47
by IRTrans
Hi,
the command is quite simple:

serial <RS232 Data> (via UDP)
Aserial <RS232 Data> (via TCP)

e.g.: serial Hello World

IRTrans