I have also thought about using an Arduino to build some kind of a digital Plotter, but stopped that project for the moment, because for now taking pictures with my smartphone is still good enough
Camera/phone etc. is easiest (and quickest), but if you want a plot, it's really easy and you probably already have what you need! Basically, (I'm assuming you're familiar with connecting and configuring RS232 - if you're not - PM me):
Setup Computer:
1. Connect the scope to your pc via the RS232 interface.
2. Bring up a terminal program on your PC - I use Realterm, available on SourcefForge. Configure it to capture data from the port.
The transfer will be HPGL commands, so text capture is fine. I suggest 19.2k 8N1 for the interface parms.
Setup PM3320A:
RS232 interface first:
3. Select Display DISPLAY / OPTION / INTERFACE / RS232-C
4. Config to match PC FRAME, OUTPut Speed, INPut Speed (19k == 19.2k)
Setup Plotter next:
5. Select Memory SAVE/PLOT / SELECT / DIGITAL / PLOTTERS, then choose one of the HP plotters (doesn't matter which...)
6. RETURN / PLOT (This may already be selected by default)
7. RETURN / RETURN (To get back to main SAVE/PLOT menu)
Now you're ready to plot!
On PC:
8. Begin port data capture.
On PM3320A:
9. Select DIGITAL (This is at the top level of the SAVE/PLOT menu, it should display PLOT R0 in the middle of the menu bar)
The plot should begin immediately, with a ***PLOTTER ACTIVE*** at the bottom of the screen, and data should be transferring to the PC. The scope will display (be patient, this'll take a few minutes) A message will be displayed when the plot is complete.
On PC (when plot has completed):
10. VERY IMPORTANT: End the capture, and SAVE the captured file.
You know have an HPGL file containing your plot. You can view this with an HPGL viewer, such as HPGLView, and or send it to your printer (if it handles HPGL), or do a screen capture from the viewer.
The process sounds complicated, but it's really easy and intuitive once you do it... It helps to have the manual, of course....
I've attached a sample plot below - text file from the capture, and a jpg from a screencap of the HPGL viewer. The display is the CAL connected to Ch A. (Quick and dirty - I haven't configured pens, etc.)