S
Scott T Mc Bride
what i need to do is open a com port lets say comm1 and send a signal out
on some pin number (doesnt matter) for approximatly 5 seconds then close the
comport
im currently useing this for my code
Open "Com1:9600,n,8,1" For Output As #1
Print #1, xxxxxxxxxxxxxxxxxxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Close #1
but it only open the port and sends a signal for about 1/3 of a second
I have tried slowing the port down but still no luck
Scott
on some pin number (doesnt matter) for approximatly 5 seconds then close the
comport
im currently useing this for my code
Open "Com1:9600,n,8,1" For Output As #1
Print #1, xxxxxxxxxxxxxxxxxxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Close #1
but it only open the port and sends a signal for about 1/3 of a second
I have tried slowing the port down but still no luck
Scott