10-19-2007 04:56 PM
10-19-2007 08:34 PM
Please upload your pictures as real .png files. What you uploaded was a bitmap that was just given a .png extension. A .png file is much, much smaller than a .bmp. You uploaded a file over 2 MB which eats up space on the forum servers and takes longer to download.
10-21-2007 01:06 PM
I do not know of any VT100 emulation software written in LabVIEW. Writing is not much of a problem but reading is because of all of the control characters embedded. It would be similar to creating a browser in LabVIEW to parse all of the html codes and format the screen correctly. What I used in a TestStand app was a program called HyperAccess from Hilgraeve, the same people who wrote Hyperterminal. HyperAccess has an ActiveX interface. I had some problems getting the HyperAccess object created in LabVIEW and since I needed it for TestStand, did not pursue it very far.
You can reattach the image from Hyperterminal when you save it in the correct format but I believe you have problems in your LabVIEW code based on your description. You can go ahead and attach that but you should also spend some time reading about the VT100 formatting and see if you want to attempt recreating that in LabVIEW. If you want to try HyperAccess, I can provide a dll that I use in TestStand. You might be able to use this with a Call Library Function Node.
10-25-2007 02:53 PM
Thanks for your help, I will try the hyper access, I tried to modifiy the advance serial read and write VI but I can't find away to set it up like hyper terminal like you said wrting is easier and reading is a lot more difficult. Due to the wildfires here is San Diego i just getting back to this porject, thanks again. I will ask for your dll files once I look at the hyper access.
I used snagit to capture the picture and change the extension to .png you are right it takes a lot of space in the forum. i will probably try to put it a .pdf since most of the capture was done in jpeg or bitmap files.
10-25-2007 06:58 PM - edited 10-25-2007 06:58 PM
Message Edited by Ravens Fan on 10-25-2007 08:03 PM
10-25-2007 07:29 PM
Thanks, I will copy the setting that I used in hyper terminal in .png format. I think that snagit will also save it in .png format. I used snagit for presentation because it it easier and friendly to use and does not suffer on compression, basically what you see on the screen is what you capture. thanks much
10-30-2007 02:36 PM
Dennis,
I'm using hyperAcces instead of hyperterminal. Do you have a VI for use with hyperAccess or dll?
10-30-2007 03:28 PM