Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] PIC Programming Software Required for Ubuntu 12.04 ???

Status
Not open for further replies.

xpress_embedo

Advanced Member level 4
Joined
Jul 5, 2011
Messages
1,154
Helped
161
Reputation
396
Reaction score
189
Trophy points
1,353
Location
India
Activity points
10,591
Hello!! I heard about MPLAB X and its cross-platform feature.

I just installed it in Ubuntu 12.04 and its working fine but the problem right now i am facing is this programming the final code into the controller.
Please suggest me the software like WinPIC and PonyPgm for programming through Serial Port.

As i am not having Pic Kit3 etc.
I am using old Serial Port ISP, which uses Software's like WinPIC and PonyPGM in windows to program controller.

Please help.
Thanks in Advance
 

I just downloaded this programmmer wxpic (Its interface is much similar to WinPIC which i used with Windows 7)

**broken link removed**

Installed it.
Its opening perfectly (As i am not expecting even this thing to happen with me)

Now strange thing happens after that..
I write this command to open wxpic
Code:
sudo ./wxpic
In terminal a warning appears

Warning-1.png

Clicking on yes will abort the program and clicking on no can corrupt some file so i am avoiding this..

I just tried this simple command
./wxpic

It opens wxpic without any error..

But when i connect my Programmer it is saying that unable to read the state of com-port...

I thought this might occur as i am not using sudo command...
Can anyone one help me reagarding this..

Have a look at this interface error..
Warning-2.png
 

after trying this command everythings works perfectly

Code:
sudo -H ./wxpic
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top