Maker Pro
Maker Pro

usb interface

boots_n_braces

Feb 24, 2012
16
Joined
Feb 24, 2012
Messages
16
Hi all,
Wonder if anyone can help me, im starting to experiment with usb interface with my pic however i have a bit of a blind open question, im ok with the pic side but how do i deal with the pc side of the equation? Eg how do i communicate from the pc to the pic do i have to write a special program or user hyperterminal etc?

Sorry for such an open question

Harry
 

jackorocko

Apr 4, 2010
1,284
Joined
Apr 4, 2010
Messages
1,284
if you are looking to do serial communication then you can use something like hyperterminal. But most languages have lib's for serial communication as well. So it is very easy to code a frontend with the features you want.
 
Top