Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Sa mga bihasa dito sa I/O programming

callepogi

The Devotee
Advanced Member
Messages
353
Reaction score
1
Points
38
Royal Wisdom
May idea buh kayo regarding sa I/O usb port kung saan pwede iadapt sa visual studio.. Scenario.. Gusto ko kase ma control ung 3 led gamit ang usb port nagawa ko na dati sa printer port(5 leds) ngayon gusto ko sana subukan sa usb, meron buh code nun with regards sa vb.net?
 
Hi ts, up natin to, sa tingin ko kelangan ng electronics(hardware) dito, sa parallel port / printer port pla up to 8 led pwede and pwede din mag input ng up to 5 inputs
 
TS i suggest projects with d use of micro-controllers (arduino or etc.). You can control them with d use of vb, c# & etc.

Naka gawa ako ng keyboard controlled electricmotor using left & right keys with VB.
 
Last edited:
I`ve done already using printer port ginamitan ko din ng pcb circuit ngayon plano ko i migrate sa usb port
 
I`ve done already using printer port ginamitan ko din ng pcb circuit ngayon plano ko i migrate sa usb port

ok sir the easiest way is to use arduino, or arduino micro kung maliit na device gusto mo, pwede mo naman e interface un sa kahit anong programming language na merong process class/library, then gamit ka ng third party bridge para makapagcomunicate ka sa arduino through usb port,

program -> bridge -> arduino

program - kahit anung programming language na may process class/library
bridge - para makapag communicate ka throuh usb sa arduino
arduino - control sa hardware tulad ng mga LED

ganito ginawa kong setup sa thesis namin, ginamit ko is PHP, pwede din ito sa vb.net

by the way for any language ito, para mas mapadali ang pag interface ng arduino, pwede naman gumamit ng ibang libraries para hindi na gumamit ng bridge.
 
Last edited:
Salamat sa mga suggestions nyo.. hehe tanong ko lang din pwede ba iinterfere ung vb,net tsaka raspberry?
 
Salamat sa mga suggestions nyo.. hehe tanong ko lang din pwede ba iinterfere ung vb,net tsaka raspberry?

not sure po, alam ko pwede kung ung windows na os ang e install o dun sa rapsberry
 
hi ..Try mo arduino pre ,,,para mgconnect ung code mo ng arduino at visual studio ggamit ka lang serial port communication

example arduino program (base on c lang)

serial.begin(9600);

int read = Serial.read();

if statement........

tas sa visual studio nman ..edit mo lang ung serial port property lagay mo (9600)

tas printline lang

if my clarification ka chat kalang pre


mgrresearch din ako about stepper motor at servo ung coordinate motion at ai tech
 
Salamat sa mga suggestions nyo.. hehe tanong ko lang din pwede ba iinterfere ung vb,net tsaka raspberry?

Pwede po basta same standard ang data protocol ex. PC GUI using C# >> Ethernet >> Raspberry using python
 
Microcontroller PIC madalas ginagamit ko. Design ang schematic sa proteus isis, program ang firmware sa hitech c o mikroc then ilagay mo na firmware sa microcontroller gamit ang pickit2 etc. -> iapply mo na ang diagram na ginawa mo.
 
Back
Top Bottom