How Can I print mcc's pin table
I'm starting a pcb for my PIC32MX application and I wish to customise the electronic schematic part's pin names. Not being able to find a control to do this in mcc-4.0.2 I googled and was presented with MPLAB Code Configurator User's Guide - Microchip Technology in pdf format
I looked in the product page's user guide which claimed to be for 3xx as well and couldn't find this paragraph which was in the googled pdf which is 40001725b.pdf from
http://ww1.microchip.com More features of the pin manager:
Right clicking in the pin manager area pops up a menu with the following options:
• Invert split panes: It is used to invert the split panes between the graphical and
table views of the pin manager.
• Divider: It is used to change the divider between the graphical and table views of
the pin manager to either horizontal or vertical types.
• Print: It is used to print the graphical or table view of the pin manager. If the table
view is selected for printing, the currently selected table gets printed. Thus, for
printing both the horizontal and vertical tables, the user should switch and print
each view individually.
• Export: It is used to save the package or the table view to an image file. The
supported image formats are .jpg, .png, .gif and .bmp which along with the user
defined name can be provided in the dialog which appears when this option is
selected.
All this looks very useful for me, the only thing I can do is is export a very low resolution image of the package view, an A4 page with the image in the top left corner.
Does anybody know how I can get a printout of the pin table without resorting to a screen shot?