Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello I Muhannad ... I have a problem in programming microcontroller in the way of receiving data form rs232 as string ... i want help please by using c++
my pic is 16f887
i want convert the data from serial to parallel
Posted

1 solution

you havnt really stated what your issues are - so you'll only get a broad answer

for the serial port, you need to look at something like http://msdn.microsoft.com/en-us/library/system.io.ports.serialport(v=vs.110).aspx[^]

While for the parallel port, that could be harder - start reading here :- Parallel Port Control with C# .NET 2.0[^]
 
Share this answer
 
Comments
Jochen Arndt 1-Mar-14 6:03am    
He is using a Microchip 8-bit micro controller (14 KB flash, 368 byte RAM).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900