- This topic has 2 replies, 2 voices, and was last updated 9 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › Move mouse by pic 16f877a
Hi
I am new to the forum … and i think its amazing , hopefully someone help me with my problem.
i wanna send a serieal data from the pic 16f8774 to a usb port on a computer and move the mouse cursor according to that data.
Now, programing the pic is not an issue….i have a few options on how to communicate with the pc….but still in all the option ,,,i dont know how to move the mouse after reading the data from the usb…or how to read the data from the usb in the first place…my problem is on the pc side not the pic side….and i already know that the 18f pic family support the peripheral port and controling a mouse and a keyboard, but i need to do it through a serieal connection with the usb port.
Really hope someone help me with this.
-Thanx
I would suggest you to go with python application which can read the Serial data to a PC and have the capability to move the mouse cursor.
thanx for the help .. i already found a way …i used the function directly from user32.dll in c#