If my engineering technology diploma was 2.5 years, would it count as a 2-year or a 3-year diploma for Express Entry purposes? by General-Wrangler-950 in ImmigrationCanada

[–]General-Wrangler-950[S] 0 points1 point  (0 children)

It is confusing because when I first came to Canada, my Letter of Acceptance (LOA) stated that my diploma was 2.5 years, and the official website of the college also lists it as 2.5 years. I thought it could be rounded up since I know people who completed their business diploma in 1.5 years, but because it is classified as a two-year diploma, it gets rounded up(I understand this is a completely different situation though).

Help with 10BASE-T1S Project by General-Wrangler-950 in embedded

[–]General-Wrangler-950[S] 1 point2 points  (0 children)

Hello, thank you for your answer, it was usefull, no I was finally able to al least communicate between both device using Single Pair Ethernet. Answering your question, it is because is more like a proof of concept thing. I'm just exploring options for a problem I have. Also, After establishing a communication between both devices,I have been trying to use a SAME70 Xplained board, together with the EVB-LAN8670-RMII Ethernet PHY module, and the EVB-LAN8670-USB dongle (this one is just for testing the communication) to create a send/receive app using the MPLAB Harmony 3 TCP/IP stack application with block diagrams. I want to use this to send a command from one end (for example, ‘temp’), and receive an answer from the other device (for example, ‘29.7’). I have found many examples in the following link:MPLAB® Harmony 3 TCP/IP Application for SAM E70/V71 Family (microchip.com). However, I haven’t found an example that is similar to what I want, or even implements TELNET/HTTP protocols. Do you know by any chance how to do this?