Für dieses Forum muß Javascript im Browser aktiviert werden!
Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C2 Quellcode formatieren: <code>Quellcode</code> ASM Quellcode formatieren: <asm>Quellcode</asm> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! > > > Hallo Gonzo, > > > > > > > I'm using C-Control II Station and i got external keyboard wit RS-485 interface. > > > > Can i use converter rs-232 to rs-485, connected to the swcom ports and swcom.c2 driver ? > > > > > > You don't need a converter from RS232 to RS485. > > > SWCOM is TTL. Instead a MAX232 you will need a MAX485 RS485-Transceiver. > > > You will need an extra I/O-port to control the MAX485. > > > High for sending and low for receiving. > > > Here the Link to the <a href="http://datasheets.maxim-ic.com/en/ds/MAX1487-MAX491.pdf">MAX485-Datasheet</a>. > > > You must connect RO to SWCOM-RxD, DI to SWCOM-TxD, DE and RE to a free I/O-Port. > > > > > > André H. > > > > > > > Thanks André ... > > > Hi André, > Hardware is ready, > RO = SWCOM-RxD, (p1.h1) > DI = SWCOM-TxD, (p1.h2) > DE = p1.L6 > RE = p1.L7 > > but now i’m start wondering ,what about driver for RS-485 communication, > Do you ( or anybody else) have any plan in near future make one, or accept order for making one ??? > > Greetings Gonzo…