daniel submitted a new article: [URL='https://www.cbusforums.com/resources/c-gate-common-commands.2/']C-Gate Common Commands[/URL] - C-Gate Common Commands [quote][B]Creating a new Project[/B] [code] # create a project # (project names are case sensitive) # (project names must be 8 characters or less) project new MYPROJ 200 OK. project start MYPROJ 200 OK. project use MYPROJ 200 OK. # check available ports port list 125-port=COM1 status=inuse 125 port=COM2 status=available # create a network for a PCI on COM port 1 net create 254 serial COM1 200 OK. 20060502-162611 742 //MYPROJ/254 - Network created type=serial address=COM1 # view networks in...[/code][/quote] [URL='https://www.cbusforums.com/resources/c-gate-common-commands.2/']Read more about this article...[/URL]