Page 1 of 1

About SC16A GUI

PostPosted: Sun Oct 11, 2009 1:05 am
by weihong
I have my VB program and i wan to link it to the SC16A through COM port.
But cant because dun hav the DLL file.
Can i have the GUI that cytron provide in VB form?
Or is the GUI produced by the VB or other programming tools?
What is the way to communicate to the SC16A through PC USB port???

Re: About SC16A GUI

PostPosted: Sun Oct 11, 2009 12:04 pm
by ober
There is no need for DLL file as the USB will become a virtual COM port. In VB or other programming language should have open COM or similar function. and communication is exactly the same as explained in the User's Manual. I think the User's Manual did mention that the USB will be come a virtual COM port.

Re: About SC16A GUI

PostPosted: Tue Oct 13, 2009 6:27 pm
by weihong
You have sample program? What value to pass to COM port.

Re: About SC16A GUI

PostPosted: Wed Oct 14, 2009 5:02 pm
by weihong
Do you have the sample source code that implemented the GUI that comes together with the SC16A?
What kind of value to pass to com port that tyhe sc16a will understand?
Thanks for the help!

Re: About SC16A GUI

PostPosted: Sun Oct 18, 2009 12:11 am
by ober
The same value or command explained in SC16A User's Manual should be sent in order to control it. No different at all, one is using microcontroller UART, another is using PC COM port.

Re: About SC16A GUI

PostPosted: Mon Nov 09, 2009 3:12 pm
by hyng
Dear user of SC16A,
we have open source the SC16A sample gui source code.
here's the link http://www.cytron.com.my/usr_attachment/SC16A%20VB%20Code.zip
u can refer to the code there. I know it's a bit messy, but hope you can get it. :lol: