PDA

View Full Version : Serial Device



Discodom
August 30th, 2006, 11:19 AM
I have a simple Serial Realy board that i need to control from Girder.
This was pretty simple in girder 3, but I am stumbleing about trying to achive it in girder 4

device just recives serial commands
Device settings are

Name = "SOM 1",
Description = "Serial Relay Board.",
BaudRate = 2400,
Parity = 1,
StopBits = 0,
DataBits = 8,
FlowControl = 'N',


Commands i need to send are

0 30

and

0 0

thats it.
can anybody point me in the right direction

I have tried creating a lua script to put in the plugins/serial folder, but girder finds fault with it upon start up, and i can't see my device in the serial settings to assign a port to in.

Rob H
August 30th, 2006, 12:31 PM
What are the actual settings for Parity and Stop bits? I'm is it No parity, odd, even, mark or space? And 1, 1.5 or 2 stop bits.

Do you receive any data from it?