RS232 to excel

bunschi

New Member
Joined
Sep 15, 2018
Messages
1
Hi Everyone,

I have downloaded a VBA code from internet for gathering data from rs232 device through excel. My problem is i cant get the data from
the rs232 device to output to excel file. I already test the rs232 communication and its working fine, i can send and receive data from the device. but when i use the vba thru excel the only working is the command initiallize communication, and the write data to serial port command. i can prove this working because when i tried to send a command using this vba code to change some parameters on the rs232 device, when i check the rs232 device the parameters have change. but when i tried to send command to output the data to excel,no data appears on the excel file. im sure the command i send is correct because when i tried this using hype terminal it returns(output) the data. I hope someone can help me. i have a little knowledge on this. please see this link https://drive.google.com/open?id=1PEA2DJ_23cHbeKWGU7EqFlQQ_SfZE9To for the actual file im working on.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Forum statistics

Threads
1,214,920
Messages
6,122,276
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top